Which of the following statements about page sizes is false?

a) A large page size reduces the range of memory that the TLB can reference with each entry.
b) A smaller page size would help a process establish a smaller, tighter working set, leaving more memory available to other processes.
c) Large page sizes reduce page table fragmentation by decreasing the number of page table entries.
d) A system transferring information from main memory to secondary storage using a small page size may require several separate I/O operations, which could increase a process’s space-time product.

a) A large page size reduces the range of memory that the TLB can reference with each entry.

Computer Science & Information Technology

You might also like to view...

In the Data Validation dialog box, you can create a ________ that will display when the cell is selected and that provides instructions to the person entering data

A) defined name B) table array C) ScreenTip D) cell reference

Computer Science & Information Technology

Which of the followings is the correct CSS syntax that specifies the text color of all elements that has a class attribute equal to navmenu?

a. navmenu {color:#000000}; b. .navmenu {color:#000000}; c. #navmenu {color:#000000}; d. navmenu {color:#000000};

Computer Science & Information Technology