A 12 address lines maps to the memory of
[a] 1k bytes [b] 0.5k bytes [c] 2k bytes [d] none
Answer Posted / prasanna hugar
1) 12 address is ma12 address is mapped to 2^12 = 4096 bits
2) 4096/8 = 512bytes( dividing by 8 because converting bits
to bytes 8 bits = 1 bytes)
3) 512/1024 = 0.5 K bytes
I think my answer is cleared your problem
| Is This Answer Correct ? | 31 Yes | 1 No |
Post New Answer View All Answers
What is the cause of thrashing?
How does thread synchronization occur in a monitor?
How do I know if my hardware supports 64 bit?
What are the pros and cons of using circuit switching?
What is the basic function of paging?
What is the use of Synchronized keyword?
What is bounded-buffer problem?
Explain 32 bit application/OS vs 64 application/OS?
Explain the concept of Thread Pool? what its Benefits?
Explain an idle thread?
Explain the concept of the multi-programmed operating systems?
Will my laptop run faster with more ram?
How to find the number of SIMM Pins
Does ram affect excel performance?
What is the purpose of using the yield method of thread class?