1 | 7 | 8 | |||||||||||||||||||
9 | |||||||||||||||||||||
2 | |||||||||||||||||||||
6 | |||||||||||||||||||||
3 | |||||||||||||||||||||
4 | |||||||||||||||||||||
5 | |||||||||||||||||||||
1. A type of computer memory that retains data even when power is not supplied, such as ROM or flash memory.
2. Cache memory is a type of high-speed memory that stores frequently used data for quicker access.
3. A technique that uses a portion of the computer's hard drive as an extension of RAM, allowing the system to run more programs simultaneously.
4. An area of the hard disk used by the operating system as an extension of physical memory (RAM) when the system needs more memory than it currently has.
5. A small circuit board that contains multiple RAM chips and is inserted into a computer's motherboard to provide additional memory.
6. In cache memory, a hit occurs when the requested data is found in the cache.
7. The delay between the time a memory request is made and the time the data is accessed, measured in nanoseconds.
8. In cache memory, a miss occurs when the requested data is not found in the cache and needs to be fetched from the main memory.
9. Memory management is a process of efficiently allocating and deallocating memory in an operating system to optimize overall system performance.