Quiz sobre Fundamentos de Python

Quiz sobre Fundamentos de Python

Professional Development

10 Qs

quiz-placeholder

Similar activities

Excel Básico [02]

Excel Básico [02]

7th Grade - Professional Development

15 Qs

MATERIAL DIDACTICO - TEST JAVA- KHIPU

MATERIAL DIDACTICO - TEST JAVA- KHIPU

Professional Development

10 Qs

PowerPoint

PowerPoint

Professional Development

9 Qs

Microsoft Teams

Microsoft Teams

Professional Development

12 Qs

Descubre Noruega

Descubre Noruega

Professional Development

6 Qs

Refuerso del video: Definición de HTML

Refuerso del video: Definición de HTML

Professional Development

10 Qs

Advanced JS

Advanced JS

Professional Development

10 Qs

Preguntas SENA I.E Antonia Santos

Preguntas SENA I.E Antonia Santos

Professional Development

7 Qs

Quiz sobre Fundamentos de Python

Quiz sobre Fundamentos de Python

Assessment

Quiz

Computers

Professional Development

Hard

Created by

Ricardo Chipana

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

¿Qué tipo de dato es "Hola" en Python?

int

str

bool

float

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

¿Cuál de estas variables está nombrada correctamente según la convención de Python?

2nombre

mi-nombre

mi_nombre

MiNombre!

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

¿Qué operador se usa para obtener el módulo o residuo de una división?

//

**

%

/

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

¿Qué función usamos para capturar texto del usuario?

get()

scan()

input()

print()

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

¿Qué salida produce el siguiente código? x = 4 y = 2 print(x ** y)

2

8

6

16

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

¿Qué hace este comentario en Python? # Este es un comentario

Se imprime en pantalla

Se ejecuta como código

Se ignora al ejecutar

Causa error

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

¿Qué instrucción convierte un número a texto?

int("5")

str(5)

float("5")

bool(5)

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?