English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

2007-03-22 02:29:15 · 4 answers · asked by english_monster 2 in Computers & Internet Software

4 answers

Functions of An Operating System
--------------------------------------------------

The OS has four main functions. These are:

Storage Management

This includes both main memory, (immediate access storage), and backing storage.

To increase the throughput of data from memory to the processor cache memory can be used. Modern CPU's are now so fast that they have to slow themselves down to access RAM. The cache is an area of very high speed memory that is loaded with the instructions that the processor is using at that time. This is possible as most programs are sequential with only small loops in them.

Processor Management

The way in which the processor is utilised depends on the mode of operation. On single user machines the processor is dedicated to one job. On multi-access systems queues need to be kept of all the jobs.



Process Management

Many processes running in the same computer may, at times, come into conflict. They may want to use the same resource at the same time. The OS needs to break this deadlock if it occurs.

Device and File Management

The OS handles all input and output from/to peripheral devices. It attempts to give the user a device independent view to simplify the interface. Large systems may include 'spooling' facilities to allow a printer to be shared among a number of users.

all the best

2007-03-22 02:39:52 · answer #1 · answered by Anonymous · 1 0

Speed
Stability
Security
Usability

2007-03-22 02:49:17 · answer #2 · answered by Darrell 4 · 0 0

Process management
Memory management
Disk and file systems
User interfaces

2007-03-22 02:36:12 · answer #3 · answered by Splishy 7 · 0 0

1) BIOS
2) IO.SYS
3) MSDOS.SYS
4) COMMAND.COM

some sub categories:
USER32.dll
GDI32.dll
KERNEL32.dll

2007-03-22 02:35:11 · answer #4 · answered by hanoi 2 · 0 0

fedest.com, questions and answers