Practice - 5 Tasks
Answer the questions below
1fill in blank
easyComplete 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'
Attempts:
3 left
💡 Hint
Common Mistakes
Choosing 'stores' because memory stores data, but CPU executes instructions.
✗ Incorrect
The CPU executes instructions, meaning it carries out the commands given by programs.
2fill in blank
mediumComplete 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'
Attempts:
3 left
💡 Hint
Common Mistakes
Confusing CPU with memory or storage.
✗ Incorrect
The CPU is called the brain of the computer because it processes and controls all instructions.
3fill in blank
hardFix 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'
Attempts:
3 left
💡 Hint
Common Mistakes
Thinking CPU stores data permanently.
✗ Incorrect
The CPU processes data temporarily; it does not store data permanently like a hard drive.
4fill in blank
hardFill 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'
Attempts:
3 left
💡 Hint
Common Mistakes
Mixing memory or storage with CPU units.
✗ Incorrect
The control unit decodes instructions, and the arithmetic logic unit (ALU) performs calculations.
5fill in blank
hardFill 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'
Attempts:
3 left
💡 Hint
Common Mistakes
Confusing the order of fetch, decode, execute.
✗ Incorrect
The CPU fetches instructions from memory, decodes them to understand, then executes them.