Howmany address lines are required to addressing 1 MB
memory?
Answer Posted / shyamal sharma
1mb=2^10kb=2^20bytes=2^23bit
So,address line are 23
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is update method called?
What is difference between synchronize and concurrent collection in java?
How do you ensure that n threads can access n resources without deadlock?
Can we write method inside a method in java?
What about static nested classes in java?
Why we use protected in java?
What are features of java?
What is the benefit of singleton pattern?
what are the high-level thread states? : Java thread
what is abstract class in Java?
What is flush () in java?
How do you delete a list in java?
What are access specifiers available in java?
What is the use of singleton?
Mention a package that is used for linked list class in java.