Operating System Questions Answers - Chapter 1
-
1. Creating a job queue is a function of
- Spooler
- Interperator
- Complier
- Drive
Answer :
Option A
-
2. The part of machine level instruction, which tells the central processor what has to be done, is
- Operation code
- Address
- Locator
- Flip-Flop
Answer :
Option A
-
3. Main function of shared memory is:
- to use primary memory efficently
- to do intra process communication
- to do inter process communication
- none of above
Answer :
Option C
-
4. Which among following scheduling algorithms give minimum average waiting time
- FCFS
- SJF
- Round robin
- On priority
Answer :
Option B
-
5. To avoid the race condition, the number of processes that may be simultaneously inside the critical section is
- 12
- 3
- 1
- 0
Answer :
Option C
-
6. Size of virtual memory depends on
- size of data bus
- size of address bus
- size of main memory
- none of above
Answer :
Option B
-
7. Which is single user operating system
- MS-DOS
- UNIX
- XENIX
- LINUX
Answer :
Option A