Examen Final de Programación en Python

Examen Final de Programación en Python

Professional Development

15 Qs

quiz-placeholder

Similar activities

Mantemiento de PC

Mantemiento de PC

Professional Development

20 Qs

semana 2 robótica educativa

semana 2 robótica educativa

Professional Development

12 Qs

Clase 3 práctica

Clase 3 práctica

Professional Development

15 Qs

Quizz Navideño

Quizz Navideño

Professional Development

18 Qs

Act. 2: Controles en Word

Act. 2: Controles en Word

Professional Development

20 Qs

Evaluación IA

Evaluación IA

Professional Development

15 Qs

Repaso Unidad 1 - Bis

Repaso Unidad 1 - Bis

Professional Development

10 Qs

TESTE RACIOCINIO  LÓGICO

TESTE RACIOCINIO LÓGICO

Professional Development

13 Qs

Examen Final de Programación en Python

Examen Final de Programación en Python

Assessment

Quiz

Information Technology (IT)

Professional Development

Hard

Created by

Diorys Michael

Used 1+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

¿Cuál de las siguientes es una forma válida de imprimir en Python?

echo("Hola mundo")

printf("Hola mundo")

print("Hola mundo")

cout

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

¿Qué hace input("Ingresa tu nombre: ")?

Muestra el nombre

Solicita al usuario que escriba algo

Guarda automáticamente el nombre

Nada

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

¿Cuál es el operador lógico para “y” en Python?

&

||

and

&&

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

¿Qué devuelve bool(0) en Python?

True

False

0

Error

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

¿Qué estructura de control se usa para decisiones?

while

for

if

def

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

¿Qué hace list.append(5) en Python?

Inserta 5 al inicio

Reemplaza todos los elementos por 5

Agrega el número 5 al final

Elimina el último número

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

¿Cuál es el resultado de not True?

False

True

Error

None

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?