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

Python Tartaletka 3

Python Tartaletka 3

5th - 9th Grade

13 Qs

Adresacja IP (część 2) - zaliczenie

Adresacja IP (część 2) - zaliczenie

8th - 12th Grade

21 Qs

9. Python (Модули, файлы)

9. Python (Модули, файлы)

5th - 11th Grade

13 Qs

Direcciones IP Khan

Direcciones IP Khan

9th Grade

17 Qs

Hari ke 3 - Kuis kodiing & Pengenalan AI

Hari ke 3 - Kuis kodiing & Pengenalan AI

1st - 12th Grade

20 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

Ready Set Python 2 L3 - Pygame Review

Ready Set Python 2 L3 - Pygame Review

9th Grade

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