InterviewSolution
Saved Bookmarks
| 1. |
How many 8 k × 1 RAMs are required to achieve a memory with a word capacity of 8 k and a word length of eight bits?(a) Eight(b) Two(c) One(d) FourI had been asked this question by my college director while I was bunking the class.The query is from Programmable Read Only Memory topic in division Memory Devices of Digital Circuits |
|
Answer» RIGHT OPTION is (a) Eight The explanation: RAM stands for Random Access Memory in which any memory address can be accessed in any ORDER. It requires WORD of length 8 bits. So, one word NEEDS of 1 bit and 8 bit requires 8 bits. |
|