Introducción a Python

Introducción a Python

2nd Grade

10 Qs

quiz-placeholder

Similar activities

Python

Python

1st - 5th Grade

12 Qs

Kiến thức về hàm print() trong Python

Kiến thức về hàm print() trong Python

2nd Grade - University

9 Qs

VARIABLES JER

VARIABLES JER

1st - 5th Grade

10 Qs

Javascript basico

Javascript basico

1st - 5th Grade

9 Qs

Știi totul despre micro:bit?

Știi totul despre micro:bit?

1st - 5th Grade

10 Qs

Ce știi despre aplicațiile Google?

Ce știi despre aplicațiile Google?

1st Grade - University

10 Qs

Pisa สู่โลกดิจิทัลด้วยเกม Scratch

Pisa สู่โลกดิจิทัลด้วยเกม Scratch

1st - 5th Grade

10 Qs

Функції Python для масивів

Функції Python для масивів

1st - 5th Grade

13 Qs

Introducción a Python

Introducción a Python

Assessment

Quiz

Information Technology (IT)

2nd Grade

Hard

Created by

Ruben Vera

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

¿Qué instrucción imprime en pantalla en Python?

print("Hola")

echo "Hola"

System.out.println("Hola")

console.log("Hola")

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

¿Cómo se declara una variable correctamente?

int edad = 20

edad: 20

edad = 20

var edad = 20

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

¿Qué hace el código input("Edad: ")?

Declara una variable

Calcula la edad

Comenta una línea

Solicita un valor al usuario

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

¿Cuál es el operador de igualdad en Python?

=

==

!=

equals

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

¿Qué salida genera print(3 + 4 * 2)?

14

10

11

7

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

¿Es válida esta estructura: if x > 5:?

Verdadero

Falso

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

¿Qué error tiene este fragmento de código if x = 5:?

No tiene errores

Falta el else

Usa = en lugar de ==

Debería estar entre comillas

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?