Want to create interactive content? It’s easy in Genially!
Get started free
Conditional IF/ELSE
jmlondonom
Created on May 27, 2021
Over 30 million people create interactive content in Genially
Check out what others have designed:
Transcript
CODE
3° THIRD TERM
- 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
Computers can be programmed to make decisions, to do different things in different circumstances.
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?
Conditionals: If/else
Sino, entonces crea miel
Si hay una flor, obtienes nectar
Ejecuta otra acción si la condición es falsa
Else
Acción a ejecutar si la acción es verdadera
If (condición)
conditional example
Let's watch these two videos about conditionals and let's talk about them !!!