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 |
How do I run java on windows?
Is it possible to compare various strings with the help of == operator?
What is jdbc api?
What is a get method?
What is meant by class loader and how many types are there?
in a constructor what happen if u call super and this in the same class? i know that it is not possible to call both in the same one? if we call what will happen?
Is zero a positive integer?
Write code to implement bubble sort in java?
Can private members of a base class are inheritable justify?
How will you serialize a singleton class without violating singleton pattern?
What are different types of expressions?
Explain the difference between abstraction and encapsulation.