Question:

How many 32K \(\times\) 1 RAM chips are needed to provide a memory capacity of 256K bytes?

Show Hint

To calculate the number of RAM chips required, divide the total memory required by the memory capacity of one chip.
Updated On: Oct 7, 2025
  • 8
  • 128
  • 64
  • 32
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is C

Solution and Explanation

Step 1: Understand the size of one RAM chip.
Each chip has a size of 32K \(\times\) 1, meaning it has 32K words and each word is 1 byte. Thus, each chip has a capacity of 32K bytes.

Step 2: Calculate the number of chips needed.
We need to provide 256K bytes of memory. The number of chips required is:
\[ \text{Number of chips} = \frac{\text{Total memory required}}{\text{Memory per chip}} = \frac{256K}{32K} = 8. \]

Step 3: Conclusion.
Thus, 8 RAM chips are needed to provide 256K bytes, and the correct answer is (a) 8.

Was this answer helpful?
0
0