On a virtual memory system, the computed linear address refers to a location in __________ memory.

a. real
b. linear
c. virtual
d. page


c. virtual

Computer Science & Information Technology

You might also like to view...

What is the output of the following code fragment?

int array[4][4], index1, index2; for(index1=0;index1<4;index1++) for(index2=0;index2<4;index2++) array[index1][index2]=index1 + index2; for(index1=0;index1<4;index1++) { for(index2=0;index2<4;index2++) cout << array[index1][index2] << " "; cout << endl; } a. 0 1 2 3 1 2 3 4 2 3 4 5 3 4 5 6 b. 0 1 2 3 0 1 2 3 0 1 2 3 0 1 2 3 c. 0 0 0 0 1 1 1 1 2 2 2 2 3 3 3 3 d. 0 0 0 0 0 1 2 3 0 2 4 6 0 3 6 9

Computer Science & Information Technology

The command to display the calendar for January 2001 is

a: cal Jan 2001 b: cal 1 2001 c: calendar 2001 1 d: cal 1/1/2001 e: cal Month: 1 Year: 2001

Computer Science & Information Technology

Discuss the layered implementation of security.

What will be an ideal response?

Computer Science & Information Technology

To exit the mode shown in the accompanying figure, press the ___________ key.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology