

InterviewSolution
Saved Bookmarks
1. |
Explain static RAM ? |
Answer» tion:Ram = Random Access MemoryStatic random-access memory is a type of random-access memory that USES LATCHING circuitry to store each bit. SRAM is volatile memory; data is lost when power is removed. The term static differentiates SRAM from DRAM which must be periodically REFRESHED. |
|