Class VIII
Class VIII
An operating system is a system software which act as an interface between the user and the
computer. User uses application software to send the instructions to OS, and it passes those
instructions to control the hardware devices.
Processor Management
The OS decides which process gets the processor when and for how much time. This function
is called process scheduling. Keeps tracks of processor and status of process. Allocates the
processor (CPU) to a process.
Device Management
An Operating System manages device communication and its functioning. Keeps tracks of all
devices. Decides which process gets the device when and for how much time.
File Management
An operating system keep track of files and folders on hard disk. Keeps track of information,
location, uses, status etc. These collective facilities are often known as file system. Allocates
and deallocates the resources when files or folders gets created or deleted.
3. Give a table showing the difference between CUI and GUI?
CUI
A CUI uses keyboard to input commands.
A user need to remember all the commands and their syntax.
Examples are MS DOS, Linux Bash Shell
GUI
A GUI uses keyboard, mouse or any other input devices to input commands.
A user gives commands by simply clicking on the icons and buttons on the screen.
Examples are Microsoft Windows, Mac OS.
GUI is visually appealing, attractive and easier to work compared to CUI. It carry out multiple
tasks and also provides popup menus, host of other options used to control the access of files
and folders.
An operating system that allows a single user to perform only one task at a time is called a
Single-User Single-Tasking Operating System. It can perform function like printing,
downloading etc at a time for a single user.
Examples are MS-DOS, Palm OS, etc.
An operating system that allows a single user to perform more than one task at a time is called
Single-User Multitasking Operating System.
Examples are Microsoft Windows and Macintosh OS.