Operating system and its functions

Содержание

Слайд 2

The goal of lecture

Examine the purpose and functions of operating systems.

The goal of lecture Examine the purpose and functions of operating systems.

Слайд 3

Lesson plan

Architecture of Computer System
Operating System and its Functions
Common Operating Systems and

Lesson plan Architecture of Computer System Operating System and its Functions Common
Their Differences

Слайд 4

Main terms of lesson

Main terms of lesson

Слайд 5

Architecture of Computer System

Architecture of Computer System

Слайд 6

-An Operating system(OS) is a program that manages the computer hardware.
-It also

-An Operating system(OS) is a program that manages the computer hardware. -It
provides a basis for Application Programs and acts as an intermediary between computer User and computer Hardware

Слайд 8

System Software, Application Software and Driver Programs

System Software- Performs essential operation tasks
Operating

System Software, Application Software and Driver Programs System Software- Performs essential operation
system
Utility programs
Application Software - Performs specific tasks for users
Business application
Communications application
Multimedia application
Entertainment and educational software
Driver Programs (Device Driver)
small program that allows a specific input or output device to communicate with the rest of the computer system

Слайд 9

3 type of programs

user / application programs
programs used by the users to

3 type of programs user / application programs programs used by the
perform a task
system programs
an interface between user and computer
driver programs
communicate I/O devices with computer

Слайд 10

Operating System

a collection of programs which control the resources of a computer

Operating System a collection of programs which control the resources of a
system
written in low-level languages (i.e. machine-dependent)
an interface between the users and the hardware
when the computer is on, OS will first load into the main memory

Слайд 11

Operating
System

Device configuration
Controls peripheral devices connected
to the computer

File management
Transfers files between main

Operating System Device configuration Controls peripheral devices connected to the computer File
memory and secondary storage, manages file folders, allocates the secondary storage space, and provides file protection and recovery

Memory management
Allocates the use of random access memory (RAM) to requesting processes

Interface platform
Allows the computer to run other applications

Basic functions of the operating system

Слайд 12

Functions of Operating system

 
Process Management
Memory Management
File Management
Security management
Command Interpreter

Functions of Operating system Process Management Memory Management File Management Security management Command Interpreter

Слайд 13

1.Process management

By process management OS manages many kinds of activities :-
All process

1.Process management By process management OS manages many kinds of activities :-
from start to shut down
Creation and deletion of user and system processes.

Слайд 14

2. Memory Management

The major activities of an operating regard to memory-management are:-
Decide

2. Memory Management The major activities of an operating regard to memory-management
which process are loaded into memory when memory space becomes available.
Allocate and deallocate memory space as needed.

Слайд 15

3.File Management

The file management system allows the user to perform such tasks:-
Creating

3.File Management The file management system allows the user to perform such
files and directories
Renaming files
Coping and moving files
Deleting files

Слайд 16

4.Security Management

By security management OS manages many tasks such as:-
Alert messages
Dialogue

4.Security Management By security management OS manages many tasks such as:- Alert
boxes
Firewall
Passwords

Слайд 17

5.Command Interpreter

A command interpreter is an interface between system and the user.

5.Command Interpreter A command interpreter is an interface between system and the
There are two types of user interface:-
Command line
Graphical user interface

Слайд 18

Contd……

With a command line user interface the user interact with the OS

Contd…… With a command line user interface the user interact with the
by typing command to perform specific tasks
With a graphical user interface the user interacts with the OS by using a mouse to access windows icons and menus

Слайд 19

Other function of Operating System

best use of the computer resources
provide a background

Other function of Operating System best use of the computer resources provide
for user’s programs to execute
display and deal with errors when it happens
control the selection and operation of the peripherals
act as a communication link between users
system protection

Слайд 20

Common Operating Systems and Their Differences
Network Operating System
UNIX / Linux / MS

Common Operating Systems and Their Differences Network Operating System UNIX / Linux
Windows2000 Server
Desktop Operating System
MS Windows 9X/Me / Mac OS / DOS
Mobile Operating System
Palm OS and Pocket PC

Слайд 21

Examples

Common operating systems
WINDOW
used in IBM compatible microcomputers
UNIX
multi-user, multi-tasking OS used in minicomputers

Examples Common operating systems WINDOW used in IBM compatible microcomputers UNIX multi-user,
and microcomputers
VAX/VMS
used in DEC’s VAX series of minicomputers

Слайд 22

DOS interface

DOS interface

Слайд 23

Disk Operating System (DOS)

a part of operating system to control disk operation
2

Disk Operating System (DOS) a part of operating system to control disk
parts
small system data
keep track of key information of the disk
data area
where data file is stored

Слайд 24

Different Types of Operating System

Different Types of Operating System

Слайд 25

Some Examples of Operating System

Some Examples of Operating System

Слайд 26

SIW

Human-computer interaction.
The user interface, as a means of human-computer interaction. Interface Usability.

SIW Human-computer interaction. The user interface, as a means of human-computer interaction.

Types of interfaces: a command line interface, text-based, graphical user interface.
Physical and mental characteristics of the user. Stages of development of the user interface.