What Windows technology uses a block of hard drive space as if it was RAM?

A) Cache
B) Swap file
C) Virtualization
D) TPM

B

Computer Science & Information Technology

You might also like to view...

Each time a call to a function occurs, all its arguments and local variables are pushed onto the __________ of the argument stack, along with the memory address of the calling statement.

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

Computer Science & Information Technology

Which of the following is an application of the breath first search on a graph?

1. Finding diameter of the graph 2. Finding bipartite graph 3. Finding the MST of a given graph a. 1 and 2 b. 1 c. 2 d. 1 and 3

Computer Science & Information Technology