Operating Systems. Operating System Every general-purpose computer must have an operating system to run other programs. Operating systems perform basic.

Slides:



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

Computer Parts There are many parts that work together to make a computer work.
?  Able to explain the 6 key functions of system software  Able to explain each using a suitable example  Identify three different system software.
Lesson 6. The Computer Operation Computer Operating Systems GUI vs. Command line The Microsoft Windows Family File Systems – How Computers Manage Data.
Computer Hardware 4 Main Types.
User Interface. What is a User Interface  A user interface is a link between the user and the computer. It allows the user and the computer to communicate.
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.
COURSE: COMPUTER PLATFORMS
UNIX Chapter 01 Overview of Operating Systems Mr. Mohammad A. Smirat.
1 The Five Parts of an Information System
Operating Systems: Software in the Background
Use with Computer Systems and Networks by Blundell, Khan, Lasebae and Jabbar ISBN © 2007 Middlesex University Press Computer Systems and.
The Operating System and the User Interface
1 DOS with Windows 3.1 and 3.11 Operating Environments n Designed to allow applications to have a graphical interface DOS runs in the background as the.
Cambodia-India Entrepreneurship Development Centre - : :.... :-:-
Computer Parts There are many parts that work together to make a computer work.
SOFTWARE-what is it? Computer instructions or data. Anything that can be stored electronically is software. The storage devices and display devices are.
Course: Introduction to Computers
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.
Week 6 Operating Systems.
Computer for Health Sciences
Chapter Three Software and Operating Systems What is software? How software is developed (Analysis, Design, Programming, and Testing) What are software.
Computer Basics Diagram
SOFTWARE.
Flash Cards Computer Technology.
The Operating System. without an operating system: the screen would be blank there'd be no response when you tap the keys disk programmes wouldn't load.
Software GCSE ICT.
System software operating system 1.
1 AQA ICT AS Level © Nelson Thornes 2008 Operating Systems What are they and why do we need them?
COMPUTER SYSTEM.
UNIT - 1Topic - 1. An electronic device, operating under the control of instructions stored in its own memory unit, that can accept data (input), manipulate.
Computer Software Computer Technology Day 5. Software  Provides step-by-step instructions that tell the computer how to perform  Categories  System.
SYSTEM SOFTWARE Prepared by: Mrs. Careene McCallum-Rodney.
Introduction to Interactive Media Interactive Media Tools: Software.
Computer Components Checklist There are many parts that work together to make a computer work.
Operating Systems JEOPARDY Computer Repair NetworkOS OS Tasks ConceptsComponentsMisc
Basic Computer and Word Functions, part 1 Read the information and use to answer the questions in the Basic Computer and Word Functions Study Guide.
Computer A computer is an electronic machine that takes information, processes it,and stores it. Computers are made up of hardware ( monitor, tower, keyboard,
Hardware vs Software Hardware: A physical part of the computer which you can touch. Software: A set of instructions which is run to perform tasks on your.
Highlights – Digital Literacy. An operating system (OS) is the most important program that runs on your computer. Every general-purpose computer must.
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.
Introduction to Computer System
1 The Five Parts of an Information System
Basic Computer and Word Functions, part 1 Read the information and use to answer the questions in the Basic Computer and Word Functions Study Guide.
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.
Operating Systems Lesson Objective: Understanding the functions of an operating system. Learning Outcome: Answer some basic questions on operating systems.
Copyright©2008 N.AlJaffan®KSU1 Chapter 7 Operating System and Utility Programs.
An operating system is the software that makes everything in the computer work together smoothly and efficiently. What is an Operating System?
1 Software. 2 What is software ► Software is the term that we use for all the programs and data on a computer system. ► Two types of software ► Program.
Operating Systems. An operating system (os) is a software program that enables the computer hardware to communicate and operate with the computer software.
Introduction To Computers
Graphical User Interfaces (GUI’s ). & Command-Line Interfaces.
An operating system (OS) is a collection of system programs that together control the operation of a computer system.
OPERATING SYSTEMS (OS) By the end of this lesson you will be able to explain: 1. What an OS is 2. The relationship between the OS & application programs.
System SOFTWARE.
Basic Computer Fundamentals
Operating Systems & System Software
Lecture 1-Part 2: Operating-System Structures
Computer Fundamentals 1
HARDWARE The hardware is the part you can see the computer, ie all components of their physical structure. The screen, keyboard, and mouse tower of the.
Operating Systems Overview
Operating Systems What are they and why do we need them?
Systems Software Keywords Operating Systems
Multicultural Social Community Development Institute ( MSCDI)
Software - Operating Systems
Introduction to Operating Systems
An Introduction to Operating Systems
Presentation transcript:

Operating Systems

Operating System Every general-purpose computer must have an operating system to run other programs. Operating systems perform basic tasks, such as recognizing input from the keyboard, sending output to the display screen, keeping track of files and directories on the disk, and controlling peripheral devices such as disk drives and printers.

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. Multi threading: 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.

Continued… Operating systems provide a software platform on top of which other programs, called Application programs, can run. The application programs must be written to run on top of a particular operating system. Your choice of operating system, therefore, determines to a great extent the applications you can run.

As a user, you normally interact with the operating system through a set of Commands. For example, the DOS operating system contains commands such as COPY and RENAME for copying files and changing the names of files, respectively. The commands are accepted and executed by a part of the operating system called the Command Processor or command line interpreter. Graphic User Interface(GUI) allows you to enter commands by pointing and clicking at objects that appear on the screen. Menus, icons, desktop, etc.