Form 3: Introduction to Conditionals (If-Then) Exercise

Form 3: Introduction to Conditionals (If-Then)

10 minutes 3 views 0 saves EN
Send as Assignment
Form 3: Introduction to Conditionals (If-Then)

Discover how conditional if-then statements allow instructions to make simple decisions based on specific rules.

Questions

  1. MultiChoice

    What is a conditional statement in programming?

  2. MultiChoice

    In 'IF it is raining, THEN take an umbrella', what is the condition?

  3. MultiChoice

    What happens in an IF statement if the condition is FALSE?

  4. WordsBox

    A ____ statement decides whether to execute code based on a ____

  5. MultiChoice

    Complete the logic: IF student score >= 50, THEN:

  6. MultiChoice

    Which word starts a simple conditional decision in code?

  7. MultiChoice

    In 'IF battery is low, THEN plug in charger', what is the action?

  8. MultiChoice

    What is the boolean result of a condition check?

  9. WordsBox

    IF the light is green, ____ the car can ____ forward.

  10. MultiChoice

    Which of these is a conditional decision?

  11. MultiChoice

    When is the action inside an IF block executed?

  12. MultiChoice

    Which real-world example uses a conditional rule?