Quiz de Programación en Python

Quiz de Programación en Python

Professional Development

31 Qs

quiz-placeholder

Similar activities

REPASO (Lbros Contables 6º)

REPASO (Lbros Contables 6º)

Professional Development

30 Qs

RL Tema 3. Cuestionario

RL Tema 3. Cuestionario

Professional Development

31 Qs

Reto Operaciones Contact Center

Reto Operaciones Contact Center

Professional Development

27 Qs

SR Tema 14. Cuestionario

SR Tema 14. Cuestionario

Professional Development

31 Qs

Made by students

Made by students

Professional Development

30 Qs

EXAMEN FINAL - Introductorio

EXAMEN FINAL - Introductorio

Professional Development

30 Qs

AC Tema 3. Cuestionario

AC Tema 3. Cuestionario

Professional Development

34 Qs

AO Tema 13. Cuestionario

AO Tema 13. Cuestionario

Professional Development

26 Qs

Quiz de Programación en Python

Quiz de Programación en Python

Assessment

Quiz

Computers

Professional Development

Easy

Created by

Espai Unity

Used 1+ times

FREE Resource

31 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

15 mins • 1 pt

¿Qué tipo de dato se utiliza para representar texto en Python?

int

float

str

bool

2.

MULTIPLE CHOICE QUESTION

15 mins • 1 pt

¿Qué función se utiliza para mostrar un mensaje en la terminal?

print()

show()

input()

display()

3.

MULTIPLE CHOICE QUESTION

15 mins • 1 pt

¿Cuál de las siguientes opciones es un ejemplo de un número decimal (float)?

20

1000

3.14

-7

4.

MULTIPLE CHOICE QUESTION

15 mins • 1 pt

¿Qué operador se utiliza para comprobar si dos valores son iguales?

>=

<=

==

!=

5.

MULTIPLE CHOICE QUESTION

15 mins • 1 pt

¿Qué método se utiliza para convertir un valor a entero?

int()

float()

str()

bool()

6.

MULTIPLE CHOICE QUESTION

15 mins • 1 pt

¿Cuál es la forma correcta de crear una variable en Python?

nombreVariable -> valor

nombreVariable: valor

valor = nombreVariable

nombreVariable = valor

7.

MULTIPLE CHOICE QUESTION

15 mins • 1 pt

¿Qué operador se utiliza para sumar dos números?

-

/

*

+

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?