Intro to Python Project Stem Unit 6 Vocab Flashcards

Intro to Python Project Stem Unit 6 Vocab Flashcards

Assessment

Flashcard

Instructional Technology

9th - 12th Grade

Hard

Created by

Karen Theodosopoulos

FREE Resource

Student preview

quiz-placeholder

7 questions

Show all answers

1.

FLASHCARD QUESTION

Front

create_frame

Back

A function that creates a frame to hold the drawing.

2.

FLASHCARD QUESTION

Front

Frame

Back

A container that holds the graphics.

3.

FLASHCARD QUESTION

Front

draw_line

Back

A function that draws a line on the canvas.

4.

FLASHCARD QUESTION

Front

draw_polygon

Back

A function that draws a polygon on the canvas.

5.

FLASHCARD QUESTION

Front

draw_circle

Back

A function that draws a circle on the canvas.

6.

FLASHCARD QUESTION

Front

Global Variable

Back

A variable declared outside of a function that can be used anywhere in a program.

7.

FLASHCARD QUESTION

Front

RGB

Back

A command used to mix and create colors in Python using red, green, and blue.