Answer the following statements true (T) or false (F)
1. Generally, the more programs in memory, the greater the utilization of the processor.
2. The simplest approach to managing memory for multiple, concurrent programs, fixed-
partition memory management, divides the available space into fixedlength partitions
each of which holds one program.
3. Under dynamic memory management, the transient area is treated as a pool of
unstructured free space and a program is loaded into a region allocated at load time.
4. With virtual memory management, little chunks of unused space spread throughout memory create a fragmentation problem.
5. With segmentation, programs are divided into independently addressed segments and
stored in contiguous memory
1. True
2. True
3. True
4. False
5. False
You might also like to view...
Answer the following statements true (T) or false (F)
1) In Java, it is possible for a method to call itself. 2) Some problems can only be solved recursively. 3) All recursive methods must have a base case. 4) A method that calls a different method, which then calls the original calling method is a recursive method. 5) Recursive solutions to problems should be used whenever possible.
What type of information can be proven as correct or incorrect?
A. timely B. organized C. verifiable D. accessible