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
When a lot of changes are required in data, which one should be a preference to be used? String or stringbuffer?
What are the parts of a method?
What is a numeric format?
Can you call one constructor from another if a class has multiple constructors?
List some important characteristics on jre
Describe the Big-O Notation.
What is Garbage Collection in Java
What is method in java with example?
Difference between default and protected access specifiers?
What is a superclass?
What are java packages? What is the significance of packages?
Differences between traditional programming language and object oriented programming language?
What is time complexity algorithm?
Enlist few advantages of inheritance?
how can you catch multiple exceptions in java?