Operating System

 in this blog we will learn about

  • Operating system
  • Function of operating system
  • Types of operating system
  • windows OS and cmd
The special set of programs that manages and controls overall operations of computer system is called operating system. Every computer must have OS. It is master controller for the operation of computer.

Functions of operating system:
  • It provides easy interaction between user and computer
  • controls and Handles input output operations and all other operations
  • It provides platform to execute or run other software
  • It executes the commands of application
  • it manages like input, output , storage ,computer memory
  • It provides security to users
  • os is responsible for detecting any type of error that occurs and it even notify us, it also has provision for automatic PC repair

The operating system can be classified into two types based on the mode of the user as: 

Single User Operating System 
It is designed to manage the computer so that one user can effectively do one thing at a time. The Palm Operating System for palm handheld computers is a good example of a modern single-user, single-task operating system. This is the most common type of operating system used on a home computer as well as on computer in offices and other work environments. Single User Operating system is designed to manage computer so that only one user can work on it at a time. MS-DOS, Windows 8/10 etc. are the examples of single-user operating system. 

Multi-User Operating System 
Multi-user operating system is designed to manage computer so that many users can work on it at a time. Many computers are connected to network through one operating system. So operating system coordinates and controls all computers connected to network. Mainframe computer uses multiuser operating system.


The operating system can be classified into two types based on the user interface as: 

CUI (Character User Interface) 
In this type of operating system, user gives command or character to perform tasks. The keyboard is used to give command in this operating system. It is less user-friendly in comparison to other operating system. DOS, UNIX, Novel Netware, etc. are examples of character user interface-based operating system


GUI (Graphical User Interface) 
In this type of operating system, the user gives command to perform the tasks by clicking on icons, buttons and menus using a mouse. It uses keyboard as well as mouse and it is user-friendly in comparison to CUI operating system. MS Windows 7/8/10, Linux, etc. are the examples of GUI. Nowadays, Microsoft Corporation develops GUI based operating system. Windows operating system users have increased. Windows is a GUI based operating system that controls all activities of computer system. In this operating system, the user uses different application program and document display on window. So it is named as Windows. Mouse is used to open file, shut down computer and perform different commands in windows operating system. The user does not need to remember long commands to perform task. Nowadays, Windows 11 is the latest Microsoft operating system .
 


Booting
The process of starting the computer is called booting. loading of OS in RAM is called booting.
Booting are of two types:

Cold booting
The process of starting computer from initial state by pressing power button from the off state is called cold booting.

Warm booting
the process of restarting a running computer by pressing restart button is known as warm booting.

Comments