The ____ file is used by the system to assist with virtual memory paging and is quite large.

A. Hiberfil.sys
B. IO.sys
C. Virtfile.sys
D. Pagefile.sys


Answer: D

Computer Science & Information Technology

You might also like to view...

The ________ feature displays what a document would look like if a certain style set were applied

Fill in the blank(s) with correct word

Computer Science & Information Technology

A(n) ________ software installation enables you to decide which features you want to install on the hard drive.

A. full B. partial C. custom D. upgrade

Computer Science & Information Technology

You have implemented a network where each device shares files with all other devices on the network. What type of network do you have?

What will be an ideal response?

Computer Science & Information Technology

Answer the following statements true (T) or false (F)

1. Any algorithm that can be coded with recursion can also be coded with an iterative structure. 2. When recursion is used on a linked list, it will always display the contents of the list in reverse order. 3. The speed and amount of memory available to modern computers diminishes the performance impact of recursion so much that inefficiency is no longer a strong argument against it. 4. All mathematical problems are designed to be more efficient using recursive solutions.

Computer Science & Information Technology