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
»
Boolean operators
level: Boolean operators
Questions and Answers List
level questions: Boolean operators
Question
Answer
Which boolean operator evaluates to True only if both expressions themselves are True?
AND
Which boolean operator evaluates to True if any one of the expressions is True?
OR
Which one of the following is not binary Boolean operators (AND, OR, NOT)?
NOT
What will be the output of (NOT (4 > 3))?
FALSE
Evaluate the following expression (NOT ((4 = 5) OR (3 > 4)))?
TRUE