System Software EIT, © Author Gay Robertson, 2016.

Slides:



Advertisements
Similar presentations
COMPUTERS: TOOLS FOR AN INFORMATION AGE Chapter 3 Operating Systems.
Advertisements

By- Anjali Bhardwaj. An operating system (OS) is a collection of software that manages computer hardware resources and provides common services for computer.
Objectives Overview Define an operating system
CMPTR1 CHAPTER 3 COMPUTER SOFTWARE Application Software – The programs/software/apps that we run to do things like word processing, web browsing, and games.
By Mr. Abdalla A. Shaame 1. What is Computer An electronic device that stores, retrieves, and processes data, and can be programmed with instructions.
Introduction to Computer Terminology
Computer Skills Preparatory Year Presented by: L.Obead Alhadreti.
Computer Parts There are many parts that work together to make a computer work.
Professor Michael J. Losacco CIS 1150 – Introduction to Computer Information Systems System Software Chapter 4.
Computer Basics Flashcards #2
Operating System.
Operating Systems Chapter 4.
Week 6 Operating Systems.
Lesson 4 Computer Software
Lesson 4: What Is Software?
© Paradigm Publishing Inc. 4-1 Chapter 4 System Software.
Lesson 6 Operating Systems and Software
Type of Software There are two main types of software They are System software Application software Hardware System Software (OS) Application Software.
Chapter 4 System Software.
CS 1308 Computer Literacy and the Internet. Introduction  Von Neumann computer  “Naked machine”  Hardware without any helpful user-oriented features.
Software GCSE COMPUTING.
Chapter 2 – Software Part A. Definition Computer is made up of two components Hardware Physical components Software Instructions for the computer Two.
Explain the purpose of an operating system
Section 2 Software.
Eng.Abed Al Ghani H. Abu Jabal Introduction to computers.
Chapter 4 System Software. Software Programs that tell a computer what to do and how to do it. Sets of instructions telling computers to perform actions.
Module 0 resources Presented by: Oscar Abagali Nkrumah Duncan Williams Gerard Ataogye Anthony Sarpong On 14/03/2013.
© Paradigm Publishing Inc. 4-1 OPERATING SYSTEMS.
Module 0 resources Presented by: Osacr Abagali Nkrumah Duncan Williams Gerard Ataogye Anthony Sarpong On 14/03/2013.
OPERATING SYSTEM - program that is loaded into the computer and coordinates all the activities among computer hardware devices. -controls the hardware.
Introducing Software Computer Concepts Unit A. Introducing Software What is an Operating System? OS is the master controller for all the activities that.
Multimedia and Computers Introduction to Computers.
© Paradigm Publishing, Inc. 4-1 Chapter 4 System Software Chapter 4 System Software.
Click once to reveal the definition. Think of the answer. Then click to see if you were correct. HARDWARE Physical parts of the computer.
Chapter 9 Operating Systems Discovering Computers Technology in a World of Computers, Mobile Devices, and the Internet.
Computing Fundamentals Module Lesson 23 — Computer Software
THE WINDOWS OPERATING SYSTEM Computer Basics 1.2.
Computer Operating Systems And Software applications.
System Software Chapter Handles technical details Works with end users, application software, and computer hardware Four types of programs –Operating.
System Software Chapter Handles technical details Works with end users, application software, and computer hardware Four types of programs –Operating.
CHAPTER 7 Operating System Copyright © Cengage Learning. All rights reserved.
INTRODUCTION TO COMPUTERS. A computer system is an electronic device used to input data, process data, store data for later use and produce output in.
DISCOVERING COMPUTERS 2018 Digital Technology, Data, and Devices
Introduction to Computers Mrs. Gambucci
What’s out there and who’s using it
Operating System & Application Software
Operating System Review
Computer Software Digital Literacy.
LINUX WINDOWS Vs..
Computer Fundamentals 1
Computer Hardware and Software
Computer Software Digital Literacy.
Computing Fundamentals
Chapter 4 The Power behind the Power
5 SYSTEM SOFTWARE CHAPTER
Types of Computers & Computer Hardware
Software.
Introduction to Mobile Devices
Computers Are Your Future
Operating System Review
Systems Software Keywords Operating Systems
Chapter 4.
Lesson 8 Operating Systems
Nat 4/5 Computing Science Operating Systems
5 SYSTEM SOFTWARE CHAPTER
5 SYSTEM SOFTWARE CHAPTER
Chapter 4 The Power behind the Power
Software.
Operating Systems.
Operating Systems.
Presentation transcript:

System Software EIT, © Author Gay Robertson, 2016

What is software? Software is any type of program Programs have step-by-step logical instructions which tell the computer What to do How to do it

Got to be installed so the computer will run applications What is the purpose of system software? Got to be installed so the computer will run applications Instructions from system software are loaded into RAM (from Hard disk) when you turn the computer on (or boot the computer up) Responsible for the operation of the computer Lets the user interact with the applications they may be using; system software interacts with the hardware components using driver software; and interacts with any peripherals (eg printer, joystick, digital camera, microphone)

My System Software must be compatible with my Application Software What is a Platform? Platform describes the set of hardware components that make up the computer itself – the CPU, the motherboard etc The system software is written to target these particular components My System Software must be compatible with my Application Software

Types of System Software Windows (most common – lots of versions)

Why is it called “Windows” … Windows Software allows a screen to be divided into areas which act like separate input/output devices under the control of different application programs This allows the user to see the output of several processes at once and to choose which one will receive input by selecting its window, usually by pointing at it with a mouse eg Word application working in one window, PowerPoint application working in another window, click on Task Bar and make Word active, edit (eg click on a word, change it to bold), click on Task Bar and make PowerPoint active, edit the presentation. To find out more about your version of Windows go to http://www.gcflearnfree.org/topics/ and choose from the options

Windows Platform … Windows is most commonly used on Intel (Pentium) processors and is a graphical operating system used on personal computers Windows 10 is the latest release of Microsoft Windows at 15/11/2016 Windows uses lots of hardware resources –HDD (size of program files) plus processor speed and memory Windows is less stable – more susceptible to virus risk as Visual Basic Code is used (easy to get into, easy to write virus programs which will infiltrate the code) But – Windows is best supported, loads of training available, cheap/free software available to run on the platform

Type of software … Windows is proprietary Proprietary software is software with restrictions on using, copying and modifying as enforced by the proprietor - MICROSOFT Proprietary software is unique to a specific manufacturer Restrictions on use, modification and copying is achieved by either legal or technical means and sometimes both (such as copyright, patents or trademarks ) or on-line registration

Unix (commercial operating system for networks) (Note: All logos are ™) Linux is the PC offshoot of Unix

Unix/Linux Platform … Linux runs on (is compatible with) Intel processors it also runs on Alpha processors (these are used on servers) There is a lot of commercial support for and use of Unix/Linux, both by hardware companies such as Digital, IBM, Hewlett-Packard and Apple and numerous smaller network and integration specialists Uses less of system resources - processor, HDD (small program files, can even fit on a floppy disk) and RAM Linux is particularly popular for Internet Service Providers Virus susceptibility is low, not written in Visual Basic Code SteamOS – gaming operating system

Type of software … Linux is freeware, open source Free, open source operating system code (means you can change the original source code and recompile changes to code so that the operating system works the way you want it to) – of course, you have to have programming skills! You can also redistribute the code freely (means you can use it on more than one machine, unlike proprietary software)

Macintosh (Note: All logos are ™) (their system software only runs on their own machines their machines are general purpose single-user microcomputers, designed to be operated by one person at a time)

Apple Mac Platform … Macintosh (Apple Mac) Operating System runs on hardware components manufactured by Apple Computer Inc, (originally based on the Motorola 68000 microprocessor family). The platform is compatible only with their own proprietary operating system Less virus susceptibility because Visual Basic Code is not used – Macintosh have their own proprietary code Size of program files and amount of resource required to run the operating system are allowed for in the platform – so Macs are screaming fast especially for gaming!!

Type of software … Mac OS is proprietary Macintosh Operating System is proprietary software which runs only on the Apple Mac computers or devices Note: the newest Apple Mac machines use Intel processors iOS 10.2

MS DOS (almost a dinosaur) Some of the other operating systems: ™

Mobile operating systems From http://searchmobilecomputing.techtarget.com/definition/mobile-operating-system A mobile operating system (OS) is software that allows smartphones, tablet PCs and other devices to run applications and programs. A mobile OS typically starts up when a device powers on, presenting a screen with icons or tiles that present information and provide application access. Mobile operating systems also manage cellular and wireless network connectivity, as well as phone access. On this website there is a free guide that you can download

iOS .. Mobile operating system Apple developed this exclusively for their hardware Used in iPhone iPad iPod touch Interface elements consist of Sliders, switches and buttons Interface gestures consist of Swipe, tap, pinch and reverse pinch Want to learn more: go to http://www.gcflearnfree.org/iphonebasics/

Android .. Mobile operating system Google developed this software for touchscreen mobile devices Used in Smartphones Tablets Interface gestures consist of Swiping, tapping, pinching and reverse pinching Plus a virtual keyboard for text input Want to learn more: go to http://www.gcflearnfree.org/androidbasics/

R responsible for the operation of the PC How do I remember the purpose of system software? G got to have it to run application software I instructions load automatically into RAM R responsible for the operation of the PC L lets the user interact with applications and communicates between hardware components GIRLs can do anything!

End of presentation Next steps Go back to the workbook You will see that there are Study Notes which show the outputs and purpose of system software