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...
Types in Java are divided into two categories. The primitive types are boolean, byte, char, short, int, long, float and double. All other types are ________ types.
a. static b. reference c. declared d. source
Create an initial ERD for the new system that contains at least eight entities.
What will be an ideal response?
By default, which of the following is NOT one of the default commands on the Quick Access Toolbar?
A) Undo B) Save C) Redo D) Print
A word underlined with a red wavy line indicates a ________
A) potentially misspelled word B) grammatical problem C) word usage error D) formatting error