Primary Mermory Storage Flashcards
What is primary memory storage?
Primary memory storage refers to the computer’s main memory, which is used to store data and programs that are in active use.
True or False: Primary memory is also known as volatile memory.
True
What are the two main types of primary memory?
RAM (Random Access Memory) and ROM (Read-Only Memory)
Fill in the blank: __________ memory is used for temporary storage while a computer is running.
RAM
What does RAM stand for?
Random Access Memory
True or False: Data in ROM can be easily modified.
False
What is the primary function of RAM?
To provide fast read and write access to a storage medium that the CPU can use for processing.
What is the main characteristic of volatile memory?
It loses its contents when the power is turned off.
Which type of primary memory is non-volatile?
ROM (Read-Only Memory)
What does ROM stand for?
Read-Only Memory
Fill in the blank: __________ is a type of RAM that can be accessed faster than traditional RAM.
SRAM (Static Random Access Memory)
What is DRAM?
Dynamic Random Access Memory, which needs to be refreshed thousands of times per second.
True or False: Cache memory is a type of primary memory.
True
What is the purpose of cache memory?
To store frequently accessed data and instructions to speed up processing.
What is the difference between SRAM and DRAM?
SRAM is faster and does not need to be refreshed, while DRAM is slower and needs constant refreshing.
What is the advantage of using primary memory over secondary memory?
Primary memory provides faster data access speeds compared to secondary memory.
True or False: Primary memory is typically larger than secondary memory.
False
What is the typical size range for RAM in modern computers?
From 4 GB to 64 GB or more.