Contents

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

b

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

b

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


b

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


b

Physical address space is subset of ….
a) Primary memory
b) secondary memory
c) virtual memory               
d) none of these


a

Which of the following generate re-locatable object code modules form source code
a) Executable process
b) Translators
c) Linker                                               
d) Loader


b