Chapter 2 - Terms Flashcards
1
Q
address
A
a number that designates a particular memory location
2
Q
best-fit memory allocation:
A
a main memory allocation scheme that considers all free
blocks and selects for allocation the one that will result in the least amount of wasted
space.
3
Q
bounds register:
A
a register used to store the highest location in memory legally
accessible by each program.
4
Q
compaction of memory:
A
the process of collecting fragments of available memory space
into contiguous blocks by relocating programs and data in a computer’s memory.
5
Q
deallocation
A
the process of freeing an allocated resource, whether memory space,
a device, a file, or a CPU.