Contents

The smallest entity of memory is called…….
a) cell                          
b) box
c) unit                         
d) instance

a

A 24-bit address generates an address space of ………….locations.
a) 1024                       
b) 4096
c) 16,777,216              
d) 9012

c

To get physical address from the logical address generated by CPU we use……
a) MAR                                   
b) MMU
c) TLB                        
d) none of these

b

Explanation: MMU stand for memory management Unit



Which of the following is used to map logical addresses onto physical memory?
a) paging                                 
b) segmentation
c) overlays                  
d) none of these

b

Which of the following is the correct declaration of integer pointer?
a) int #marks;              
b) int &marks;
c) int *marks; 
d) int @marks

c

Which operator returns the address of unallocated blocks in memory?
a) delete operator  
b) empty operator
c) new operator          
d) none of these

c