Is a system that supports a large number of page sizes essentially equivalent to a segmentation system? Explain.

What will be an ideal response?


It is not exactly equivalent, because segments can presumably be of almost any size
within some limit. Also, segments can be placed wherever they will fit, but pages must be
placed in page frames. But such a system would have much of the complexity of segmented
memory management, and the memory placement decisions in particular could be rather
complex.

Computer Science & Information Technology

You might also like to view...

What output is produced by the following code fragment?

``` int num = 1, max = 20; while (num < max) { if (num%2 == 0) System.out.println(num); num++; } ```

Computer Science & Information Technology

From the Recently Changed folder, you can easily open files that you modified in the last ________ days

Fill in the blank(s) with correct word

Computer Science & Information Technology

The only difference between establishing a field validation rule and a record validation rule is ________

A) its validation text B) its structure C) how specific the rules are D) the data that is being validated

Computer Science & Information Technology

The version of Windows 8.1 that does not have the capability to run all apps created for Windows 8.1 is ________

a. Windows RT 8.1 b. Windows 8.1 c. Windows 8.1 Pro d. Windows 8.1 Enterprise

Computer Science & Information Technology