Memory Flashcards
What does RAM stand for?
Read Access Memory
What does ROM stand for?
Read Only Memory
What is often stored in RAM?
This type of memory is volatile and
all information that was stored in RAM is lost when the computer is turned off.
What is often stored in ROM?
ROM is “built-in” computer memory containing data that normally can only be read, not written to.
What happens to its RAM’s content when you turn the power off?
Memory is lost
What happens to its ROM’s content when you turn the power off?
Nothing
Explain why increasing the amount of RAM will improve the performance of a PC.
With more RAM, more of the program instructions can be loaded and there is less need to keep swapping data in and out to the swap file on the hard disk drive. The constant swapping of data slows down the speed at which applications can run, so increasing RAM will increase the speed of operation of the computer.
Describe what happens to a computer system when RAM becomes full.
If your RAM is full, your computer is slow, and its hard drive light is constantly blinking, your computer is swapping to disk. This is a sign that your computer is using your hard disk, which is much slower to access, as an “overflow” for your memory.
What is meant by virtual memory and why is it needed?
Virtual memory is a memory management capability of an operating system (OS) that uses hardware and software to allow a computer to compensate for physical memory shortages by temporarily transferring data from random access memory (RAM) to disk storage.
how does Cache Memory improve the performance of the CPU?
reduces the need for frequent slower memory retrievals from main memory, which may otherwise keep the CPU waiting.