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 main function purpose?
Is null a string or object in java?
What access modifiers can be used for methods?
Can we synchronize static methods in java?
What is methods and methodology?
What is the use of conditional statement?
Why are getters and setters used?
What is string in java with example?
What data structures are used to perform recursion?
Difference between start() and run() method of thread class?
What is a function in programming?
What is intern method in java?
How can you write a loop indefinitely in java programming?
What is singleton class in ruby?
What does += mean coding?