0
0
Intro to Computingfundamentals~10 mins

RAM and temporary memory in Intro to Computing - Interactive Code Practice

Choose your learning style9 modes available
Practice - 5 Tasks
Answer the questions below
1fill in blank
easy

Complete the code to show where data is stored temporarily while a program runs.

Intro to Computing
The computer uses [1] to hold data temporarily during execution.
Drag options to blanks, or click blank then click option'
AHard Drive
BRAM
CSSD
DCPU
Attempts:
3 left
💡 Hint
Common Mistakes
Confusing RAM with permanent storage like Hard Drive or SSD.
2fill in blank
medium

Complete the sentence to explain RAM's role in running programs.

Intro to Computing
When you open a program, it is loaded from the [1] into RAM for faster access.
Drag options to blanks, or click blank then click option'
AHard Drive
BCPU
CCache
DGPU
Attempts:
3 left
💡 Hint
Common Mistakes
Choosing CPU or Cache which are not permanent storage.
3fill in blank
hard

Fix the error in the statement about RAM.

Intro to Computing
RAM keeps data saved even when the computer is turned off, so it is [1] memory.
Drag options to blanks, or click blank then click option'
Apermanent
Bbackup
Cexternal
Dvolatile
Attempts:
3 left
💡 Hint
Common Mistakes
Thinking RAM is permanent storage.
4fill in blank
hard

Fill both blanks to complete the explanation about RAM and CPU interaction.

Intro to Computing
The CPU reads data from [1] because it is faster than [2].
Drag options to blanks, or click blank then click option'
ARAM
BHard Drive
CSSD
DCache
Attempts:
3 left
💡 Hint
Common Mistakes
Mixing up RAM with Cache or permanent storage.
5fill in blank
hard

Fill all three blanks to complete the explanation about the temporary memory hierarchy.

Intro to Computing
The levels of temporary memory are [1] (largest, slower), [2] (faster), and [3] (fastest, smallest).
Drag options to blanks, or click blank then click option'
ARAM
BRegisters
CCache
DHard Drive
Attempts:
3 left
💡 Hint
Common Mistakes
Including permanent storage like Hard Drive.
Confusing the order of Cache and Registers.