Section 12.1
Review Questions
Basic Concepts of Virtual Memory
-
What is an overlay and when it is used?
answer...
a subprogram that replaces another overlay in memory when called.
This is a way of reusing memory.
-
In what year was virtual memory first implemented?
answer...
1961
-
Match:
chunks of physical memory frames
chunks of virtual memory pages
answer...
chunks of physical memory ---->frames
chunks of virtual memory ---->pages
-
How big are frames in relation to pages? Bigger, smaller or the same size?
answer...
same size
-
What is the name of the area on the hard disk where pages that are not in
current use are stored?
answer...
swap area
-
What is demand paging?
answer...
when pages are copied into frames as they are referenced, not ahead of
time
-
What adjective do we use for a page that has been modified in memory and must
be written back to disk before its frame can be reclaimed?
answer...
dirty