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
What is the replace tool?
How does java enable high performance?
Can we force garbage collector to run ?
What is anti pattern in java?
Explain the difference between serializable and externalizable in java?
Explain the selection sort algorithm and state its time complexity?
Why is string buffer better than string ?
What is a method header?
What is meant by data hiding/encapsulation?
What is anagram of a string?
What is string args [] in java?
What is the applet security manager, and what does it provide?
What is boolean logic?
How many types of memory areas are allocated by JVM in java?
Can static method access instance variables ?