Buscar
🇪🇸
MEM
O
RY
.COM
4.37.48
Invitado
Iniciar sesión
Página de inicio
0
0
0
0
0
Crear curso
Cursos
Último juego
Panel
Notificaciones
Clases
Carpetas
Exámenes
Exámenes personalizados
Ayuda
Marcador
Tienda
Premios
Amigos
Asignaturas
Modo oscuro
Identificador de usuario: 999999
Versión: 4.37.48
www.memory.es
Estás en modo de exploración. debe iniciar sesión para usar
MEM
O
RY
Inicia sesión para empezar
Index
»
Computer science
»
Programming
»
Program flow - Selection
level: Program flow - Selection
Questions and Answers List
level questions: Program flow - Selection
Question
Answer
When an expression performs an action based on a True or False value, what's it called?
Selection
What will be the output of IF statement?
True or False
Putting an IF statement inside another IF statement is called?
Nested IF statement
In ELSE-IF condition if the first condition is true, will it check the next condition?
No
What statement we use to perform different action for different values of the same variable?
CASE statement
CASE statements can check the value of multiple variables: true or false?
False
What statement is used to check if multiple conditions are true?
ELSE-IF statement