In demand paging schemes, the ____ in a Page Map Table indicates whether the page is currently in memory.

A. referenced bit
B. modified bit
C. memory bit
D. status bit


Answer: D

Computer Science & Information Technology

You might also like to view...

A programming approach in which you solve a "big" problem by (1) breaking it into "small" problems, (2) solving each "small" problem, and (3) combining the "small" problem solutions into a solution is known as ____.

A. code refactoring B. drilling down C. divide and conquer D. track and test

Computer Science & Information Technology

What are the two standard ports used by FTP along with their function?

A. UDP 23 control, TCP 20 data B. UDP 20 data, TCP 21 control C. TCP 21 control, TCP 20 data D. TCP 23 data, TCP 21 control

Computer Science & Information Technology

Selection criteria can be added to a SQL query using which keyword?

a. FROM. b. WHERE. c. SELECT. d. LIKE.

Computer Science & Information Technology

The argument names in a function header are referred to as ____.

A. formal parameters B. input data C. passed data D. function components

Computer Science & Information Technology