Examen Final de Programación en Python ITLA

Examen Final de Programación en Python ITLA

Professional Development

25 Qs

quiz-placeholder

Similar activities

Clase 1 - Cuestionario de Seguridad de la Información

Clase 1 - Cuestionario de Seguridad de la Información

Professional Development

20 Qs

5. SQL DML

5. SQL DML

Professional Development

20 Qs

Nivelamento 1

Nivelamento 1

Professional Development

24 Qs

Funciones Básicas Microsoft Word

Funciones Básicas Microsoft Word

Professional Development

25 Qs

Modern AI

Modern AI

Professional Development

20 Qs

Prueba inicial LM

Prueba inicial LM

Professional Development

20 Qs

Comprendre les variables en programmation

Comprendre les variables en programmation

Professional Development

20 Qs

Politicas de Seguridad de Informacion

Politicas de Seguridad de Informacion

Professional Development

20 Qs

Examen Final de Programación en Python ITLA

Examen Final de Programación en Python ITLA

Assessment

Quiz

Information Technology (IT)

Professional Development

Medium

Created by

Diorys Michael

Used 1+ times

FREE Resource

25 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?