1.2.1 (1) - Primary Storage (RAM + ROM)

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/6

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

7 Terms

1
New cards

What is primary storage?

Memory used to store data and instructions currently in use by the CPU.

2
New cards

What are the 4 main examples of primary storage?

RAM, ROM, Cache and Registers.

3
New cards

What is the purpose of RAM?

RAM holds all the data and instructions currently being processed.

4
New cards

What needs to be done before a program is executed?

It must be loaded into RAM from Secondary Storage. This is done because RAM has quicker R/W speed.

5
New cards

Give 4 properties of RAM

  • Volatile

  • R/W

  • FAST

  • Has the largest capacity of all main memory (A few gigabytes)

  • Expensive

6
New cards

What is the purpose of ROM?

ROM is used to store the boot sequence (BIOS) for a computer.

7
New cards

What are the characteristics of ROM?

  • non-volatile

  • written by computer manufacturer

  • stores the BIOS

  • smaller capacity than RAM (A few megabytes)

  • Expensive