________ is employed by the Windows XP memory manager.

a) Lazy allocation
b) Anticipatory paging
c) Copy-on-write
d) all of the above


d) all of the above

Computer Science & Information Technology

You might also like to view...

Jessie, a student, creates a PowerPoint presentation. She views her presentation in the Slide Sorter view and is unable to see more than two slides on her screen. Which of the following should Jessie do to see more slides on her screen??

A. ?Jessie should decrease the zoom level of the presentation. B. ?Jessie should click on the Normal button. C. ?Jessie should change the current theme of the presentation. D. ?Jessie should add more transition effects to her slides.

Computer Science & Information Technology

When you use the arrow keys to move very small distances, it is called ____.

a. scaling b. baseline shifting c. trapping d. nudging

Computer Science & Information Technology

____ enables folders shared from multiple computers to appear as though they exist in one centralized hierarchy of folders instead of on many different computers.

A. CFS B. DFS C. HFS D. RFS

Computer Science & Information Technology

double [  ,  ] price = new double [2 , 5] {{1.1, 1.2, 1.3, 1.5, 1.4}{2.1, 2.2, 2.3, 2.5, 2.4}}; With the declaration above, price[0,2] refers to 2.2.

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

Computer Science & Information Technology