What is the definition of memory in the context of computing?
Memory in computing refers to the hardware devices that store data temporarily or permanently for processing by the CPU.
True or False: RAM is a type of non-volatile memory.
False
What does RAM stand for?
Random Access Memory
Fill in the blank: The primary function of memory is to store ______.
data
Which type of memory is faster: RAM or hard disk?
RAM
What is the main purpose of cache memory?
To speed up the access to frequently used data and instructions.
True or False: Flash memory is a type of volatile memory.
False
What is the difference between volatile and non-volatile memory?
Volatile memory loses its data when the power is turned off, while non-volatile memory retains data without power.
Multiple choice: Which of the following is an example of non-volatile memory? A) RAM B) Cache C) SSD D) Register
C) SSD
What does SSD stand for?
Solid State Drive
Fill in the blank: The CPU communicates with memory through the ______.
memory bus
True or False: The larger the RAM, the more applications can run simultaneously.
True
What is the role of virtual memory?
To extend the apparent amount of RAM by using disk space to simulate additional memory.
Multiple choice: Which type of memory is typically the slowest? A) Cache B) RAM C) Hard Disk D) Flash Memory
C) Hard Disk
What is the primary use of ROM?
To store firmware and system software that does not change frequently.
True or False: Data stored in ROM can be easily modified.
False
What does EEPROM stand for?
Electrically Erasable Programmable Read-Only Memory
Fill in the blank: The speed of memory affects the overall ______ of a computer system.
performance
What is a memory leak?
A situation where a program consumes memory without releasing it back to the system, leading to reduced performance.
Multiple choice: Which memory type is often used in mobile devices? A) HDD B) RAM C) Flash D) Cache
C) Flash
What is the function of memory management in an operating system?
To allocate and manage memory resources for applications and processes.
True or False: The term ‘data’ refers only to numerical information.
False
What is the difference between data and information?
Data is raw facts and figures, while information is processed data that is meaningful.
Fill in the blank: Data can be classified into ______ and ______ types.
qualitative, quantitative