Want to create interactive content? It’s easy in Genially!
Get started free
Conditional IF/ELSE
jmlondonom
Created on May 27, 2021
Start designing with a free template
Discover more than 1500 professional designs like these:
Transcript
CODE
3° THIRD TERM
Conditionals: If/else
Computers can be programmed to make decisions, to do different things in different circumstances.
- If the response is yes, the condition is True and the program will do the action
- If the response is not, the condition is False and the program will not work
Conditionals: If/else
Let’s play 10 minutes Robot Island 2 and let’s think and discuss:
- What is the conditional that the robot use to go forward?
conditional example
Si hay una flor, obtienes nectar
If (condición)
Acción a ejecutar si la acción es verdadera
Else
Sino, entonces crea miel
Ejecuta otra acción si la condición es falsa
Let's watch these two videos about conditionals and let's talk about them !!!