Search Header Logo

Quiz # 1 BT-G47

Authored by Fabian Marmolejo

Computers

1st Grade

Used 2+ times

Quiz # 1 BT-G47
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

28 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

¿Cuál de los siguientes es un tipo de dato numérico en Python?

str
int
bool
list

Answer explanation

El tipo `int` se usa para representar números enteros.

2.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

¿Cuál de los siguientes representa un número decimal en Python?

int
str
float
bool

Answer explanation

El tipo `float` representa números con decimales.

3.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

¿Qué tipo de dato devuelve la función `input()` por defecto?

int
str
bool
list

Answer explanation

La función `input()` siempre devuelve un `str`.

4.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

¿Cuál de los siguientes es un tipo de dato booleano?

True
Yes
1
'False'

Answer explanation

En Python los booleanos son `True` o `False`.

5.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

¿Qué tipo de colección no permite valores duplicados?

list
tuple
set
dictionary

Answer explanation

El tipo `set` no permite duplicados.

6.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

¿Qué operador se usa para la división entera?

/
//
%
**

Answer explanation

El operador `//` devuelve la división entera.

7.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

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

%
/
//
**

Answer explanation

El operador `%` devuelve el residuo.

Access all questions and much more by creating a free account

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

Already have an account?