Table of Contents
On this page, you will find all the most important and most asked questions from unit 1 of the operating system.
Questions
- What is operating system? Discuss the various component of computer system.
- Write the generation wise operating system used in computer system.
- How operating system helps the user?
- What is batch processing? Write its advantage and disadvantage.
- What do you understand by spooling? Write its advantage and disadvantage.
- What is multi-programing? Write its advantage and disadvantage.
- What is time sharing operating system? Write its advantage and disadvantage.
- What is multitasking operating system? Write its advantage and disadvantage.
- What is real time operating system? Write its different types. Write its advantage and disadvantage.
- What is parallel/multiprocessor system? Write its advantage and disadvantage.
- What is distributed system? Discuss about loosely coupled system. Write its advantage and disadvantage.
- What is network operating system? Write its advantage and disadvantage.
- Write the various component of operating system.
- What is the various activities perform by the operating system to manage files?
- Write the various function of operating system.
- Discuss the various services provided by the operating system.
- What do you understand by the system call? Write its category. Also describe how system call is handled by system?
- What do you understand by virtual machine?
- Discuss the DOS and UNIX layered architecture.
- Write the advantage of using layered approach to system design.
- What is kernel? Explain monolithic and micro kernel.
- Write the steps involved in booting.
- What is the reasons behind dual mode operation of processors?
- What is shell?
- Explain the difference between time sharing and real time operating system.
- Write the difference between shell and kernel.
- Write the difference between monolithic and micro kernel.
- Write the difference between process and program.
- Write the difference between Busy wait and Blocking wait.
- Write the difference between Process switch and Mode switch.
- Write the difference between User-level thread and Kernel-level thread.
What did you think?
Similar Reads
-
Advantages and Disadvantage of User level and Kernel Level Threads
User-Level Threads Advantages of User-Level Threads Speed and Efficiency: Operations such as thread creation, switching, and destruction are faster because… -
Difference Between User-level and kernel-level thread
User-level and kernel-level threads represent two approaches to thread management in operating systems. Both have some differences Difference Between User-level… -
What is Deadlock in OS? Explain with the help of a diagram.
A deadlock is a condition where each of the processes is waiting for a resource which is allotted to other… -
Preemptive and Non-Preemptive Algorithm in Operating System
Preemptive Scheduling Algorithm Here, a scheduler can preempt a running low-priority process at any time when a high-priority process enters… -
CPU scheduling algorithms Criteria in Operating System
There are different criteria for the CPU scheduling algorithm. CPU scheduling algorithms Criteria are CPU utilization: The main purpose of… -
Sleeping Barber Problem of Synchronization in Operating System
It is a synchronization and inter-process communication problem. This problem is based on a barbershop. A barbershop has a single… -
Reader-Writer Problem in Operating System with Code
The readers and writers problem based on an object like a file which is shared in different processes. Some processes… -
Discuss the Classical problem of synchronization
Using semaphores for synchronization is the traditional way to present the solutions. There are four types of the classical problem… -
Semaphore in Operating System and its types
A semaphore is simply an integer variable that is shared between multiple threads. We can also say A semaphore is… -
Mutual exclusion in Operating System with its four conditions
When a process is executed in a critical section, then no other process can be executed in their critical section.…