Examen Final de Programación en Python

Examen Final de Programación en Python

Professional Development

15 Qs

quiz-placeholder

Similar activities

1. Introducción a Canva y su configuración inicial

1. Introducción a Canva y su configuración inicial

Professional Development

10 Qs

Agile Thoughts Trivia - TG

Agile Thoughts Trivia - TG

Professional Development

10 Qs

MANTENIMIENTO MOTORES DIESEL

MANTENIMIENTO MOTORES DIESEL

Professional Development

20 Qs

Informática Forense

Informática Forense

Professional Development

15 Qs

02. Python Variables, Data Types, and User Input Quiz

02. Python Variables, Data Types, and User Input Quiz

Professional Development

10 Qs

UNI-MBA-IAS4 DATA MANAGEMENT

UNI-MBA-IAS4 DATA MANAGEMENT

Professional Development

10 Qs

SOM 1.4-Los datos

SOM 1.4-Los datos

Professional Development

13 Qs

Women-in-Tek 2025 Assessment

Women-in-Tek 2025 Assessment

Professional Development

20 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

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?