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
How static variable work in java?
Which is dependent variable?
When do we use synchronized blocks and advantages of using synchronized blocks?
what is difference betweem home interface and remote interface?
How do you use nextline in java?
How destructors are defined in java?
What is the basic concept of java?
Which data type is a class in java?
which is advanced deep technology in java launched by the sun microsystem??? The answer is very logical If u need correct answer mail me at priya_gupta@gmail.com
Can java arraylist hold different types?
What is a platform?
What is exception hierarchy in java?
If we allocate the memory using 'new' & de-allocated using 'free' then what will happen?
Is array primitive data type in java?
Implement a stack with push (), pop() and min() in O(1) time.