Python - I

Python - I

10th - 11th Grade

13 Qs

quiz-placeholder

Similar activities

TRIVIA - Seguridad e Información

TRIVIA - Seguridad e Información

1st - 12th Grade

15 Qs

Estructuras de Control en JavaScript

Estructuras de Control en JavaScript

10th Grade

10 Qs

CONÉCTATE

CONÉCTATE

1st Grade - University

10 Qs

FUNCIONES LÓGICAS EXCEL

FUNCIONES LÓGICAS EXCEL

10th - 11th Grade

17 Qs

Relacional 2P Décimos 2024

Relacional 2P Décimos 2024

10th Grade

16 Qs

PREGUNTAS CAPCIOSAS PRUEBA

PREGUNTAS CAPCIOSAS PRUEBA

8th Grade - University

10 Qs

Diagnóstico de Java y algoritmia

Diagnóstico de Java y algoritmia

11th - 12th Grade

14 Qs

Google Drive

Google Drive

6th - 10th Grade

10 Qs

Python - I

Python - I

Assessment

Quiz

Computers

10th - 11th Grade

Medium

Created by

Ana Celada

Used 12+ times

FREE Resource

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

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?