Fundamentos de Python

Fundamentos de Python

10th Grade

13 Qs

quiz-placeholder

Similar activities

Programación con Java

Programación con Java

9th - 11th Grade

15 Qs

Repaso de Java

Repaso de Java

10th Grade

12 Qs

Python

Python

3rd - 10th Grade

10 Qs

Python: Variables

Python: Variables

9th - 12th Grade

11 Qs

Estructura de Lenguaje C

Estructura de Lenguaje C

10th Grade

10 Qs

Funciones en Python COSABA

Funciones en Python COSABA

10th - 12th Grade

10 Qs

Juego de preguntas sobre PSeInt

Juego de preguntas sobre PSeInt

9th Grade - University

16 Qs

Repaso Teórico Python

Repaso Teórico Python

8th Grade - University

18 Qs

Fundamentos de Python

Fundamentos de Python

Assessment

Quiz

Computers

10th Grade

Easy

Created by

Ruth Borja

Used 2+ times

FREE Resource

13 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

¿Cómo se imprime 'Hola Mundo' en Python?

echo 'Hola Mundo'

console.log('Hola Mundo')

print('Hola Mundo')

print('Hello World')

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

¿Cuál es la fórmula para calcular el promedio de tres números?

(a + b + c) / 3

(a - b - c) / 3

(a + b + c) / 2

(a + b + c) * 3

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Si a = 5 y b = 3, ¿cuál es el resultado de a + b?

6

8

9

7

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Si a = 10 y b = 4, ¿cuál es el resultado de a - b?

5

8

6

7

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Si a = 6 y b = 7, ¿cuál es el resultado de a * b?

49

42

36

56

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Si a = 20 y b = 5, ¿cuál es el resultado de a / b?

10

5

3

4

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

¿Qué función se utiliza para obtener la entrada del usuario en Python?

read_input()

get_user_input()

fetch_input()

input()

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?