Where is virtual memory stored on a Linux system?

A. pagefile.sys
B. lower portion of RAM
C. swap file system
D. upper portion of RAM

Answer: C

Computer Science & Information Technology

You might also like to view...

Describe comparison operators in Access

What will be an ideal response?

Computer Science & Information Technology

What value is assigned to the half variable?

Please examine the following code sample: ``` int distance; // Declare distance as an int double half; // Declare half as a double distance = 35; // Assign 35 to distance half = distance / 2; // Calculate half the distance ``` a. 70 b. 17.5 c. 18 d. 17

Computer Science & Information Technology