Thrashing can be avoided if?

(A) The speed of CPU is increased
(B) The speed of I/O Processor is increased
(C) The pages belonging to the working set of the programs are in main memory
(D) None of the above

The LRU algorithm?

(A) Pages out the first page in a given area
(B) Pages out pages that have been least used recently
(C) Pages out pages that have been used recently
(D) None of the above

What is page fault?

(A) An access to a page not currently in main memory
(B) An error in a specific page
(C) A reference to a page belonging to another program
(D) None of the above

The FIFO algorithm?

(A) Executes first the job that last entered the queue
(B) Executes first the job that first entered the queue
(C) Executes first the job with the least processor needs
(D) None of the above

In which scheduling algorithm time quantum is defined?

(A) Priority Scheduling Algorithm
(B) First in first out scheduling algorithm
(C) Shortest Job First Scheduling algorithm
(D) Round Robin Scheduling algorithm

error: Content is protected !!