Memory

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

1/11

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

12 Terms

1
New cards

What are the two groups for memory and storage?

Primary and Secondary storage

2
New cards

What is offline storage?

Storage devices which can be stored away from the computer

3
New cards

What is RAM?

Random Access Memory

4
New cards

Why do we need primary storage?

Act as a temporary storage for programs and data while the program is being executed

5
New cards

Why do we need main memory to store the programs currently being executed?

The computer would be really slow

6
New cards

What is virtual memory?

A portion of the hard disk designated to function as additional RAM

7
New cards

Volatile

Lose all contents?

8
New cards

Out of RAM and ROM which is volatile?

RAM

9
New cards

What is the bootstrap loader (booting)?

A small program that loads the operating system

10
New cards

What is ROM?

Read Only Memory

11
New cards

What are the characteristics of RAM?

  • Volatile
  • Stores user data which is currently in use
  • Memory can be written to or read from
12
New cards

What are the characteristics of ROM?

  • Non - volatile
  • Used to store bootstrap loader
  • Memory can only be read from and NOT written to