Examen Final de Programación en Python ITLA

Examen Final de Programación en Python ITLA

Professional Development

25 Qs

quiz-placeholder

Similar activities

Examen final de Soldadura básica

Examen final de Soldadura básica

Professional Development

20 Qs

Introducción al comercio electrónico

Introducción al comercio electrónico

Professional Development

20 Qs

Remote Support and Scripting Best Practices

Remote Support and Scripting Best Practices

Professional Development

21 Qs

Cuestionario Nivel

Cuestionario Nivel

Professional Development

22 Qs

Preguntas SCRUM Master

Preguntas SCRUM Master

Professional Development

25 Qs

Loop Logic Challenge – C Basics Edition

Loop Logic Challenge – C Basics Edition

Professional Development

30 Qs

Revisão 2° Sistemas (AVB3)

Revisão 2° Sistemas (AVB3)

Professional Development

30 Qs

MSBTE Quiz

MSBTE Quiz

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

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

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

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?