Skip to main content

OPERATING SYSTEM PART-2

                                                                                                                                                                                                                                              CLASSIFICATION & FUNCTION                                                                                                                                                                                          

 Operating system is primarily concerned with allocating and deallocating computer resources to one or more jobs. In fact, it can be looked upon as a cover on the hardware. Thus an OS is an important part of every computer system.

Operating system that supports a single user at a time is a single user operating system, such as Window XP. Some like LINUX, UNIX etc. support multiple users at a time.
          

EBEES INFOTRAIN CONSULTANCY SERVICES PVT. LTD.


An operating system performs the following functions: 


Processor Management  

Memory Management

Input / Output Management

File Management 

Scheduling 

Time sharing

Security Management

                                                                                                                                                                           
Brief the following: -

Processor Management 

  The operating system assigns processors (if a computer has more than one processor ) to the different tasks that must be performed by the computer system.




Memory Management

Its (OS) allocates the main memory and secondary memory to the system programs, user programs & data.


Input / Output Management

  It carries out the input/ output management and co-ordinate and assigns different input and output devices.



File Management 

 It manages files on various storage devices and transfer of these files from one storage device to another. It also allow all files to be easily changed and modified through the use of text editors or some other file manipulation software packages. 


Scheduling 

    It establishes and enforces the job priority. That is, it determines and maintains the order in which jobs are to be executed in the computer system.                                                                                     

 Time sharing

 It co-ordinates and assign compilers, assemblers,utility programs, and other software packages to various users working on the computer system.

Security Management

It establishes data security and integrity. That is , it keeps different programs and data security and data in such a manner that they do not interfere with each other. Moreover, it also protects data from being destroyed by wrong user.

     
               

Four Categories of Operating System:-                                           

Single User Operating System :

Operating System which allows only on user to work on a computer at a time is known as single user operating system .
Example :  DOS , WINDOW XP etc.


Multi User Operating System:

A Multiuser operating system allow a number of user to work together on a single computer. Each User will be provided a terminal connected to a single computer.
Example : LINUX  , UNIX, WINDOW 2000  etc.


9

Single Tasking Operating System:

Operating system which can execute only a single job / program at a time is known as single tasking operating system. 
Example : MS-DOS .

Multi Tasking Operating System

Multi tasking operating system supports execution of more than one job at a time.Most of today's operating systems, such as Window 2000, OS/2, UNIX , LINUX etc. support multi tasking. 

                                                                     

Comments

Popular posts from this blog

INPUT DEVICES

                                                What is Input Devices? Input Devices are used to enter data or information into the computer or other data processing devices. Here are some Devices as follow: Keyboard   Mouse Joystick  Scanner  Voice Input and Recognition  System Optical Mark Reader  Magnetic Ink Character Recognition  Web Camera  Video Camera  AnyProject Management Courses Short Note over Input Devices :  Keyboard Keyboard is the main input device .Programs and any type of data entered into the computer through it . keyboard is attached to the computer, may be it is wired or wireless .A keyboard is similar to the keyboard of the typewriter. It contains alphabets, numbers, special characters ,arrow keys. When keys are pressed it give electric sign...

TYPE OF LANGUAGE & TRANSLATORS of the Computer

                                                                            LANGUAGES OF THE COMPUTER Languages of the Computer All we known about computer that it is a electronic device. It do it task after instruction are given to it by the user. But we should also known about it's language too. Computer is a machine oriented. It understand only programming language & machine language or we can say binary language. Web Designing Courses What is Binary Language ???? Binary is a way to show any type of data (such as number and text ). Computer work only in binary language. Binary is a number system and is known as a base 2 system because it uses two characters- 0 & 1   Basic Types of Programming & Computer Languages are : 1.Low - Level Language a) M...

FORMULA MS-EXCEL PART-4

                                DATE & TIME  FUNCTION   1. TODAY ( ) :- Summary  The Excel TODAY function returns the current date, updated continuously when a worksheet is changed or opened. The TODAY function takes no arguments. You can format the value returned by TODAY using any standard date format. If you need current date and time, use the  NOW function . Purpose  Get the current date Return value  Valid Excel date Syntax  =TODAY () Arguments  Usage notes  The TODAY function takes no arguments, and returns the current date, updated whenever a worksheet is changed or opened. You can also use F9 to force the worksheet to recalculate and update the value. If you need a static date that won't change, you can  enter the current date using the keyboard shortcut  Ctrl +...