Memory and Storage - Technical MCQs

Q1:

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 Four

C Two

D One

ANS:A - Eight

Yes, sure.

Here 8k x 1 means (8 * 1024 * 1) ok, here 1 is the word length means 1 bit, now we have to generate 8k * 8 size of memory, so just divide it as given.

Number of RAMs needed = (8k * 8)/(8k * 1) = 8.
Ans = 8.