Operating System Basics Questions and Answers
Practice ModeShowing 10 of 563 questions
Q1
Round robin scheduling is essentially the preemptive version of ________.
Answer: Option A
Q2
Round robin scheduling is essentially the preemptive version of ________.
Answer: Option A
Q3
A page fault occurs
Answer: Option A
Q4
Which of the following will determine your choice of systems software for your computer ?
Answer: Option D
Q5
Let S and Q be two semaphores initialized to 1, where P0 and P1 processes the following statements wait(S);wait(Q); ---; signal(S);signal(Q) and wait(Q); wait(S);---;signal(Q);signal(S); respectively. The above situation depicts a _________ .
Answer: Option B
Q6
What is a shell ?
Answer: Option B
Q7
Routine is not loaded until it is called. All routines are kept on disk in a relocatable load format. The main program is loaded into memory & is executed. This type of loading is called _________
Answer: Option C
Q8
In the blocked state
Answer: Option A
Q9
What is the memory from 1K - 640K called ?
Answer: Option D
Q10
Virtual memory is __________.
Answer: Option C