Seleccione la expresión incorrecta
IP-Com3 - Condicionales

Quiz
•
Computers
•
University
•
Hard
Francisco Orozco
Used 5+ times
FREE Resource
8 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
x =a
If x= a:
if x==a: a=100
else: a=50
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
La imagen representa la tabla de verdad del OR
Falso
Verdadero
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
La imagen de la tabla de verdad corresponde a la expresión AND
Verdadero
Falso
4.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
En la imagen la expresión if es incorrecta
Verdadero
Falso
5.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
x=int(input("Ingrese un número entero positivo: "))
if x<=0:
print("Ha ingresado un número incorrecto, vuelva a intentarlo")
else:
if x<10:
print("Ha ingresado un número de una cifra")
else:
if x>10:
if x<100:
print("Ha ingresado un número de dos cifra")
else:
print("Ha ingresado un número de más de dos cifra")
El código es correcto
El código es incorrecto
El código tiene un error
El código tiene más de un error
6.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
a=int(input("Ingrese la nota 1: "))
b=int(input("Ingrese la nota 2: "))
c=int(input("Ingrese la nota 3: "))
promedio=(a+b+c)/3
if promedio<4:
print("Reprobado")
else:
if promedio>6:
print("Eximido")
else:
print("Debe rendir")
El código es incorrecto
El código es correcto
El código es muy corto
Faltan parámetros en el código
7.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
numero1=5
numero2=7
if numero1>numero2:
print("El numero1 es mayor")
else:
print("El numero2 es mayor")
El código es incorrecto
El código es correcto
El código está incompleto
8.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
En la imagen, el código es:
Correcto
Incorrecto
Similar Resources on Quizizz
10 questions
Lenguaje Perl

Quiz
•
University
10 questions
Introducción a Python

Quiz
•
University
10 questions
Avaliação Pensamento Computacional - Prático

Quiz
•
1st Grade - Professio...
5 questions
Iniciando mis conocimientos en Python

Quiz
•
University
12 questions
IP 2021 - COM03 - Repaso Hasta Ciclos - Python

Quiz
•
University
10 questions
PCI - Semana 3

Quiz
•
University
8 questions
Comandos en Linux

Quiz
•
University
10 questions
prueba diagnostica desarrollo de software

Quiz
•
University
Popular Resources on Quizizz
15 questions
Character Analysis

Quiz
•
4th Grade
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
10 questions
American Flag

Quiz
•
1st - 2nd Grade
20 questions
Reading Comprehension

Quiz
•
5th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
18 questions
Full S.T.E.A.M. Ahead Summer Academy Pre-Test 24-25

Quiz
•
5th Grade
14 questions
Misplaced and Dangling Modifiers

Quiz
•
6th - 8th Grade