PROGRAMACIÓN INF - 3er trim 2024/25

PROGRAMACIÓN INF - 3er trim 2024/25

10th Grade

35 Qs

quiz-placeholder

Similar activities

Python Beginner

Python Beginner

6th - 12th Grade

30 Qs

Program Development - Python: Code Tracing

Program Development - Python: Code Tracing

8th - 10th Grade

35 Qs

CB30: Unit 2 Test Review

CB30: Unit 2 Test Review

9th - 12th Grade

34 Qs

Python Quiz

Python Quiz

8th - 12th Grade

40 Qs

Python Review 1

Python Review 1

9th Grade - University

30 Qs

Python

Python

10th Grade

40 Qs

Quiz For y While Python

Quiz For y While Python

10th Grade

33 Qs

Prueba de XAMPP - PHP

Prueba de XAMPP - PHP

10th - 11th Grade

40 Qs

PROGRAMACIÓN INF - 3er trim 2024/25

PROGRAMACIÓN INF - 3er trim 2024/25

Assessment

Quiz

Computers

10th Grade

Medium

Created by

Toño Velasco

Used 3+ times

FREE Resource

35 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

¿Qué imprime este código?

print(3 + 4)

34

7

Error

'3 + 4'

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

¿Qué tipo de dato es el resultado de: input('Edad: ')?

int

float

texto

bool

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

¿Cuál es el resultado de: 10 // 3?

3.33

3

4

3.0

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

¿Qué imprime este código?

x = 5

if x > 3:

print('Sí')

No

5

Error

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

¿Qué hace este programa?

def suma(a, b):

return a + b

print(suma(2, 3))

23

5

a + b

Error

6.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

¿Qué valor tiene la variable tras ejecutar:
x = 2
x = x + 3

5

2

6

3

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

¿Cuál es el operador para comprobar igualdad en Python?

=

==

!=

equal

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?