Explorando Python

Explorando Python

6th Grade

16 Qs

quiz-placeholder

Similar activities

Repasando Tesorería

Repasando Tesorería

6th Grade

15 Qs

Diagnóstico: Estadística y Administración

Diagnóstico: Estadística y Administración

1st Grade - University

12 Qs

ETICA Y VALORES

ETICA Y VALORES

1st - 12th Grade

20 Qs

Contabilidad

Contabilidad

6th Grade

15 Qs

ACTIVIDAD INTEGRADORA PRIMER AÑO

ACTIVIDAD INTEGRADORA PRIMER AÑO

1st - 11th Grade

15 Qs

Tema 6. El dinero y la inlación

Tema 6. El dinero y la inlación

1st - 12th Grade

12 Qs

Distribución Normal Estandarizada

Distribución Normal Estandarizada

1st - 12th Grade

15 Qs

Expresiones algebraicas

Expresiones algebraicas

6th Grade

12 Qs

Explorando Python

Explorando Python

Assessment

Quiz

Other

6th Grade

Medium

Created by

Estefany Rizo

Used 4+ times

FREE Resource

16 questions

Show all answers

1.

OPEN ENDED QUESTION

3 mins • 1 pt

Grupo

Evaluate responses using AI:

OFF

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

¿Cuál es la función en Python utilizada para imprimir en la consola?

print()

write()

show()

display()

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

¿Cuáles son los tipos de datos básicos en Python?

list

char

int, float, str, bool, None

double

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

¿Qué hace el operador relacional '==' en Python?

Multiplica dos valores en Python.

Verifica si un valor es mayor que otro en Python.

Concatena dos cadenas de texto en Python.

Compara si dos valores son iguales en Python.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

¿Cuál es la salida del siguiente código: print(5 + 3 * 2)?

11

10

7

16

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

¿Cuál es el tipo de dato para almacenar números enteros en Python?

Flotante (float)

Texto (str)

Booleano (bool)

Entero (int)

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

¿Qué sucede si intentas sumar un número entero con una cadena en Python?

Python will return the sum of the integer and the ASCII values of the characters in the string.

Python will convert the integer to a string and then sum the two values.

Python will concatenate the integer and the string together.

Python will raise a TypeError.

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?