Fixed partitions are also called ____ partitions.

A. complete
B. static
C. direct
D. sized

Answer: B

Computer Science & Information Technology

You might also like to view...

What NAT variation automatically assigns an inside global address from a pool of available addresses?

a. SNAT b. DNAT c. PAT d. GNAT

Computer Science & Information Technology

To prevent modification of a built-in array’s values when you pass the built-in array to a function:

a. The built-in array must be declared static in the function. b. The built-in array parameter can be preceded by the const qualifier. c. A copy of the built-in array must be made inside the function. d. The built-in array must be passed by reference.

Computer Science & Information Technology