- Explain any two types of operating system with examples
Answers
Answer:
the two types of operating system are
1 Batch Operating System –
This type of operating system does not interact with the computer directly. There is an operator which takes similar jobs having same requirement and group them into batches. It is the responsibility of operator to sort the jobs with similar needs.
2 Time-Sharing Operating Systems –
Each task is given some time to execute, so that all the tasks work smoothly. Each user gets time of CPU as they use single system. These systems are also known as Multitasking Systems. The task can be from single user or from different users also. The time that each task gets to execute is called quantum. After this time interval is over OS switches over to next task.
Answer:
GUI=Graphical user interface
Example- Microsoft Windows
CUI= character user interface
Example- MS DOS