The process of converting the logical address into physical address
in computer memory management is called ….
a) Protection
b) relocation
c) migration
d) none of these
The code and process for a process must be in…….before it could be run.
a) ROM (Read only memory)
b) RAM
c) Cache memory
d) none of these
Explanation: RAM stands for random access memory
The data of one process must be protected if others processes are running at same time implies to ……..
a) Data protection
b) Memory sharing
c) relocation
d) none of these
The program in other processes should not be able to reference the memory locations in a process to read or write without permission implies to
a) Relocation
b) Protection
c) Sharing
d) none of these
Physical address space is subset of ….
a) Primary memory
b) secondary memory
c) virtual memory
d) none of these
Which of the following generate re-locatable object code modules form source code
a) Executable process
b) Translators
c) Linker
d) Loader