0
0
Intro to Computingfundamentals~10 mins

Algorithm as a recipe analogy 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 the first step in an algorithm recipe analogy.

Intro to Computing
Step 1: [1] the ingredients.
Drag options to blanks, or click blank then click option'
AServe
BCook
CGather
DEat
Attempts:
3 left
💡 Hint
Common Mistakes
Choosing a step that happens after cooking, like 'Serve' or 'Eat'.
2fill in blank
medium

Complete the code to describe the action of following steps in an algorithm.

Intro to Computing
Next, [1] the steps one by one carefully.
Drag options to blanks, or click blank then click option'
ASkip
BFollow
CIgnore
DChange
Attempts:
3 left
💡 Hint
Common Mistakes
Choosing 'Skip' or 'Ignore' which would break the process.
3fill in blank
hard

Fix the error in the analogy by choosing the correct word for the final step.

Intro to Computing
Finally, [1] the dish to enjoy the result.
Drag options to blanks, or click blank then click option'
AServe
BForget
CBurn
DBreak
Attempts:
3 left
💡 Hint
Common Mistakes
Choosing negative actions like 'Burn' or 'Break' which do not make sense.
4fill in blank
hard

Fill both blanks to complete the analogy of an algorithm as a recipe.

Intro to Computing
An algorithm is like a recipe: first you [1] ingredients, then you [2] the steps.
Drag options to blanks, or click blank then click option'
AGather
BEat
CFollow
DThrow
Attempts:
3 left
💡 Hint
Common Mistakes
Mixing up the order or choosing unrelated actions like 'Eat' or 'Throw'.
5fill in blank
hard

Fill all three blanks to describe the algorithm steps in the recipe analogy.

Intro to Computing
To complete the algorithm, [1] the ingredients, [2] the steps carefully, and then [3] the final dish.
Drag options to blanks, or click blank then click option'
AGather
BFollow
CServe
DIgnore
Attempts:
3 left
💡 Hint
Common Mistakes
Choosing 'Ignore' which breaks the analogy.