Search Header Logo

Python - I

Authored by Ana Celada

Computers

10th - 11th Grade

Used 12+ times

Python - I
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

13 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

edad = 4

la variable edad almacena la cadena de texto 'cuatro'

la variable edad almacena el valor numérico

la variable 4 almacena la cadena de texto 'edad'

la variable no está bien definida

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

El comando input no permite leer la información que introducen los usuarios de la aplicación.

Verdadero

Falso

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Escoge el código correcto para que el programa pregunte la edad al usuario y muestre por pantalla la edad que tiene.

print(‘Tienes’, edad, ‘años.’)

edad = input ( ‘¿Cuántos años tienes?’)

print('Tienes’, 'edad', ‘años.’)

edad = ( ‘¿Cuántos años tienes?’)

print(‘Tienes’, edad, ‘años.’)

edad = input ( ‘¿Cuántos años tienes?’)

print(‘Tienes’, edad, ‘años.’)

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Los tipos de datos booleanos solo pueden tener dos valores: True or False.

Verdadero

Falso

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

El operador de asignación = sirve para

en Python nos se utilizan =

igualar a un número

asignar un valor a una variable

hacer una operación

6.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

!=

número imaginario

disinto que

igual que

no existe

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

¿La siguiente comparación devolverá True o False?

7 < 5

True

False

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

Microsoft

Continue with Microsoft

or continue with

Facebook

Facebook

Apple

Apple

Others

Others

Already have an account?