🧠Logic ConceptsÂ
Sequence
-
Actions happen in order.
-
Example: Brush teeth → Wash face → Go to bed
-
-
Condition (IF-THEN statements)
-
Makes decisions based on a question.
-
Example: If it’s raining, then take an umbrella.
-
-
Loops (Repetition)
-
Repeat actions until something changes.
-
Example: Eat one bite until the plate is empty.
-
