Question:

Which of the following statement is correct?

Show Hint

SRAM = Fast, costly, volatile. DRAM = Slower, needs refresh.
Updated On: Jun 12, 2025
  • Static RAMs are faster than dynamic RAMs
  • RAMs cannot be used to realise read/write memory
  • RAMs are not random access devices
  • RAMs are generally non-volatile
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is A

Solution and Explanation

When comparing different types of RAM, it's essential to understand the key differences between static RAM (SRAM) and dynamic RAM (DRAM). One of the main differentiators is speed. Static RAMs are indeed faster than dynamic RAMs. Here is a brief explanation:

  • Static RAM (SRAM): SRAM uses multiple transistors for each memory cell and does not need to be periodically refreshed. This design allows for faster data access.
  • Dynamic RAM (DRAM): DRAM uses a single transistor and a capacitor for each memory cell, requiring constant refreshing to maintain data. This refresh process leads to slower access times compared to SRAM.

Given these characteristics, the correct statement is: Static RAMs are faster than dynamic RAMs.

Was this answer helpful?
0
0