a help in computer organisation and Assembly language programming

Thread Starter

munni

Joined Apr 17, 2009
2
hello

can any one say the answer for the question

A RAM has a capacity of 64k*16
1)How many data input and data output lines does this RAM need to have
2)How many address lines will be needed for this RAM
3) what is the capacity of RAM in bytes
I want this as early as possible please
 
Assuming this is SRAM and not DRAM or flash:

1) The data lines are bidirectional, so only count them once. Hint - you'll need to take both shoes off.
2) Two-to-the-power-of-what? makes 64 K?
3) How many bytes in 16 bits? Multiply this by 64 K.

Know the difference between k and K, or your answers will be wrong. And know that the world doesn't have an obligation to spoon feed you.
 
Top