Operating System Basics Questions and Answers
Practice ModeShowing 10 of 563 questions
Q71
Multiprocessing ________.
Answer: Option D
Q72
Which is not the state of the process ?
Answer: Option D
Q73
A set of resources' allocations such that the system can allocate resources to each process in some order, and still avoid a deadlock is called ________.
Answer: Option B
Q74
The principle of locality of reference justifies the use of ________.
Answer: Option D
Q75
What is the first step in performing an operating system upgrade ?
Answer: Option C
Q76
The technique, for sharing the time of a computer among several jobs, which switches jobs so rapidly such that each job appears to have the computer to itself, is called ________.
Answer: Option A
Q77
In a virtural memory environment
Answer: Option C
Q78
If all page frames are initially empty, and a process is allocated 3 page frames in real memory and references its pages in the order 1 2 3 2 4 5 2 3 2 4 1 and the page replacement is FIFO, the total number of page faults caused by the process will be __________.
Answer: Option D
Q79
Situations where two or more processes are reading or writing some shared data and the final results depends on the order of usage of the shared data, are called ________.
Answer: Option A
Q80
When two or more processes attempt to access the same resource a _________ occurs.
Answer: Option D