Which of the following is disk space that is used for virtual memory in Windows?

A. ram disk
B. memory file
C. page file
D. swap disk

Answer: C

Computer Science & Information Technology

You might also like to view...

Pixels are measured in ________ per square inch

A) dashes B) characters C) dots D) spaces

Computer Science & Information Technology

What does the following statement do?

``` Scanner scanner = new Scanner(Paths.get("test.txt")); ``` a. Opens a binary file for input. b. Opens a binary file for output. c. Opens a text file for input. d. Opens a text file for output.

Computer Science & Information Technology