操作系统选择题·七
-
_____ is the concept in which a process is copied into main memory from the secondary memory according to the requirement.
A. Paging
B. Demand paging
C. Segmentation
D. Swapping
答案:B
-
The pager concerns with the:
A. individual page of a process
B. entire process
C. entire thread
D. first page of a process
答案:A
-
Swap space exists in:
A. primary memory
B. secondary memory
C. CPU
D. none of the mentioned
答案:B
-
When a program tries to access a page that is mapped in address space but not loaded in physical memory, then?
A. segmentation fault occurs
B. fatal error occurs
C. page fault occurs
D. no error occurs
答案:C
-
Effective access time is directly proportional to:
A. page-fault rate
B. hit ratio
C. memory access time
D. none of the mentioned
答案:A
-
In FIFO page replacement algorithm, when a page must be replaced:
A. oldest page is chosen
B. newest page is chosen
C. random page is chosen
D. none of the mentioned
答案:A
-
Which algorithm chooses the page that has not been used for the longest period