Intro to Computer Architecture
Static random-access memory (SRAM) is a type of semiconductor memory that uses bistable latching circuitry to store each bit of data. Unlike dynamic RAM (DRAM), which needs to be refreshed periodically to maintain data, SRAM retains information as long as power is supplied, making it faster and more reliable for specific applications such as cache memory in processors.
congrats on reading the definition of static random-access memory (SRAM). now let's actually learn it.