Operating Systems. What is an operating system? The software that manages your computer: Maintains your files finds files copies files deletes files links.

Slides:



Advertisements
Similar presentations
Computer Basics 2.
Advertisements

Chapter 8: Operating Systems and Utility Programs
COMPUTERS: TOOLS FOR AN INFORMATION AGE Chapter 3 Operating Systems.
By Caleb Jamison. DOS-the beginning Microsoft Disk Operating System (MS-DOS) Originally a project with IBM Based on the Quick and Dirty Operating System.
By- Anjali Bhardwaj. An operating system (OS) is a collection of software that manages computer hardware resources and provides common services for computer.
What is an operating system? Is it software?
Lesson 6. The Computer Operation Computer Operating Systems GUI vs. Command line The Microsoft Windows Family File Systems – How Computers Manage Data.
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.
 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. 
Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Technology Education Copyright © 2006 by The McGraw-Hill Companies,
Chapter 5 System Software.
Operating Systems and Cross Platform Issues. Apple/Macintosh OS Steve Jobs and Steve Wozniak created the Apple I computer in their garage Apple.
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.
Computer Parts There are many parts that work together to make a computer work.
Operating Systems. Software Software – the instructions that make the CPU do useful things Divided into two main categories – System software – Applications.
Operating System.
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.
Lesson 4 Computer Software
Chapter Three Software and Operating Systems What is software? How software is developed (Analysis, Design, Programming, and Testing) What are software.
GCSE ICT User Interfaces. Learning Intentions: To understand the concept of a Windows operating system and have a basic understanding of GUI. Success.
Chapter 4 Operating Systems and File Management. 4 Chapter 4: Operating Systems and File Management 2 Chapter Contents  Section A: Operating System Basics.
Lesson 6 Operating Systems and Software
University of Management & Technology Operating Systems & Utility Programs.
Computing Fundamentals Module A Unit 2: Using Windows Vista LessonTopic 8Looking at Operating Systems 9Looking at the Windows Desktop 10Starting Application.
Operating Systems. Operating systems  Between the hardware and the application software lies the operating system. The operating system is a program.
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.
Operating Systems. The foundation for operating system software and application software. Source:
What is Computer Software?. Hardware vs Software Got to have both to get the job done!
System Software Chapter 4 of Computers: Understanding Technology (Third edition) 1September 16, William Pegram.
Software.
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.
Chapter 5: Defining the Role of the Operating System
© Paradigm Publishing Inc. 4-1 OPERATING SYSTEMS.
Operating Systems, Utilities, and Networks Unit 6 Lesson 1 Exercise 3 & 4.
Introduction to Computers Lesson 6B. home UNIX Oldest operating system, developed by Bell Labs in the 1970s Still used today in insurance, medicine, banking,
OPERATING SYSTEM - program that is loaded into the computer and coordinates all the activities among computer hardware devices. -controls the hardware.
Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Technology Education Copyright © 2006 by The McGraw-Hill Companies,
Introducing Software Computer Concepts Unit A. Introducing Software What is an Operating System? OS is the master controller for all the activities that.
© Paradigm Publishing, Inc. 4-1 Chapter 4 System Software Chapter 4 System Software.
Graphical User Interface Saint-Petersburg IT College Saint-Petersburg 2014.
Allexa Mitchels IBCC Sets of instructions which hardware follows in order to perform tasks. Software.
Operating Systems. An operating system (os) is a software program that enables the computer hardware to communicate and operate with the computer software.
Digital Communication Systems Comp Functions of the Operating System.
CONTENT  Introduction Introduction  Operating System (OS) Operating System (OS) Operating System (OS)  Summary Summary  Application Software Application.
Credit:  An operating system is the program that is loaded into the computer  coordinates all the activities among.
What is Computer Software?. Hardware vs Software Got to have both to get the job done!
Operating Systems Overview Basic Computer Concepts Operating System What does an operating system do  A computer’s software acts similarly with.
Systems Software. Systems software Applications software such as word processing, spreadsheet or graphics packages Operating systems software to control.
Computer Operating Systems And Software applications.
OST Intro in to Macs. History of Macintosh On January 24, 1984 Apple Computer introduced the Apple Macintosh personal computer, with the Macintosh.
OPERATING SYSTEM BASICS. What is an operating system and what does it do? The operating system has two basic functions: –communicates with the PC.
Operating Systems. Define OS Operating System is a type of system software. Operating system software includes instructions that allow a computer to run.
European Computer Driving Licence Syllabus version 5.0 Module 1 – Concepts of ICT Chapter 3 – Software Pass ECDL5 for Office 2007 Module 1 Concepts of.
Operating System Basics. Outline The User Interface Running Programs Managing Files Managing Hardware Utility Software.
Operating System.
Operating System & Application Software
Macintosh & Linux Used to fill in pg 5 & 6 of “Operating Systems” Packet.
GUI Evolution (Fruit vs Squares)
PC Operating Systems in Review
Unit 2 Computer Systems Operating Systems Windows MAC & Linux.
برامج النظام Software Systems
McGraw-Hill Technology Education
برامج النظام System Software
ICT Programming Lesson 3:
PC Operating Systems in Review
Presentation transcript:

Operating Systems

What is an operating system? The software that manages your computer: Maintains your files finds files copies files deletes files links your printer to your application formats disks, etc.

Some widely used operating systems DOS UNIX MacOS Windows

DOS DOS--Disk Operating System One of the oldest PC operating systems (Microsoft shipped first version in 1981) Made Bill Gates a billionaire Command line interface

UNIX Very large Has many built-in programs Used on high-end systems Available in a smaller version called Linux (created in 1991), available for free Command line interface (first version developed at Bell Labs in 1969)

Command Line Interface Examples To tell the computer to copy file1into a (new) file named file2: DOS A:\> copy file1 file2 A:\> Unix 1> cp file1 file2 2>

Windows Used by most computers in the world Graphical user interface (GUI--pronounced ‘gooey’) This interface has been standardized across applications by Microsoft, Inc. (version 3.0 released in 1990 as a GUI to DOS) This makes it easy to learn new applications since the icons, clicking, position and types of menus are common across applications except for commands peculiar to an application.

GUI (or point-and-click) designs were developed at Xerox Palo Alto Research Center in the late 1970’s but were never used in commercial computer systems at that time. The first commercial use was in the original Apple MacIntosh computers, introduced in 1984.

Why a GUI rather than commands? Graphical user interfaces are easy to learn but perhaps slower to use because of pointing device Command line interfaces are hard to learn and easy to forget but perhaps faster to use for experienced user