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

WHAT IS A COMPUTER? Hardware & Software

In this blog we will discuss about ,"What is computer and differences among its part as Hardware & Software". We know that all information are scattered in google but I want to make it easy for our readers.Otherwise it is difficult to know which information is right and which is wrong . My Blog is dedicated to learners & easy learning  WHAT IS A COMPUTER? What is Computer  : Computer is an electronic device that is designed to work with Information. The term computer is derived from the Latin term  ‘compute’ , this means to  calculate  or  programmable machine .   Therefore computers can perform complex and repetitive procedures quickly, precisely and reliably. Modern computers are electronic and digital. All general-purpose computers require the following hardware components: §   Central processing unit (CPU) : The heart of the computer, this is the component that actually executes instruction...

SOME UNKNOWN ABOUT COMPUTER PART-2

                            PART -2  ( UNKNOWN FACTS) A) Charles Babbage in 1833 invented all the parts that are now used for the modern computer. But the first ‘modern’ computer was invented only 120 years later.   EBEES CORP B)Z1 was the first fully operational digital computer developed by Konrad Zuse in 1936.  In 1939 , he created the Z2 as the first  electro-mechanical computer in the world. While Charles Babbage is being considered as the “ father of the computer ”, Zuse can be considered as the inventor of the “modern computer”. C) The first disk drive to use removable media was the IBM 1311 . You may not believe, but as you can see in the image below, it resembles the look of a washing machine. It was quite big, yet it had a storage capacity of fewer than 5 megabytes.    DISK DRIVE D) Amazon.com did not start ...

DIFFERENT OPERATORS IN MS-EXCEL

                                    OPERATORS   Operators are used in formulas to execute operations on the values taken by formulas.  Excel use 4 types of operators : 1.Arithmetic Operators 2.Text Concatenation Operators  3.Comparison Operators  4.Reference Operators  www.ebeescorp.com Arithmetic Operators This operation will explained through example Example  Text Concatenation Operators   This operation will explained through example Example  Comparison Operators  To compare values you can create formulas using comparison operators. These operators return a TRUE or FALSE result depending how the formula evaluate the condition .Some common operator are as follow: Reference Operators  Reference operators enable you to combine absolute and relative references and na...