Operating Systems. Software Software – the instructions that make the CPU do useful things Divided into two main categories – System software – Applications.

Slides:



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

Operating System Basics
What is an operating system? Is it software?
 An operating system (OS) is a set of computer programs that allow the user to perform basic tasks like copying, moving, saving and printing files. 
Objectives Overview Define an operating system
Professor Michael J. Losacco CIS 1110 – Using Computers Operating Systems & Utility Programs Chapter 7.
Unit 6- Operating Systems.  Identify the purpose of an OS  Identify different operating systems  Describe computer user interaction with multiple operating.
Operating Systems: Software in the Background
CMPTR1 CHAPTER 3 COMPUTER SOFTWARE Application Software – The programs/software/apps that we run to do things like word processing, web browsing, and games.
The Operating System and the User Interface
COMPUTER TECHNOLOGY (S1 OBJ AND OBJ 3-2) SOFTWARE UNIT 1—PART B.
Operating System By :- Anupam Gupta. 5 types of Operating System 0 MACINTOSH 0 I O S 7 0 WINDOWS 0 LINUX 0 UNIX.
SOFTWARE.
Operating Systems Chapter 4.
Learning Outcomes At the end of this lesson, students should be able to: State the types of system software – Operating system – Utility system Describe.
Chapter 3  Manage the computer’s resources ◦ CPU ◦ Memory ◦ Disk drives ◦ Printers  Establish a user interface  Execute and provide services for applications.
Operating Systems What do you have left on your computer after you strip away all of the games and application programs you bought and installed? Name.
Computer Concepts 2013 Chapter 4 Operating Systems and File Management.
Computer Concepts 2014 Chapter 4 Operating Systems and File Management.
Fundamentals of Networking Discovery 1, Chapter 2 Operating Systems.
Chapter 4 Operating Systems and File Management. 4 Chapter 4: Operating Systems and File Management 2 Chapter Contents  Section A: Operating System Basics.
SOFTWARE.
Software GCSE ICT.
4 1 Operating System Activities  An operating system is a type of system software that acts as the master controller for all activities that take place.
Software GCSE COMPUTING.
Explain the purpose of an operating system
Software Writer:-Rashedul Hasan Editor:- Jasim Uddin.
Mr C Johnston ICT Teacher
Practical Computer Literacy Week-02
1 Chapter 7 Operating System & Utility Programs.  consists of the programs that control or maintain the operations of the computer and its devices. It.
© Paradigm Publishing Inc. 4-1 OPERATING SYSTEMS.
Operating Systems, Utilities, and Networks Unit 6 Lesson 1 Exercise 3 & 4.
Operating Systems. What is an operating system? The software that manages your computer: Maintains your files finds files copies files deletes files links.
OPERATING SYSTEM - program that is loaded into the computer and coordinates all the activities among computer hardware devices. -controls the hardware.
Software refer to all the programs that can be run on the computer.
Introducing Software Computer Concepts Unit A. Introducing Software What is an Operating System? OS is the master controller for all the activities that.
Copyright©2008 N.AlJaffan®KSU1 Chapter 7 Operating System and Utility Programs.
By Shreya Mozumdar 6B.  An operating system (OS) is a program that, after being loaded onto the computer, manages all the other programs on the computer.
Chapter 9 Operating Systems Discovering Computers Technology in a World of Computers, Mobile Devices, and the Internet.
Operating Systems. An operating system (os) is a software program that enables the computer hardware to communicate and operate with the computer software.
Chapter 3: Software Explain the difference between systems software and application software
CONTENT  Introduction Introduction  Operating System (OS) Operating System (OS) Operating System (OS)  Summary Summary  Application Software Application.
Chapter 2 – Part 1 Introduction To Windows Operating Systems CMPF 112 : COMPUTING SKILLS.
Types of Software Chapter 2.
Operating Systems Overview Basic Computer Concepts Operating System What does an operating system do  A computer’s software acts similarly with.
Computer Operating Systems And Software applications.
GCSE Computing: A451 Computer Systems & Programming Topic 3 Software System Software (1) The Operating System.
System Software (1) The Operating System
UNIX U.Y: 1435/1436 H Operating System Concept. What is an Operating System?  The operating system (OS) is the program which starts up when you turn.
Operating System Basics. Outline The User Interface Running Programs Managing Files Managing Hardware Utility Software.
Systems Software / The Operating System CSC October 14, 2010.
CHAPTER 7 Operating System Copyright © Cengage Learning. All rights reserved.
Linux Operating Systems Taking Control of the Terminal
DISCOVERING COMPUTERS 2018 Digital Technology, Data, and Devices
Chapter 3: SYSTEM SOFTWARE
Macintosh & Linux Used to fill in pg 5 & 6 of “Operating Systems” Packet.
Lecture 1-Part 2: Operating-System Structures
GUI Evolution (Fruit vs Squares)
Computer Software Digital Literacy.
LINUX WINDOWS Vs..
INTRODUCTION TO COMPUTING
Chapter 4 – Introduction to Operating System Concepts
Computer Software Digital Literacy.
برامج النظام Software Systems
Computer Technology (S1 OBJ and obj 3-2)
Lecture 1-Part 2: Operating-System Structures
ICT Programming Lesson 3:
The Main Features of Operating Systems
Software - Operating Systems
Presentation transcript:

Operating Systems

Software Software – the instructions that make the CPU do useful things Divided into two main categories – System software – Applications

Applications help you get your work done – Word processing, spreadsheets, music players, browsers, graphics editors System software keeps the computer functioning correctly – Utilities – defragment, virus checkers – Operating System – controls the hardware parts of the computer as well as the other software

Diagram of a computer system

Apps and OS work together An application like MS Word is given a command “Print this document” It passes the file and the command to the OS (Word does not know much about printers) The OS does know about printers and how to communicate with them The OS sends the document to be printed then reports to MS Word that it has been printed The printer prints

The OS’s jobs Manage memory (remember virtual memory – that’s the OS) Manage the file system (so that it knows where files are, can delete them, copy them) Manage the User Interface (GUI, CLI) Manages the hardware resources – mouse, keyboard, printer, speakers Manages the CPU(s) to perform the user tasks requested

Managing CPUs Multi-tasking – Most OS’s do this these days – On Windows press Alt-Tab or look at Task Manager to see what’s happening “at the same time” – If only one CPU, multi-tasking is a simulation, slicing up CPU time and giving one slice to each task that wants to run – If has more than one CPU, multi-tasking is done by dividing tasks up and giving pieces to each CPU

Single core vs. Multi core

User Interface OS has to make it easy for the user to communicate their requests to the computer First interface was CLI = command line interface Still visible in Windows as “command window” or in MacOS as “Terminal” window Not very friendly – depended on user to remember commands and filenames

CLI

User Interfaces Basic control elements of a GUI (graphical user interface) – Desktop – Taskbar or dock – Dropdown menus – Start screen – Icon – Pointing device Xerox PARC (Palo Alto Research Center) – first GUI Steve Jobs ‘borrowed’ it from them for the Macintosh Bill Gates ‘borrowed’ it from Apple for Windows

Sample

Does the OS matter? Having an OS? yes! Without it your computer will not be useable Having one OS versus another? Yes! Most software insists on being installed on one operating system and one only Which one is best? That is very much a matter of opinion

The Big Names in OSes Microsoft Windows in all its versions has about 90% of the Desktop OS market Mac OS X has about 4% Linux has about 2%

UNIX and Linux The UNIX operating system was developed in 1969 at AT&T’s Bell Labs – Dependable in multiuser environments Linux is an operating system distributed along with its source code under the terms of a GPL (General Public License) – A Linux distribution is a download that contains the Linux kernel, system utilities, graphical user interface, applications, and an installation routine Unix and Linux are more stable than other operating systems. = do not crash as often Chapter 4: Operating Systems and File Management 15

UNIX and Linux Chapter 4: Operating Systems and File Management 16

Other OSes Android for non-Apple phones and tablets iOS for Apple iPhones and iPads Microsoft does have one for its Windows devices Android has biggest share in market for mobile devices

What do you want from an OS? Compatibility with – Hardware – Software Ease of use – Intuitive interface Reliable – Stable Price