Howmany address lines are required to addressing 1 MB
memory?
Answer Posted / sujan
20 is the correct answer
1MB=2^20bytes
so it needs 20 addresss lines
| Is This Answer Correct ? | 54 Yes | 5 No |
Post New Answer View All Answers
Can we declare a static variable inside a method?
Will the jvm load the package twice at runtime?
What is the program compilation process?
How will you initialize an Applet?
What is the purpose of static methods and static variables?
What does exp mean in math?
Explain about the security aspect of java?
What happens if an exception is throws from an object's constructor?
How does thread synchronization occurs inside a monitor? What levels of synchronization can you apply?
What is a class variable?
Describe string intern() methodology
What about interthread communication and how it takes place in java?
Enlist diffrent types of inheritance supported by java?
How dead lock situation occurs in java and how you can identify it?
What is the difference between a field variable and a local variable?