The term "____" means that during any phase of its execution, a program references only a small fraction of its pages.

A. dynamic paging
B. structured programming
C. locality of reference
D. working set


Answer: C

Computer Science & Information Technology

You might also like to view...

What is the difference in a serial interface with a status of down and a status of administratively down?

What will be an ideal response?

Computer Science & Information Technology

The intention of the following program fragment is to display the positive integers from 1 through n, but it doesn't work. Correct the while statement so the fragment achieves the desired effect.

``` i = 1; while (i <= n) printf("%d ", n); i = i + 1; printf("\n"); ```

Computer Science & Information Technology

Write a JavaFX program similar to the one in Listing 1.2 that displays a picture of a snowman. Hint: Draw three circles, one above the other. Make the circles progressively smaller from bottom to top. Make the top circle a happy face.

What will be an ideal response?

Computer Science & Information Technology

What is Line height?

What will be an ideal response?

Computer Science & Information Technology