Howmany address lines are required to addressing 1 MB
memory?
Answers were Sorted based on User's Feedback
Answer / sujan
20 is the correct answer
1MB=2^20bytes
so it needs 20 addresss lines
Is This Answer Correct ? | 54 Yes | 5 No |
Answer / abdul azeez
20 Address lines is required tto addressing 1MB memory
Is This Answer Correct ? | 31 Yes | 10 No |
Answer / vishal
20 address line is correct and 16 is not. and very good describe by sujan
1mb=2^20 bytes.
Is This Answer Correct ? | 17 Yes | 6 No |
Answer / shyamal sharma
1mb=2^10kb=2^20bytes=2^23bit
So,address line are 23
Is This Answer Correct ? | 0 Yes | 0 No |
if u open login & logout ,how can udisplay the timelogin & logout members ?
Is string a wrapper class?
Can we convert integer to string in java?
Explain about vector, dictionary,hash table, property classes?
Describe different states of a thread.
5 What is Java exception handling?
Explain break statement and continue statement?
What is the difference between jdk and jre?
JSP is by default thread safe or not? what is the meaning of isThreadSafe="true" and isThreadSafe="false". Explain it? Thanks, Seenu
Why we use protected in java?
Why are the methods of the Math class are static?
Give differences between Quicksort &Mergesort. When should these sorts be used andwhat is their running time in java?