Fundamentos de Python

Fundamentos de Python

10th Grade

13 Qs

quiz-placeholder

Similar activities

Repaso de Python

Repaso de Python

5th Grade - Professional Development

15 Qs

Python

Python

6th - 11th Grade

10 Qs

Python: Primeros pasos

Python: Primeros pasos

9th - 12th Grade

15 Qs

Programación con Java

Programación con Java

9th - 11th Grade

15 Qs

Estructuras Selectivas C++

Estructuras Selectivas C++

7th Grade - Professional Development

10 Qs

funciones de excel

funciones de excel

7th - 12th Grade

10 Qs

python star primera parte

python star primera parte

9th - 12th Grade

11 Qs

Pseint (Si y Para) Tinkercad (Potenciómetro y led RGB)

Pseint (Si y Para) Tinkercad (Potenciómetro y led RGB)

10th Grade

17 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?