[1.1.3] | 1: Memory Flashcards
What is Main Memory?
Memory locations directly accessible by the processor.
What is secondary storage?
• The storage in which not currently in use data can stored long-term.
What is RAM?
• Volatile Memory
• Where currently running programs & data are temporarily stored
• (Directly addressable by the CPU and therefore has much faster read/write speeds than any secondary storage)
What is ROM?
• Non-volatile memory.
• Read-only so cannot be written to.
• Offers much less storage than RAM.
What is firmware and why might it be stored in ROM?
• Manages communication between software and hardware.
• Firmware rarely needs to be changed.
Define the function of BIOS.
• Initialises hardware & ensures it works.
• Loads the OS into RAM and hands over control.
What is Virtual Memory?
• Secondary storage assigned as RAM by the OS.
• Much slower than RAM so only used when RAM is full.
• OS splits RAM into pages/segments and sends less useful ones into virtual memory until they’re needed. (To free up space for useful programs)