chapter 3 Flashcards
the process of changing the address of an instruction or data item to the address in main memory at which it is to be loaded or relocated.
address resolution
the name given to several registers, allocated to each active process, whose contents associate several of the process segments and page numbers with their main memory addresses.
associative memory
a small, fast memory used to hold selected data and to provide faster access than would otherwise be possible.
cache memory
the elapsed time between two ticks of the computer’s system clock.
clock cycle
a variation of the LRU policy that removes from the main
the memory of the pages that show the least amount of activity during recent clock cycles.
clock page replacement policy
a memory allocation scheme that loads a program’s page into mem- ory at the time it is needed for processing.
demand paging
in a paged or segmented memory allocation environment, the difference between a page’s relative address and the actual machine language address. Also called offset.
displacement
an unusual circumstance through which adding more page frames causes an increase in page interrupts when using a FIFO page replacement policy.
FIFO anomaly
a page replacement policy that removes from main memory the pages that were brought in first.
first-in first-out (FIFO) policy
a table in main memory that contains two values for each active job— the size of the job and the memory location where its page map table is stored.
Job Table (JT)
a page-replacement policy that removes from main memory the pages that show the least amount of recent activity.
least recently used (LRU) policy
behavior observed in many executing programs in which memory locations recently referenced, and those near them, are likely to be referenced in the near future.
locality of reference
a table in main memory that contains as many entries as there are page frames and lists the location and free/busy status for each one.
Memory Map Table (MMT)
offset
see displacement.
a fixed-size section of a user’s job that corresponds in size to page frames in main
memory.
page