0
0
Intro to Computingfundamentals~10 mins

CPU as the brain of the computer 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 what the CPU does with instructions.

Intro to Computing
cpu_process = 'The CPU [1] instructions to perform tasks.'
Drag options to blanks, or click blank then click option'
Aignores
Bstores
Cexecutes
Ddeletes
Attempts:
3 left
💡 Hint
Common Mistakes
Choosing 'stores' because memory stores data, but CPU executes instructions.
2fill in blank
medium

Complete the sentence about the CPU's role in a computer.

Intro to Computing
The CPU is often called the [1] of the computer because it controls all operations.
Drag options to blanks, or click blank then click option'
Abrain
Bheart
Cmemory
Dstorage
Attempts:
3 left
💡 Hint
Common Mistakes
Confusing CPU with memory or storage.
3fill in blank
hard

Fix the error in the CPU description.

Intro to Computing
The CPU [1] data permanently like a hard drive.
Drag options to blanks, or click blank then click option'
Astores
Bdeletes
Cignores
Dprocesses
Attempts:
3 left
💡 Hint
Common Mistakes
Thinking CPU stores data permanently.
4fill in blank
hard

Fill both blanks to describe CPU components.

Intro to Computing
The CPU has the [1] unit to decode instructions and the [2] unit to perform calculations.
Drag options to blanks, or click blank then click option'
Acontrol
Bmemory
Carithmetic logic
Dstorage
Attempts:
3 left
💡 Hint
Common Mistakes
Mixing memory or storage with CPU units.
5fill in blank
hard

Fill all three blanks to complete the CPU operation steps.

Intro to Computing
The CPU first [1] an instruction, then [2] it, and finally [3] the result.
Drag options to blanks, or click blank then click option'
Afetches
Bdecodes
Cexecutes
Dstores
Attempts:
3 left
💡 Hint
Common Mistakes
Confusing the order of fetch, decode, execute.