RAM Flashcards
What does RAM stand for?
Random Access Memory
What is RAM?
RAM is the type of memory used as the computer’s main memory
What do people sometimes mean when they say RAM?
Main memory
Is the “random” is random access memory actually random?
No, it refers to the fact that data may be written anywhere in that memory space at any time.
When does memory space become available?
When files are deleted.
True of false? Space can be reused.
True
What happens when a program is to be executed?
When a program is to be executed it has to be loaded from the hard disk into main memory so that the processor can access the instructions
What is the main purpose of RAM?
The main purpose of RAM is to acts as temporary storage for programs and data while the program is being executed
Why doesn’t the processor get the instructions straight from the hard disk?
It is about access speed. Reading and writing to a hard disk is very slow compared to the speed of the processor and main memory