An operating system is the software that makes everything in the computer work together smoothly and efficiently. What is an Operating System?

Slides:



Advertisements
Similar presentations
What is Computer Software?. Hardware vs Software Got to have both to get the job done!
Advertisements

PC Operating Systems in Review lesson 12. UNIX DOS The Macintosh Operating System Windows 3.x OS/2 Warp Windows NT Windows 95 and 98 Linux Windows 2000.
What is an operating system? Is it software?
A graphical user interface (GUI) is a human-computer interface (i.e., a way for humans to interact with computers) that uses windows, icons and menus.
Maninder Kaur OPERATING SYSTEM Maninder Kaur 11 Oct 2010.
Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Technology Education Copyright © 2006 by The McGraw-Hill Companies,
Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Technology Education Copyright © 2006 by The McGraw-Hill Companies,
UNIX Chapter 01 Overview of Operating Systems Mr. Mohammad A. Smirat.
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.
Understanding Operating Systems 1 Overview Introduction Operating System Components Machine Hardware Types of Operating Systems Brief History of Operating.
Operating Systems BTEC IT Practitioners.
Computer Parts There are many parts that work together to make a computer work.
Operating Systems.
Operating Systems.
Systems Software Operating Systems.
An Introduction to Operating Systems. Definition  An Operating System, or OS, is low-level software that enables a user and higher-level application.
Operating System.
SOFTWARE.
Learning Outcomes At the end of this lesson, students should be able to: State the types of system software – Operating system – Utility system Describe.
Week 6 Operating Systems.
Computer for Health Sciences
Lesson 4 Computer Software
Hardware vs. Software Computer systems consist of both hardware and software. Hardware refers to anything you can physically touch. Keyboards, mice, monitors,
Chapter 4 Operating Systems and File Management. 4 Chapter 4: Operating Systems and File Management 2 Chapter Contents  Section A: Operating System Basics.
O PERATING S YSTEM ALAK ROY. Assistant Professor Dept. of CSE, RSET ROYAL GROUP OF INSTITUTIONS CS-107 I NTRODUCTION TO.
Lesson 6 Operating Systems and Software
Operating systems CHAPTER 7.
SOFTWARE.
Slide 1 System Software Software The term that we use for all the programs and data that we use with a computer system. Two types of software: Program.
Software GCSE ICT.
 What is OS? What is OS?  What OS does? What OS does?  Structure of Operating System: Structure of Operating System:  Evolution of OS Evolution of.
Operating Systems.
 Introduction to Operating System Introduction to Operating System  Types Of An Operating System Types Of An Operating System  Single User Single User.
SYSTEM SOFTWARE Prepared by: Mrs. Careene McCallum-Rodney.
Operating Systems Sara Mullan Johns Hopkins University Fall 2010
Systems Software Operating Systems. What is software? Software is the term that we use for all the programs and data that we use with a computer system.
1 The Five Parts of an Information System
Operating Systems, Utilities, and Networks Unit 6 Lesson 1 Exercise 3 & 4.
E- Learning and Writing Skills IGGU 1101 Operating System Windows Dr. Sana’a Wafa Al-Sayegh.
Foundation year Lec.3: Computer SoftwareLec.3: Computer Software Lecturer: Dalia Mirghani Year: 2014/2015.
OPERATING SYSTEM - program that is loaded into the computer and coordinates all the activities among computer hardware devices. -controls the hardware.
Bridges To Computing General Information: This document was created for use in the "Bridges to Computing" project of Brooklyn College. You are invited.
Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Technology Education Copyright © 2006 by The McGraw-Hill Companies,
Operating Systems Objective n The historic background n What the OS means? n Characteristics and types of OS n General Concept of Computer System.
Copyright©2008 N.AlJaffan®KSU1 Chapter 7 Operating System and Utility Programs.
COMPUTER FUNDAMENTALS David Samuel Bhatti
Application Software System Software.
Slide 6-1 Chapter 6 System Software Considerations Introduction to Information Systems Judith C. Simon.
Operating Systems.
Operating Systems Overview Basic Computer Concepts Operating System What does an operating system do  A computer’s software acts similarly with.
An operating system (OS) is a collection of system programs that together control the operation of a computer system.
L ECTURE -6 Topics: Introduction to Operating system. Functions of an Operating system. Classification of Operating systems.
Operating Systems (Credit to: Rick Graziani of Cabrillo College)
Operating System Basics. Outline The User Interface Running Programs Managing Files Managing Hardware Utility Software.
Operating Systems. Operating System Every general-purpose computer must have an operating system to run other programs. Operating systems perform basic.
1 OPERATING SYSTEMS. 2 CONTENTS 1.What is an Operating System? 2.OS Functions 3.OS Services 4.Structure of OS 5.Evolution of OS.
System SOFTWARE.
Operating System and Utility Programs
Lecture 1-Part 2: Operating-System Structures
2. OPERATING SYSTEM 2.1 Operating System Function
PC Operating Systems in Review
Introduction to Operating Systems
Computer Technology Notes #3
برامج النظام Software Systems
Lecture 1-Part 2: Operating-System Structures
The Operating system Gives life to the hardware
PC Operating Systems in Review
The Main Features of Operating Systems
Introduction to Operating Systems
Presentation transcript:

An operating system is the software that makes everything in the computer work together smoothly and efficiently. What is an Operating System?

Functions of Operating Systems Operating systems have three basic jobs they must do: Control Hardware Run Applications Manage data and files

Control Hardware they control access to and allocation of resources. Imagine if your printer received print instructions from two different programs and began printing from both of them simultaneously. Functions of Operating Systems

Run Applications The operating system determines which programs will have access to the CPU and under what conditions. Similarly, the operating system controls which program can write data to a disk, or draw something on the screen.

Functions of Operating Systems Manage Data and Files The third characteristic of operating systems is the they create a user interface through which the user interacts with the computer. In the earliest computers, the interface consisted of things like punched cards and paper tape, created by specialized keyboard devices. user interface

Types of Operating Systems Windows 95/98 - This is what you will find on most new PC's today. It is a very popular OS, and there are many applications that run on it. It has an easy-to-use Graphical User Interface (GUI).

Types of Operating Systems Windows NT - Windows NT is another Microsoft operating system that is beginning to really catch on because of it's networking capabilities. Microsoft is trying to slowly phase out Windows 95/98 and replace it with some form of NT.

Types of Operating Systems Macintosh System 7/8 - This is the operating system found on the Macintosh brand of computers. This was one of the first GUI's to become popular. Macs have the history of being easy to use, and coming equipped with all the hardware you'll need.

Types of Operating Systems UNIX is a command prompt OS, much like the now defunct Microsoft DOS operating system. Unix is by far the oldest of the operating systems, having been in existence for a good 20 years.

MS-DOS Operating System is a command line user interface. MS-DOS 1.0 was released in 1981 for IBM computers and the latest version of MS-DOS is MS-DOS 6.22 released in While MS-DOS is not commonly used by itself today, it still can be accessed from Windows 95, Windows 98 or Windows ME.

Operating Systems- Classification Operating systems can be classified as follows: multi-user : Allows two or more users to run programs at the same time. Some operating systems permit hundreds or even thousands of concurrent users. multiprocessing : Supports running a program on more than one CPU. multitasking : Allows more than one program to run concurrently. multithreading : Allows different parts of a single program to run concurrently. real time: Responds to input instantly. General- purpose operating systems, such as DOS and UNIX, are not real-time.

Operating Systems- Classification Multi-user Refers to computer systems that support two or more simultaneous users. All mainframes and minicomputers are multi- user systems, but most personal computers and workstations are not. Another term for multi-user is time sharing.

Operating Systems- Classification Multiprocessing Refers to a computer system's ability to support more than one process (program) at the same time. Multiprocessing operating systems enable several programs to run concurrently. UNIX is one of the most widely used multiprocessing systems. Refers to the utilization of multiple CPUs in a single computer system. This is also called parallel processing.

Operating Systems- Classification Multitasking The ability to execute more than one task at the same time, a task being a program. The terms multitasking and multiprocessing are often used interchangeably, although multiprocessing sometimes implies that more than one CPU is involved. In multitasking, only one CPU is involved, but it switches from one program to another so quickly that it gives the appearance of executing all of the programs at the same time.

Operating Systems- Classification Multithreading The ability of an operating system to execute different parts of a program, called threads, simultaneously. The programmer must carefully design the program in such a way that all the threads can run at the same time without interfering with each other.

Operating Systems- Classification Real time They are used for such tasks as navigation, in which the computer must react to a steady flow of new information without interruption. Real time can also refer to events simulated by a computer at the same speed that they would occur in real life. In graphics animation, for example, a real- time program would display objects moving across the screen at the same speed that they would actually move.