The smallest entity of memory is called…….
a) cell
b) box
c) unit
d) instance
A 24-bit address generates an address space of ………….locations.
a) 1024
b) 4096
c) 16,777,216
d) 9012
To get physical address from the logical address generated by CPU we use……
a) MAR
b) MMU
c) TLB
d) none of these
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
Which of the following is the correct declaration of integer pointer?
a) int #marks;
b) int &marks;
c) int *marks;
d) int @marks
Which operator returns the address of unallocated blocks in memory?
a) delete operator
b) empty operator
c) new operator
d) none of these