Computer Science, asked by madhavikrishna0108, 5 hours ago

design ram to store 1M bytes(use separate data in and data out)​

Answers

Answered by manpreetsingh170lpu
0

Answer:

RAM stands for Random Access Memory, and is used as a short-term memory storage space for the computer to place data it's currently working on so it's easily accessible. The more RAM a computer has, the more data it can usually juggle at any given moment.

Explanation:

Answered by Jil12
2

Answer:

You can combine memories to make either wider (more data bits) memories, deeper memories (more addresses) memories or both.

Making a wider memory is easy. You just connect the address and control lines on all the memories together, then split the data bus or buses between memory chips.

Similar questions