Section 11.1
Review Questions
Memory Issues
-
List the four categories of computers, from large down to small.
answer...
mainframe
minicomputer
workstation
personal computer
-
What are the two memory issues that must be dealt with in computers that have
more than one user?
answer...
protection and relocation
-
What are two reasons why we must have memory protection?
answer...
- to protect programs against errors in other programs
- to prevent unauthorized access of information
-
Most programs are written with the idea that they will be loaded into
memory starting at which address?
answer...
0
-
What do we call memory whose addresses are near 0, rather than near
the largest possible memory address?
answer...
low memory