Preguntas sobre Pygame

Preguntas sobre Pygame

11th Grade

20 Qs

quiz-placeholder

Similar activities

EXAMEN DE UNIDAD II - POWERPOINT - PFDS

EXAMEN DE UNIDAD II - POWERPOINT - PFDS

9th - 12th Grade

15 Qs

Compute Engine

Compute Engine

11th Grade

17 Qs

Evaluación Scratch

Evaluación Scratch

11th Grade

15 Qs

Infraestructuras tecnológicas

Infraestructuras tecnológicas

9th - 12th Grade

22 Qs

Examen Corto  PyGame III Básico

Examen Corto PyGame III Básico

9th - 12th Grade

15 Qs

Python Intermediate Quiz (Including pygame)

Python Intermediate Quiz (Including pygame)

3rd - 12th Grade

20 Qs

EME316 Quiz 02

EME316 Quiz 02

10th Grade - University

15 Qs

Examen de Taller de Cultura Digital

Examen de Taller de Cultura Digital

11th Grade

20 Qs

Preguntas sobre Pygame

Preguntas sobre Pygame

Assessment

Quiz

Computers

11th Grade

Medium

Created by

Juan Delgado

Used 3+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

¿Qué función de Pygame se utiliza para inicializar todos los módulos de Pygame?

pygame.init()

pygame.start()

pygame.launch()

pygame.setup()

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

¿Cuál es la secuencia de un bucle principal en un juego de Pygame?

Eventos, lógica del juego, actualización de la pantalla

Inicialización, eventos, lógica del juego

Eventos, lógica del juego, finalización

Inicialización, lógica del juego, finalización

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

¿Cuál es el propósito de pygame.quit()?

Terminar el juego

Detener el bucle principal

Cerrar todos los módulos de Pygame

Salir del programa

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

¿Cómo se establece el título de la ventana en Pygame?

pygame.set_caption()

pygame.display.set_caption()

pygame.window.set_caption()

pygame.title.set_caption()

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

¿Qué método se utiliza para actualizar la pantalla en Pygame?

pygame.refresh()

pygame.display.flip()

pygame.display.update()

pygame.screen.update()

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

¿Cómo se define el color en Pygame?

(R, G, B)

[R, G, B]

{R, G, B}

(G, B, R)

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

¿Qué se utiliza para manejar los eventos en Pygame?

Un bucle for con pygame.event.get()

Un bucle while con pygame.event.get()

La función pygame.event.poll()

La función pygame.event.wait()

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?