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


Please Help Members By Posting Answers For Below Questions

Can we use return in constructor?

481


What is the meaning of course?

573


What will happen if static modifier is removed from the signature of the main method?

517


Explain the difference between static and dynamic binding in java?

532


How to write custom exception in java?

593






Give few examples of final classes defined in Java API?

694


What is string and its types?

602


Why object class is super class for every class in java?

557


Can we inherit a class with private constructor?

562


Is void a return type?

543


What is an example of a conditional statement?

557


What are the advantages of packages in java?

565


Explain how to force the garbage collection in java.

521


Can constructor be protected in java?

497


What is an iterator interface in java programming?

520