Answer the following statements true (T) or false (F)
1) In a uniprogramming system main memory is divided into two parts.
2) The use of unequal size partitions provides a degree of flexibility to fixed
partitioning.
3) In a multiprogramming system the available main memory is not generally
shared among a number of processes.
4) Programs in other processes should not be able to reference memory locations in a process for reading or writing purposes without permission.
5) The memory protection requirement must be satisfied by the operating system rather than the processor.
1) T
2) T
3) F
4) T
5) F
You might also like to view...
The for each of array statement iterates through the items in array from last-to-first order.
Answer the following statement true (T) or false (F)
White space is a design element that should be avoided whenever possible.
Answer the following statement true (T) or false (F)