Operating System » Memory Management Paging 2
To obtain better memory utilization, dynamic loading is used. With dynamic loading, a routine is not loaded until it is called. For implementing dynamic loading ____________

A. Special support from hardware is required
B. Special support from operating system is essential
C. Special support from both hardware and operating system is essential
D. User programs can implement dynamic loading without any special support from hardware or operating system

If a page number is not found in the TLB, then it is known as a ____________

A. Tlb miss
B. Buffer miss
C. Tlb hit
D. All of the mentioned

An ______ uniquely identifies processes and is used to provide address space protection for that process.

A. Address space locator
B. Address space identifier
C. Address process identifier
D. None of the mentioned

The percentage of times a page number is found in the TLB is known as ____________

A. Miss ratio
B. Hit ratio
C. Miss percent
D. None of the mentioned

Memory protection in a paged environment is accomplished by ____________

A. Protection algorithm with each page
B. Restricted access rights to users
C. Restriction on page visibility
D. Protection bit with each page

When the valid – invalid bit is set to valid, it means that the associated page ____________

A. Is in the tlb
B. Has data in it
C. Is in the process’s logical address space
D. Is the system’s physical address space

Illegal addresses are trapped using the _____ bit.

A. Error
B. Protection
C. Valid €? invalid
D. Access

When there is a large logical address space, the best way of paging would be ____________

A. Not to page
B. A two level paging algorithm
C. The page table itself
D. All of the mentioned