3.1 Lines Python Flashcards

3.1 Lines Python Flashcards

Assessment

Flashcard

Computers

8th Grade

Easy

Created by

Robert Novak

Used 2+ times

FREE Resource

Student preview

quiz-placeholder

9 questions

Show all answers

1.

FLASHCARD QUESTION

Front

pygame

Back

graphics and sound library for making games, scenes and animations

2.

FLASHCARD QUESTION

Front

graphics

Back

visual output from a program

3.

FLASHCARD QUESTION

Front

window

Back

container for displaying a program’s graphics

4.

FLASHCARD QUESTION

Front

coordinates

Back

horizontal (x) and vertical (y) position in a graphics window.

5.

FLASHCARD QUESTION

Front

tuple

Back

a collection of values inside parentheses

6.

FLASHCARD QUESTION

Front

line

Back

draws from one point to another

7.

FLASHCARD QUESTION

Front

pygame.init()

Back

initializes the pygame library so it can be used.

8.

FLASHCARD QUESTION

Front

window.fill()

Back

Fills a window with a given color

9.

FLASHCARD QUESTION

Front

pygame.display.flip()

Back

Displays everything that has been drawn in a window.