Quiz sobre Pygame y el juego de Tenis Básico

Quiz sobre Pygame y el juego de Tenis Básico

9th Grade

18 Qs

quiz-placeholder

Similar activities

Ready Set Python 2 L3 - Pygame Review

Ready Set Python 2 L3 - Pygame Review

9th Grade

17 Qs

Python Intermediate Quiz (Including pygame)

Python Intermediate Quiz (Including pygame)

3rd - 12th Grade

20 Qs

Examen Corto  PyGame III Básico

Examen Corto PyGame III Básico

9th - 12th Grade

15 Qs

Conceptos Básicos de Arduino

Conceptos Básicos de Arduino

9th - 12th Grade

15 Qs

Meta Comandos de Microsoft Word

Meta Comandos de Microsoft Word

9th Grade

20 Qs

2da evaluación de Arduino

2da evaluación de Arduino

9th Grade

20 Qs

Direcciones IP Khan

Direcciones IP Khan

9th Grade

17 Qs

PyGame (пайгейм) кітапханасы

PyGame (пайгейм) кітапханасы

9th Grade

20 Qs

Quiz sobre Pygame y el juego de Tenis Básico

Quiz sobre Pygame y el juego de Tenis Básico

Assessment

Quiz

Computers

9th Grade

Easy

Created by

Joan Fuentes

Used 2+ times

FREE Resource

18 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

¿Qué función se utiliza para inicializar Pygame?

pygame.init()

pygame.start()

pygame.begin()

pygame.launch()

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

¿Qué color representa el negro en el código?

(255, 255, 255)

(128, 128, 128)

(0, 0, 0)

(0, 255, 0)

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

¿Qué tecla se utiliza para mover la raqueta izquierda hacia arriba?

Flecha arriba

W

S

A

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

¿Cuál es la velocidad de las raquetas?

20

15

5

10

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

¿Qué sucede cuando la pelota toca el borde superior o inferior?

Se reinicia el juego

La pelota se detiene

Aumenta la velocidad

Cambia de dirección

6.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

¿Qué se utiliza para dibujar la pelota en la pantalla?

pygame.draw.line()

pygame.draw.ellipse()

pygame.draw.rect()

pygame.draw.circle()

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

¿Qué variable se utiliza para almacenar el marcador del jugador 1?

score1

jugador1

marcador1

puntuacion1

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?