Operating System - Study Mode
[#301] The Memory Buffer Register (MBR)
Correct Answer
(D) contains a copy of the designated memory location specified by the MAR after a "read" or the new contents of the memory prior to a "write".
Explanation
Solution: The Memory Buffer Register (MBR) contains a copy of the designated memory location specified by the MAR after a "read" or the new contents of the memory prior to a "write".
[#302] The strategy of allowing processes that are logically runnable to be temporarily suspended is called
Correct Answer
(A) preemptive scheduling
Explanation
Solution: The strategy of allowing processes that are logically runnable to be temporarily suspended is called preemptive scheduling.
[#303] The Storage-to-Storage instructions
Correct Answer
(A) have both their operands in the main store.
Explanation
Solution: The Storage-to-Storage instructions have both their operands in the main store.
[#304] The LRU algorithm
Correct Answer
(C) pages out pages that have been least used recently
Explanation
Solution: In a computer operating system that uses paging for virtual memory management, page replacement algorithms decide which memory pages to page out, sometimes called swap out, or write to disk, when a page of memory needs to be allocated.
[#305] Which of the following systems software does the job of merging the records from two files into one?
Correct Answer
(B) Utility program
Explanation
Solution: Utility program systems software does the job of merging the records from two files into one