Form 15: Comprehensive Algorithmic Thinking Review Exercise

Form 15: Comprehensive Algorithmic Thinking Review

10 minutes 4 views 0 saves EN
Send as Assignment
Form 15: Comprehensive Algorithmic Thinking Review

Review key algorithmic thinking concepts, combining sequences, loops, conditionals, and debugging skills.

Questions

  1. MultiChoice

    What three core building blocks make up algorithms?

  2. MultiChoice

    What is Selection in algorithms?

  3. MultiChoice

    What is Iteration in algorithms?

  4. WordsBox

    The three fundamental algorithmic structures are sequence, ____ and ____

  5. MultiChoice

    Which structure is used to execute steps in order?

  6. MultiChoice

    Which structure is used when a program needs to make a decision?

  7. MultiChoice

    Which structure is used when code needs to repeat multiple times?

  8. WordsBox

    Algorithmic thinking helps solve problems by breaking them into ____ manageable ____

  9. MultiChoice

    An algorithm checks: 'IF time == 8:00 AM THEN ring alarm'. What building block is this?

  10. MultiChoice

    An algorithm does: 'REPEAT UNTIL cup full: [Pour juice]'. What building blocks are used?

  11. MultiChoice

    What is the first step in solving a problem with an algorithm?

  12. MultiChoice

    Why is algorithmic thinking important for Grade 5 students?