Define memory in computer science.
The component that stores data temporarily for quick access by the CPU.
What is RAM?
Random Access Memory, a type of volatile memory used for temporary storage.
True or false: ROM is non-volatile memory.
TRUE
ROM retains data even when the power is off.
Fill in the blank: Secondary storage is _______ than primary storage.
slower
What does SSD stand for?
Solid State Drive, a type of storage that uses flash memory.
Define volatile memory.
Memory that loses its content when power is turned off.
What is the purpose of cache memory?
To store frequently accessed data for faster retrieval by the CPU.
True or false: Flash memory is a type of non-volatile storage.
TRUE
Commonly used in USB drives and SSDs.
Fill in the blank: Magnetic disks use _______ to store data.
magnetic fields
What is virtual memory?
A memory management technique that uses disk space to extend RAM.
Define storage capacity.
The maximum amount of data that a storage device can hold.
What is the main advantage of SSD over HDD?
Faster data access speeds and lower latency.
True or false: HDD stands for Hard Disk Drive.
TRUE
Fill in the blank: Data redundancy helps ensure _______ in storage.
data integrity
What is the role of BIOS in memory?
To initialize hardware during the boot process and manage data flow.
Define data transfer rate.
The speed at which data is read from or written to a storage device.
What is cloud storage?
Storing data on remote servers accessed via the internet.
True or false: Optical discs use lasers to read and write data.
TRUE
Examples include CDs, DVDs, and Blu-rays.
Fill in the blank: Data compression reduces the _______ of files.
size
What is the function of memory management?
To control and coordinate computer memory usage.
Define data retrieval.
The process of accessing and retrieving stored data from a storage device.
What is access time?
The time taken to read data from or write data to a storage device.
True or false: Read-only memory can be modified.
FALSE
ROM is typically not writable after manufacturing.
Fill in the blank: Data backup is essential for _______ data loss.
preventing