Study Notes
Memory in a digital device refers to the internal storage space where data and instructions are held, either temporarily or permanently.
- RAM (Random Access Memory) — temporary storage for data and instructions needed by the processor. Example: When you open an application, it loads into RAM for quick access.
- ROM (Read Only Memory) — permanent storage for essential startup instructions. Example: ROM contains the BIOS, which helps start the computer.
- Flash Memory — non-volatile memory that can be rewritten and is used for portable storage. Example: USB flash drives and SSDs use flash memory for data storage.
Exam Tips
Key Definitions to Remember
- RAM: Temporary, volatile memory for active data processing.
- ROM: Permanent, non-volatile memory for startup instructions.
- Flash Memory: Non-volatile, rewritable storage used in portable devices.
Common Confusions
- Confusing RAM with storage space like hard drives.
- Assuming ROM can be easily modified like RAM.
Typical Exam Questions
- What is RAM used for? RAM is used for temporarily storing data and instructions needed by the processor.
- How does ROM differ from RAM? ROM is non-volatile and stores permanent startup instructions, while RAM is volatile and used for temporary data storage.
- What are the uses of flash memory? Flash memory is used in USB drives, SSDs, and memory cards for portable and durable storage.
What Examiners Usually Test
- Understanding the differences between RAM, ROM, and flash memory.
- How memory size affects device performance.
- The characteristics and uses of different memory types.