Industry-relevant training in Business, Technology, and Design to help professionals and graduates upskill for real-world careers.
Fun, engaging games to boost memory, math fluency, typing speed, and English skillsβperfect for learners of all ages.
This chapter discusses memory systems primarily focusing on types of RAM and ROM, their architectures, functionality, and applications within computer systems. It explains various forms of volatile and non-volatile memories, including DRAM, SRAM, PROM, EPROM, and flash memory, highlighting their specific features and use cases. Additionally, the chapter covers the importance of cache memory, memory expansion techniques, and their roles in enhancing system performance.
References
chapter 15 part C.pdfClass Notes
Memorization
What we have learnt
Final Test
Revision Tests
Term: Dynamic Random Access Memory (DRAM)
Definition: A type of memory that requires periodic refreshing to maintain data, commonly used in main system memory.
Term: Cache Memory
Definition: A small-sized type of volatile computer memory that provides high-speed data access to the processor and stores frequently used program instructions and data.
Term: Read Only Memory (ROM)
Definition: Non-volatile memory that retains data even when the power is off, used for firmware and applications requiring permanent data storage.
Term: Flash Memory
Definition: A type of non-volatile storage that can be electrically erased and reprogrammed, used in USB drives and SSDs.
Term: Erasable Programmable ROM (EPROM)
Definition: A type of programmable ROM that can be erased and reprogrammed using ultraviolet light.