Sample Test 4 Flashcards
Main memory divided into a number of static partitions at system generation time is _________ .
fixed partitioning
Main memory divided into a number of equal size frames is the __________ technique.
simple paging
With __________ a process is loaded by loading all of its segments into dynamic partitions that need not be contiguous.
simple segmentations
One technique for overcoming external fragmentation is __________ .
compaction
A ___________ is a particular example of logical address in which the address is expressed as a location relative to some known point, usually a value in a processor register.
relative address
The chunks of a process are known as __________ .
pages
Available chunks of memory are known as ___________ .
frames
The concept of Memory Management satisfies certain system requirements including:
A) relocation
B) protection
C) all of the above
D) physical organization
C) all of the above
In the Dynamic Partitioning technique of memory management, the placement algorithm that chooses the block that is closest in size to the request is called __________ .
best-fit
In the Dynamic Partitioning technique of memory management, the placement algorithm that scans memory from the location of the last placement and chooses the next available block that is large enough to satisfy the request is called __________ .
next-fit
A problem with the largely obsolete Fixed Partitioning memory management technique is that of:
A) all of the above
B) inefficient use of memory
C) internal fragmentation
D) allowing only a fixed number of processes
A) all of the above
The page table for each process maintains _________ .
the frame location for each page of the process
In a system employing a segmentation scheme for memory management wasted space is due to _________ .
external fragmentation
In a system employing a paging scheme for memory management wasted space is due to _________ .
internal fragmentation
In a system employing a segmentation scheme for memory management a process is divided into _________ .
a number of segments which need not be of equal size
The task of subdividing memory to accommodate multiple processes is carried out dynamically by the operating system and is known as ___________ .
memory management
A __________ is a variable length block of data that resides in secondary memory.
segment
In a practice known as _________ , the program and data are organized in such a way that various modules can be assigned the same region of memory with a main program responsible for switching the modules in and out as needed.
overlaying
A __________ is an actual location in main memory.
physical address (or absolute address)
A fixed length block of data that resides in secondary memory is a __________ .
page
When there is wasted space internal to a partition due to the fact that the block of data loaded is smaller than the partition is referred to as __________.
internal fragmentation
_________ in a computer system is organized as a linear, or one-dimensional, address space, consisting of a sequence of bytes or words.
Main memory
A _________ is a fixed length block of main memory.
frame
As time goes on, memory becomes more and more fragmented and memory utilization declines, creating a phenomenon referred to as _________ .
external fragmentation