Fundamentos de Python

Fundamentos de Python

10th Grade

13 Qs

quiz-placeholder

Similar activities

Google Colab Quiz

Google Colab Quiz

10th Grade

8 Qs

Excel Básico

Excel Básico

1st - 12th Grade

17 Qs

Micro:Bit Quiz Unidad 5

Micro:Bit Quiz Unidad 5

10th Grade

10 Qs

Bài 1: Python

Bài 1: Python

9th - 12th Grade

10 Qs

PCAP Module 1 - Modules, Packages and PIP Review

PCAP Module 1 - Modules, Packages and PIP Review

9th - 10th Grade

14 Qs

Câu hỏi tập bài biến và lệnh gán

Câu hỏi tập bài biến và lệnh gán

10th Grade

12 Qs

cấu trúc rẽ nhánh

cấu trúc rẽ nhánh

10th - 11th Grade

10 Qs

Estructura de datos Python

Estructura de datos Python

9th - 12th Grade

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