Form 11: Real-World Algorithms (Recipes and Routines)
Examine real-world algorithms by breaking down everyday routines and recipes into clear, ordered steps.
Questions
-
MultiChoice
How is a cooking recipe like a computer algorithm?
-
MultiChoice
What is the input in a recipe algorithm?
-
MultiChoice
What is the output in a recipe algorithm?
-
WordsBox
A recipe is a real-world ____ that uses ingredients as ____
-
MultiChoice
'Mix flour and water UNTIL smooth'. What programming concept is 'UNTIL smooth'?
-
MultiChoice
'IF oven hot THEN place tray inside ELSE wait 5 minutes'. What concept is this?
-
WordsBox
Following daily routines in order is like executing sequential ____ on a ____
-
MultiChoice
What happens if you skip 'Add yeast' in a bread-baking recipe algorithm?
-
MultiChoice
Which of these daily routines is an algorithm?
-
MultiChoice
In a morning routine algorithm, which step should happen FIRST?
-
MultiChoice
Why must recipe algorithms specify exact quantities (e.g., '2 cups flour')?
-
MultiChoice
'REPEAT 3 TIMES: [Fold dough]'. What programming concept does this demonstrate?