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
Why doesn't the java library use a randomized version of quicksort?
What is a for loop in java?
What is an abstract method in java programming?
Explain the importance of thread scheduler in java?
What is preflight request?
Which package has light weight components?
What is a line break example?
What is the difference between call by reference and call by pointer?
What is string pooling concept?
How do you add spaces in java?
Does treeset allow null in java?
Is singleton a bad practice?
What is use of static in java?
why are wait(), notify() and notifyall() methods defined in the object class? : Java thread
Explain the meaning of java applet.