SlideShare a Scribd company logo
1
CSCA0201
FUNDAMENTALS OF COMPUTING
Chapter 6
Operating Systems
2
Operating Systems
1. Operating Systems
2. Types of Operating System
3. Major Functions
4. User Interface
5. Examples of Operating System
3
Operating Systems
Operating Systems
• The operating system is the most important program
that runs on a computer.
• Operating system is an interface between computer
and user.
• It is responsible for the management and
coordination of activities and the sharing of the
resources of the computer.
4
Operating Systems
Operating Systems
5
Operating Systems
Operating Systems
6
Operating Systems
Types of Operating System
• Real-time
• Multi-user vs. Single-user
• Multi-tasking vs. Single-tasking
• Distributed
• Embedded
7
Operating Systems
Types of Operating System
Real-Time
• A real-time operating system is a multitasking
operating system that aims at executing real-time
applications.
• Responds to input instantly.
8
Operating Systems
Types of Operating System
Multi-user vs. Single user
 A multi-user operating system allows multiple users
to access a computer system concurrently.
 Time-sharing system can be classified as multi-user
systems as they enable a multiple user access to a
computer through the sharing of time.
 Single-user operating systems, as opposed to a
multi-user operating system, are usable by a single
user at a time.
9
Operating Systems
Types of Operating System
Multi-tasking vs. Single-tasking
 When a single program is allowed to run at a time,
the system is grouped under a single-tasking system
 While in case the operating system allows the
execution of multiple tasks at one time, it is
classified as a multi-tasking operating system.
10
Operating Systems
Types of Operating System
Distributed
 A distributed operating system manages a group of
independent computers and makes them appear to
be a single computer.
 The development of networked computers that could
be linked and communicate with each other, gave
rise to distributed computing.
11
Operating Systems
Types of Operating System
Embedded
 Embedded operating systems are designed to be
used in embedded computer systems.
 They are designed to operate on small machines
like PDAs with less autonomy.
 They are able to operate with a limited number of
resources.
12
Operating Systems
Major Functions of Operating System
• Resource management
• Data management
• Job management
• Standard means of communication between User
and Computer
13
Operating Systems
Major Functions of Operating System
Resource Management
• The resource management function of an OS
allocates computer resources such as CPU time,
main memory, secondary storage, and input and
output devices for use.
14
Operating Systems
Major Functions of Operating System
Data Management
• The data management functions of an OS govern
the input and output of data and their location,
storage, and retrieval.
• It also is responsible for storing and retrieving
information on disk drives and for the organization of
that information on the drive.
15
Operating Systems
Major Functions of Operating System
Job Management
• The job management function of an OS prepares,
schedules, controls, and monitors jobs submitted for
execution to ensure the most efficient processing.
• A job is a collection of one or more related programs
and their data.
16
Operating Systems
Major Functions of Operating System
Standard Means of Communication between User
and Computer
• The OS also establishes a standard means of
communication between users and their computer
systems.
• It does this by providing a user interface and a
standard set of commands that control the
hardware.
17
Operating Systems
User Interface
• A program that controls a display for the user
(usually on a computer monitor) and that allows the
user to interact with the system) .
• The user interface allows the user to communicate
with the operating system.
18
Operating Systems
User Interface
• The user interface provides means of:
– Input - allowing the users to manipulate a
system
– Output - allowing the system to indicate the
effects of the users' manipulation.
19
Operating Systems
Types of User Interface
• Command line interface
• Graphical user interface
20
Operating Systems
Types of User Interface
Command Line Interface (CLI)
• A command-line interface is a mechanism for
interacting with a computer operating system or
software by typing commands to perform specific
tasks.
• This method of instructing a computer to perform a
given task is referred to as "entering" a command.
• Accept input via keyboard only.
• Not suitable for beginners.
21
Operating Systems
Types of User Interface
Command Line Interface (CLI)
22
Operating Systems
Types of User Interface
Command Line Interface (CLI)
• Examples of command:
Command Description
DIR To display list of files or folder
COPY To copy file or folder
MD To make new folder
CLS To clear screen
Quit To quit
23
Operating Systems
Types of User Interface
Graphical User Interface (GUI)
• Is a type of user interface which allows people to
interact with computer with images rather than text
commands.
• Accept input via keyboard and pointing devices.
• Easy to learn.
24
Operating Systems
Types of User Interface
Elements of Graphical User Interface
• Pointer
• Icons
• Desktop
• Windows
• Menus
25
Operating Systems
Types of User Interface
Pointer
• A symbol that appears on the
display screen and that you
move to select objects and
commands.
• Usually, the pointer appears
as a small angled arrow.
26
Operating Systems
Types of User Interface
Icons
• Small pictures that
represent commands,
files, or windows.
27
Operating Systems
Types of User Interface
Desktop
• The area on the display screen where icons are
grouped is often referred to as the desktop because
the icons are intended to represent real objects on a
real desktop.
28
Operating Systems
Types of User Interface
Desktop
29
Operating Systems
Types of User Interface
Windows
• Used to divide the screen into different areas.
• In each window, you can run a different program or
display a different file.
30
Operating Systems
Types of User Interface
Windows
31
Operating Systems
Types of User Interface
Menus
• Most graphical user interfaces let you execute
commands by selecting a choice from a menu.
• Two types of menu:
– Pull-down menu
– Pop-up menu
32
Operating Systems
Types of User Interface
Menus
33
Operating Systems
Types of User Interface
CLI GUI
Ease
Because of the memorization and
familiarity needed to operate a
command line interface, new
users have a difficult time
navigating and operating a
command line interface.
Although new users may have a
difficult time learning to use the
mouse and all GUI features, most
users pick up this interface much
easier when compared to a
command line interface.
Control
Users have much more control of
their file system and operating
system in a command line
interface. For example, users can
copy a specific file from one
location to another with a one-line
command.
Although a GUI offers plenty of
control of a file system and operating
system, the more advanced tasks
may still need a command line.
34
Operating Systems
Types of User Interface
CLI GUI
Multitasking
Although many command line
environments are capable of
multitasking, they do not offer the
same ease and ability to view
multiple things at once on one
screen.
GUI users have windows that
enable a user to view, control, and
manipulate multiple things at once
and is much faster to navigate
when compared with a command
line.
Speed
Command line users only need to
use their keyboards to navigate a
command line interface and often
only need to execute a few lines
to perform a task.
A GUI may be easier to use
because of the mouse. However,
using a mouse and keyboard to
navigate and control your
operating system for many things
is going to be much slower than
someone who is working in a
command line.
35
Operating Systems
Examples of Operating System
• MS-DOS
• Windows
• Mac OS
• Linux
• Solaris
• Android
36
Operating Systems
Microsoft DOS
• DOS stands for Disk
Operating System.
• Developed by Microsoft Inc.
• Using command line
interface.
• It does not support multiple
users and multitasking.
• First version: MS-DOS 1.0
(1981)
• Final version: MS-DOS 7.0
(1995)
37
Operating Systems
Microsoft DOS
38
Operating Systems
Windows
• Produced by Microsoft,
Inc.
• Using graphical user
interface.
• Support multitasking and
multiuser.
• First version: Windows
1.0 (1985)
• Latest version: Windows
8
39
Operating Systems
Windows
40
Operating Systems
Mac OS
• The official name of the
Macintosh operating
system.
• Created by Apple Inc.
• Operating System for
Apple Macintosh computer.
• First version: Mac System
1 (1984)
• Latest version: Mac OS
10.8.3
41
Operating Systems
Mac OS
42
Operating Systems
Linux
• A freely-distributable open
source operating system that
runs on a number of hardware
platforms.
• Linux has become an
extremely popular alternative
to proprietary operating
systems.
• First version: Linux (1992)
• Latest version: Linux 3.9.6
43
Operating Systems
Linux
44
Operating Systems
Android
• Android is a Linux-based
operating system for mobile
devices such as smartphones
and tablet computers
• It is developed by the Open
Handset Alliance, led by
Google, and other companies
• First version: Android 1.0
(2008)
• Latest version: Android 4.2.2
45
Operating Systems
Android
46
Operating Systems
Solaris
• Solaris is a Unix operating
system originally developed by
Sun Microsystems
• Solaris can be installed from
physical media or a network for
use on a desktop or server
• Used on server and
workstation
• First version: Solaris 1 (1991)
• Latest version: SunOS 11.1
47
Operating Systems
Solaris

More Related Content

Similar to csca0201_ch06.pdf

operating system
operating system operating system
operating system
emmaoli429
 
Comp Project (V).pptx
Comp Project (V).pptxComp Project (V).pptx
Comp Project (V).pptx
AayushPawar12
 
Operating System
Operating SystemOperating System
Operating System
MdFaraz20CAB121
 
Presentación de computación
Presentación de computaciónPresentación de computación
Presentación de computación
vasomozu56
 
Operating System
Operating SystemOperating System
Operating System
puneet2home
 
Introduction to Operating Systems - Mary Margarat
Introduction to Operating Systems - Mary MargaratIntroduction to Operating Systems - Mary Margarat
Introduction to Operating Systems - Mary Margarat
Mary Margarat
 
os_1.pdf
os_1.pdfos_1.pdf
os_1.pdf
HemantBorse6
 
Introduction to Operating System
Introduction to Operating SystemIntroduction to Operating System
Introduction to Operating System
Aiman Hafeez
 
OPERATING SYSTEM
OPERATING SYSTEMOPERATING SYSTEM
OPERATING SYSTEM
Madhushree Shettigar
 
Operating system: COMPUTER
Operating system: COMPUTEROperating system: COMPUTER
Operating system: COMPUTER
Abhisingh274
 
lecture_9_operatingsystem.pptx
lecture_9_operatingsystem.pptxlecture_9_operatingsystem.pptx
lecture_9_operatingsystem.pptx
HassanJaved694664
 
Operating system and its functions
Operating system and its functionsOperating system and its functions
Operating system and its functions
Namarta Chawla
 
Operating Systems As a Product
Operating Systems As a ProductOperating Systems As a Product
Operating Systems As a Product
Harshit Srivastava
 
operating systems
operating systemsoperating systems
operating systems
Augustine Theverkunnel
 
Operating systems
Operating systemsOperating systems
Operating systems
Tanzeela Maqsood
 
Computer Languages
Computer Languages Computer Languages
Computer Languages
Anjana Mohanan
 
Operating systems....................................
Operating systems....................................Operating systems....................................
Operating systems....................................
Emmanuelosinachi1
 
Introduction to Operating System
Introduction to Operating SystemIntroduction to Operating System
Introduction to Operating System
priya_sinha02
 
Caim ppt
Caim pptCaim ppt
Caim ppt
ravi kant
 
Operating Systems
Operating SystemsOperating Systems
Operating Systems
vasomozu56
 

Similar to csca0201_ch06.pdf (20)

operating system
operating system operating system
operating system
 
Comp Project (V).pptx
Comp Project (V).pptxComp Project (V).pptx
Comp Project (V).pptx
 
Operating System
Operating SystemOperating System
Operating System
 
Presentación de computación
Presentación de computaciónPresentación de computación
Presentación de computación
 
Operating System
Operating SystemOperating System
Operating System
 
Introduction to Operating Systems - Mary Margarat
Introduction to Operating Systems - Mary MargaratIntroduction to Operating Systems - Mary Margarat
Introduction to Operating Systems - Mary Margarat
 
os_1.pdf
os_1.pdfos_1.pdf
os_1.pdf
 
Introduction to Operating System
Introduction to Operating SystemIntroduction to Operating System
Introduction to Operating System
 
OPERATING SYSTEM
OPERATING SYSTEMOPERATING SYSTEM
OPERATING SYSTEM
 
Operating system: COMPUTER
Operating system: COMPUTEROperating system: COMPUTER
Operating system: COMPUTER
 
lecture_9_operatingsystem.pptx
lecture_9_operatingsystem.pptxlecture_9_operatingsystem.pptx
lecture_9_operatingsystem.pptx
 
Operating system and its functions
Operating system and its functionsOperating system and its functions
Operating system and its functions
 
Operating Systems As a Product
Operating Systems As a ProductOperating Systems As a Product
Operating Systems As a Product
 
operating systems
operating systemsoperating systems
operating systems
 
Operating systems
Operating systemsOperating systems
Operating systems
 
Computer Languages
Computer Languages Computer Languages
Computer Languages
 
Operating systems....................................
Operating systems....................................Operating systems....................................
Operating systems....................................
 
Introduction to Operating System
Introduction to Operating SystemIntroduction to Operating System
Introduction to Operating System
 
Caim ppt
Caim pptCaim ppt
Caim ppt
 
Operating Systems
Operating SystemsOperating Systems
Operating Systems
 

Recently uploaded

TRAINEES-RECORD-BOOK- electronics and electrical
TRAINEES-RECORD-BOOK- electronics and electricalTRAINEES-RECORD-BOOK- electronics and electrical
TRAINEES-RECORD-BOOK- electronics and electrical
JohnCarloPajarilloKa
 
final-slide-deck-ACURE-AQ-December-1-webinar-2022.pdf
final-slide-deck-ACURE-AQ-December-1-webinar-2022.pdffinal-slide-deck-ACURE-AQ-December-1-webinar-2022.pdf
final-slide-deck-ACURE-AQ-December-1-webinar-2022.pdf
Ashfaq Ahmad
 
原版制作(Exeter毕业证书)埃克塞特大学毕业证完成信一模一样
原版制作(Exeter毕业证书)埃克塞特大学毕业证完成信一模一样原版制作(Exeter毕业证书)埃克塞特大学毕业证完成信一模一样
原版制作(Exeter毕业证书)埃克塞特大学毕业证完成信一模一样
78tq3hi2
 
Hand Gesture Control Robotic Arm using image processing.pptx
Hand Gesture Control Robotic Arm using image processing.pptxHand Gesture Control Robotic Arm using image processing.pptx
Hand Gesture Control Robotic Arm using image processing.pptx
wstatus456
 
一比一原版(WashU文凭证书)圣路易斯华盛顿大学毕业证如何办理
一比一原版(WashU文凭证书)圣路易斯华盛顿大学毕业证如何办理一比一原版(WashU文凭证书)圣路易斯华盛顿大学毕业证如何办理
一比一原版(WashU文凭证书)圣路易斯华盛顿大学毕业证如何办理
afkxen
 
一比一原版(Columbia文凭证书)哥伦比亚大学毕业证如何办理
一比一原版(Columbia文凭证书)哥伦比亚大学毕业证如何办理一比一原版(Columbia文凭证书)哥伦比亚大学毕业证如何办理
一比一原版(Columbia文凭证书)哥伦比亚大学毕业证如何办理
afkxen
 
EV Charging at Multifamily Properties by Kevin Donnelly
EV Charging at Multifamily Properties by Kevin DonnellyEV Charging at Multifamily Properties by Kevin Donnelly
EV Charging at Multifamily Properties by Kevin Donnelly
Forth
 
AadiShakti Projects ( Asp Cranes ) Raipur
AadiShakti Projects ( Asp Cranes ) RaipurAadiShakti Projects ( Asp Cranes ) Raipur
AadiShakti Projects ( Asp Cranes ) Raipur
AadiShakti Projects
 
Here's Why Every Semi-Truck Should Have ELDs
Here's Why Every Semi-Truck Should Have ELDsHere's Why Every Semi-Truck Should Have ELDs
Here's Why Every Semi-Truck Should Have ELDs
jennifermiller8137
 
What do the symbols on vehicle dashboard mean?
What do the symbols on vehicle dashboard mean?What do the symbols on vehicle dashboard mean?
What do the symbols on vehicle dashboard mean?
Hyundai Motor Group
 
快速办理(napier毕业证书)英国龙比亚大学毕业证在读证明一模一样
快速办理(napier毕业证书)英国龙比亚大学毕业证在读证明一模一样快速办理(napier毕业证书)英国龙比亚大学毕业证在读证明一模一样
快速办理(napier毕业证书)英国龙比亚大学毕业证在读证明一模一样
78tq3hi2
 
一比一原版(AIS毕业证)奥克兰商学院毕业证成绩单如何办理
一比一原版(AIS毕业证)奥克兰商学院毕业证成绩单如何办理一比一原版(AIS毕业证)奥克兰商学院毕业证成绩单如何办理
一比一原版(AIS毕业证)奥克兰商学院毕业证成绩单如何办理
eygkup
 
Skoda Octavia Rs for Sale Perth | Skoda Perth
Skoda Octavia Rs for Sale Perth | Skoda PerthSkoda Octavia Rs for Sale Perth | Skoda Perth
Skoda Octavia Rs for Sale Perth | Skoda Perth
Perth City Skoda
 
Globalfleet - global fleet survey 2021 full results
Globalfleet - global fleet survey 2021 full resultsGlobalfleet - global fleet survey 2021 full results
Globalfleet - global fleet survey 2021 full results
vaterland
 
new-HIFLY-TBR-catalogue size specification
new-HIFLY-TBR-catalogue size specificationnew-HIFLY-TBR-catalogue size specification
new-HIFLY-TBR-catalogue size specification
bosscmn
 
Manual despiece Yamaha fuera de borda pc_e40x_02.pdf
Manual despiece Yamaha fuera de borda pc_e40x_02.pdfManual despiece Yamaha fuera de borda pc_e40x_02.pdf
Manual despiece Yamaha fuera de borda pc_e40x_02.pdf
GermanValentini1
 
What Could Be Behind Your Mercedes Sprinter's Power Loss on Uphill Roads
What Could Be Behind Your Mercedes Sprinter's Power Loss on Uphill RoadsWhat Could Be Behind Your Mercedes Sprinter's Power Loss on Uphill Roads
What Could Be Behind Your Mercedes Sprinter's Power Loss on Uphill Roads
Sprinter Gurus
 
53286592-Global-Entrepreneurship-and-the-Successful-Growth-Strategies-of-Earl...
53286592-Global-Entrepreneurship-and-the-Successful-Growth-Strategies-of-Earl...53286592-Global-Entrepreneurship-and-the-Successful-Growth-Strategies-of-Earl...
53286592-Global-Entrepreneurship-and-the-Successful-Growth-Strategies-of-Earl...
MarynaYurchenko2
 
Digital Fleet Management - Why Your Business Need It?
Digital Fleet Management - Why Your Business Need It?Digital Fleet Management - Why Your Business Need It?
Digital Fleet Management - Why Your Business Need It?
jennifermiller8137
 
一比一原版(OP毕业证)奥塔哥理工学院毕业证成绩单如何办理
一比一原版(OP毕业证)奥塔哥理工学院毕业证成绩单如何办理一比一原版(OP毕业证)奥塔哥理工学院毕业证成绩单如何办理
一比一原版(OP毕业证)奥塔哥理工学院毕业证成绩单如何办理
mymwpc
 

Recently uploaded (20)

TRAINEES-RECORD-BOOK- electronics and electrical
TRAINEES-RECORD-BOOK- electronics and electricalTRAINEES-RECORD-BOOK- electronics and electrical
TRAINEES-RECORD-BOOK- electronics and electrical
 
final-slide-deck-ACURE-AQ-December-1-webinar-2022.pdf
final-slide-deck-ACURE-AQ-December-1-webinar-2022.pdffinal-slide-deck-ACURE-AQ-December-1-webinar-2022.pdf
final-slide-deck-ACURE-AQ-December-1-webinar-2022.pdf
 
原版制作(Exeter毕业证书)埃克塞特大学毕业证完成信一模一样
原版制作(Exeter毕业证书)埃克塞特大学毕业证完成信一模一样原版制作(Exeter毕业证书)埃克塞特大学毕业证完成信一模一样
原版制作(Exeter毕业证书)埃克塞特大学毕业证完成信一模一样
 
Hand Gesture Control Robotic Arm using image processing.pptx
Hand Gesture Control Robotic Arm using image processing.pptxHand Gesture Control Robotic Arm using image processing.pptx
Hand Gesture Control Robotic Arm using image processing.pptx
 
一比一原版(WashU文凭证书)圣路易斯华盛顿大学毕业证如何办理
一比一原版(WashU文凭证书)圣路易斯华盛顿大学毕业证如何办理一比一原版(WashU文凭证书)圣路易斯华盛顿大学毕业证如何办理
一比一原版(WashU文凭证书)圣路易斯华盛顿大学毕业证如何办理
 
一比一原版(Columbia文凭证书)哥伦比亚大学毕业证如何办理
一比一原版(Columbia文凭证书)哥伦比亚大学毕业证如何办理一比一原版(Columbia文凭证书)哥伦比亚大学毕业证如何办理
一比一原版(Columbia文凭证书)哥伦比亚大学毕业证如何办理
 
EV Charging at Multifamily Properties by Kevin Donnelly
EV Charging at Multifamily Properties by Kevin DonnellyEV Charging at Multifamily Properties by Kevin Donnelly
EV Charging at Multifamily Properties by Kevin Donnelly
 
AadiShakti Projects ( Asp Cranes ) Raipur
AadiShakti Projects ( Asp Cranes ) RaipurAadiShakti Projects ( Asp Cranes ) Raipur
AadiShakti Projects ( Asp Cranes ) Raipur
 
Here's Why Every Semi-Truck Should Have ELDs
Here's Why Every Semi-Truck Should Have ELDsHere's Why Every Semi-Truck Should Have ELDs
Here's Why Every Semi-Truck Should Have ELDs
 
What do the symbols on vehicle dashboard mean?
What do the symbols on vehicle dashboard mean?What do the symbols on vehicle dashboard mean?
What do the symbols on vehicle dashboard mean?
 
快速办理(napier毕业证书)英国龙比亚大学毕业证在读证明一模一样
快速办理(napier毕业证书)英国龙比亚大学毕业证在读证明一模一样快速办理(napier毕业证书)英国龙比亚大学毕业证在读证明一模一样
快速办理(napier毕业证书)英国龙比亚大学毕业证在读证明一模一样
 
一比一原版(AIS毕业证)奥克兰商学院毕业证成绩单如何办理
一比一原版(AIS毕业证)奥克兰商学院毕业证成绩单如何办理一比一原版(AIS毕业证)奥克兰商学院毕业证成绩单如何办理
一比一原版(AIS毕业证)奥克兰商学院毕业证成绩单如何办理
 
Skoda Octavia Rs for Sale Perth | Skoda Perth
Skoda Octavia Rs for Sale Perth | Skoda PerthSkoda Octavia Rs for Sale Perth | Skoda Perth
Skoda Octavia Rs for Sale Perth | Skoda Perth
 
Globalfleet - global fleet survey 2021 full results
Globalfleet - global fleet survey 2021 full resultsGlobalfleet - global fleet survey 2021 full results
Globalfleet - global fleet survey 2021 full results
 
new-HIFLY-TBR-catalogue size specification
new-HIFLY-TBR-catalogue size specificationnew-HIFLY-TBR-catalogue size specification
new-HIFLY-TBR-catalogue size specification
 
Manual despiece Yamaha fuera de borda pc_e40x_02.pdf
Manual despiece Yamaha fuera de borda pc_e40x_02.pdfManual despiece Yamaha fuera de borda pc_e40x_02.pdf
Manual despiece Yamaha fuera de borda pc_e40x_02.pdf
 
What Could Be Behind Your Mercedes Sprinter's Power Loss on Uphill Roads
What Could Be Behind Your Mercedes Sprinter's Power Loss on Uphill RoadsWhat Could Be Behind Your Mercedes Sprinter's Power Loss on Uphill Roads
What Could Be Behind Your Mercedes Sprinter's Power Loss on Uphill Roads
 
53286592-Global-Entrepreneurship-and-the-Successful-Growth-Strategies-of-Earl...
53286592-Global-Entrepreneurship-and-the-Successful-Growth-Strategies-of-Earl...53286592-Global-Entrepreneurship-and-the-Successful-Growth-Strategies-of-Earl...
53286592-Global-Entrepreneurship-and-the-Successful-Growth-Strategies-of-Earl...
 
Digital Fleet Management - Why Your Business Need It?
Digital Fleet Management - Why Your Business Need It?Digital Fleet Management - Why Your Business Need It?
Digital Fleet Management - Why Your Business Need It?
 
一比一原版(OP毕业证)奥塔哥理工学院毕业证成绩单如何办理
一比一原版(OP毕业证)奥塔哥理工学院毕业证成绩单如何办理一比一原版(OP毕业证)奥塔哥理工学院毕业证成绩单如何办理
一比一原版(OP毕业证)奥塔哥理工学院毕业证成绩单如何办理
 

csca0201_ch06.pdf

  • 2. 2 Operating Systems 1. Operating Systems 2. Types of Operating System 3. Major Functions 4. User Interface 5. Examples of Operating System
  • 3. 3 Operating Systems Operating Systems • The operating system is the most important program that runs on a computer. • Operating system is an interface between computer and user. • It is responsible for the management and coordination of activities and the sharing of the resources of the computer.
  • 6. 6 Operating Systems Types of Operating System • Real-time • Multi-user vs. Single-user • Multi-tasking vs. Single-tasking • Distributed • Embedded
  • 7. 7 Operating Systems Types of Operating System Real-Time • A real-time operating system is a multitasking operating system that aims at executing real-time applications. • Responds to input instantly.
  • 8. 8 Operating Systems Types of Operating System Multi-user vs. Single user  A multi-user operating system allows multiple users to access a computer system concurrently.  Time-sharing system can be classified as multi-user systems as they enable a multiple user access to a computer through the sharing of time.  Single-user operating systems, as opposed to a multi-user operating system, are usable by a single user at a time.
  • 9. 9 Operating Systems Types of Operating System Multi-tasking vs. Single-tasking  When a single program is allowed to run at a time, the system is grouped under a single-tasking system  While in case the operating system allows the execution of multiple tasks at one time, it is classified as a multi-tasking operating system.
  • 10. 10 Operating Systems Types of Operating System Distributed  A distributed operating system manages a group of independent computers and makes them appear to be a single computer.  The development of networked computers that could be linked and communicate with each other, gave rise to distributed computing.
  • 11. 11 Operating Systems Types of Operating System Embedded  Embedded operating systems are designed to be used in embedded computer systems.  They are designed to operate on small machines like PDAs with less autonomy.  They are able to operate with a limited number of resources.
  • 12. 12 Operating Systems Major Functions of Operating System • Resource management • Data management • Job management • Standard means of communication between User and Computer
  • 13. 13 Operating Systems Major Functions of Operating System Resource Management • The resource management function of an OS allocates computer resources such as CPU time, main memory, secondary storage, and input and output devices for use.
  • 14. 14 Operating Systems Major Functions of Operating System Data Management • The data management functions of an OS govern the input and output of data and their location, storage, and retrieval. • It also is responsible for storing and retrieving information on disk drives and for the organization of that information on the drive.
  • 15. 15 Operating Systems Major Functions of Operating System Job Management • The job management function of an OS prepares, schedules, controls, and monitors jobs submitted for execution to ensure the most efficient processing. • A job is a collection of one or more related programs and their data.
  • 16. 16 Operating Systems Major Functions of Operating System Standard Means of Communication between User and Computer • The OS also establishes a standard means of communication between users and their computer systems. • It does this by providing a user interface and a standard set of commands that control the hardware.
  • 17. 17 Operating Systems User Interface • A program that controls a display for the user (usually on a computer monitor) and that allows the user to interact with the system) . • The user interface allows the user to communicate with the operating system.
  • 18. 18 Operating Systems User Interface • The user interface provides means of: – Input - allowing the users to manipulate a system – Output - allowing the system to indicate the effects of the users' manipulation.
  • 19. 19 Operating Systems Types of User Interface • Command line interface • Graphical user interface
  • 20. 20 Operating Systems Types of User Interface Command Line Interface (CLI) • A command-line interface is a mechanism for interacting with a computer operating system or software by typing commands to perform specific tasks. • This method of instructing a computer to perform a given task is referred to as "entering" a command. • Accept input via keyboard only. • Not suitable for beginners.
  • 21. 21 Operating Systems Types of User Interface Command Line Interface (CLI)
  • 22. 22 Operating Systems Types of User Interface Command Line Interface (CLI) • Examples of command: Command Description DIR To display list of files or folder COPY To copy file or folder MD To make new folder CLS To clear screen Quit To quit
  • 23. 23 Operating Systems Types of User Interface Graphical User Interface (GUI) • Is a type of user interface which allows people to interact with computer with images rather than text commands. • Accept input via keyboard and pointing devices. • Easy to learn.
  • 24. 24 Operating Systems Types of User Interface Elements of Graphical User Interface • Pointer • Icons • Desktop • Windows • Menus
  • 25. 25 Operating Systems Types of User Interface Pointer • A symbol that appears on the display screen and that you move to select objects and commands. • Usually, the pointer appears as a small angled arrow.
  • 26. 26 Operating Systems Types of User Interface Icons • Small pictures that represent commands, files, or windows.
  • 27. 27 Operating Systems Types of User Interface Desktop • The area on the display screen where icons are grouped is often referred to as the desktop because the icons are intended to represent real objects on a real desktop.
  • 28. 28 Operating Systems Types of User Interface Desktop
  • 29. 29 Operating Systems Types of User Interface Windows • Used to divide the screen into different areas. • In each window, you can run a different program or display a different file.
  • 30. 30 Operating Systems Types of User Interface Windows
  • 31. 31 Operating Systems Types of User Interface Menus • Most graphical user interfaces let you execute commands by selecting a choice from a menu. • Two types of menu: – Pull-down menu – Pop-up menu
  • 32. 32 Operating Systems Types of User Interface Menus
  • 33. 33 Operating Systems Types of User Interface CLI GUI Ease Because of the memorization and familiarity needed to operate a command line interface, new users have a difficult time navigating and operating a command line interface. Although new users may have a difficult time learning to use the mouse and all GUI features, most users pick up this interface much easier when compared to a command line interface. Control Users have much more control of their file system and operating system in a command line interface. For example, users can copy a specific file from one location to another with a one-line command. Although a GUI offers plenty of control of a file system and operating system, the more advanced tasks may still need a command line.
  • 34. 34 Operating Systems Types of User Interface CLI GUI Multitasking Although many command line environments are capable of multitasking, they do not offer the same ease and ability to view multiple things at once on one screen. GUI users have windows that enable a user to view, control, and manipulate multiple things at once and is much faster to navigate when compared with a command line. Speed Command line users only need to use their keyboards to navigate a command line interface and often only need to execute a few lines to perform a task. A GUI may be easier to use because of the mouse. However, using a mouse and keyboard to navigate and control your operating system for many things is going to be much slower than someone who is working in a command line.
  • 35. 35 Operating Systems Examples of Operating System • MS-DOS • Windows • Mac OS • Linux • Solaris • Android
  • 36. 36 Operating Systems Microsoft DOS • DOS stands for Disk Operating System. • Developed by Microsoft Inc. • Using command line interface. • It does not support multiple users and multitasking. • First version: MS-DOS 1.0 (1981) • Final version: MS-DOS 7.0 (1995)
  • 38. 38 Operating Systems Windows • Produced by Microsoft, Inc. • Using graphical user interface. • Support multitasking and multiuser. • First version: Windows 1.0 (1985) • Latest version: Windows 8
  • 40. 40 Operating Systems Mac OS • The official name of the Macintosh operating system. • Created by Apple Inc. • Operating System for Apple Macintosh computer. • First version: Mac System 1 (1984) • Latest version: Mac OS 10.8.3
  • 42. 42 Operating Systems Linux • A freely-distributable open source operating system that runs on a number of hardware platforms. • Linux has become an extremely popular alternative to proprietary operating systems. • First version: Linux (1992) • Latest version: Linux 3.9.6
  • 44. 44 Operating Systems Android • Android is a Linux-based operating system for mobile devices such as smartphones and tablet computers • It is developed by the Open Handset Alliance, led by Google, and other companies • First version: Android 1.0 (2008) • Latest version: Android 4.2.2
  • 46. 46 Operating Systems Solaris • Solaris is a Unix operating system originally developed by Sun Microsystems • Solaris can be installed from physical media or a network for use on a desktop or server • Used on server and workstation • First version: Solaris 1 (1991) • Latest version: SunOS 11.1