Form 15: Comprehensive Algorithmic Thinking Review
Review key algorithmic thinking concepts, combining sequences, loops, conditionals, and debugging skills.
Questions
-
MultiChoice
What three core building blocks make up algorithms?
-
MultiChoice
What is Selection in algorithms?
-
MultiChoice
What is Iteration in algorithms?
-
WordsBox
The three fundamental algorithmic structures are sequence, ____ and ____
-
MultiChoice
Which structure is used to execute steps in order?
-
MultiChoice
Which structure is used when a program needs to make a decision?
-
MultiChoice
Which structure is used when code needs to repeat multiple times?
-
WordsBox
Algorithmic thinking helps solve problems by breaking them into ____ manageable ____
-
MultiChoice
An algorithm checks: 'IF time == 8:00 AM THEN ring alarm'. What building block is this?
-
MultiChoice
An algorithm does: 'REPEAT UNTIL cup full: [Pour juice]'. What building blocks are used?
-
MultiChoice
What is the first step in solving a problem with an algorithm?
-
MultiChoice
Why is algorithmic thinking important for Grade 5 students?