Operating System MCQs

1019 MCQs  (Page 39 of 102)

In the stack implementation of the LRU algorithm, a stack can be maintained in a manner ____________
A. Whenever a page is used, it is removed from the stack and put on bottom
B. The bottom of the stack is the lru page
C. The top of the stack contains the lru page and all new pages are added to the top
D. None of the mentioned
Increasing the RAM of a computer typically improves performance because ____________
A. Virtual memory increases
B. Larger rams are faster
C. Fewer page faults occur
D. None of the mentioned
The essential content(s) in each entry of a page table is/are ____________
A. Virtual page number
B. Page frame number
C. Both virtual page number and page frame number
D. Access right information
What is the reason for using the LFU page replacement algorithm?
A. An actively used page should have a large reference count
B. A less used page has more chances to be used again
C. It is extremely efficient and optimal
D. All of the mentioned
What is the reason for using the MFU page replacement algorithm?
A. An actively used page should have a large reference count
B. A less used page has more chances to be used again
C. It is extremely efficient and optimal
D. All of the mentioned
The implementation of the LFU and the MFU algorithm is very uncommon because ____________
A. They are too complicated
B. They are optimal
C. They are expensive
D. All of the mentioned
The minimum number of frames to be allocated to a process is decided by the ____________
A. The amount of available physical memory
B. Operating system
C. Instruction set architecture
D. None of the mentioned