Intro to Python Unit 6 Vocabulary Flashcards

Intro to Python Unit 6 Vocabulary Flashcards

Assessment

Flashcard

Instructional Technology

9th - 12th Grade

Hard

Created by

Karen Theodosopoulos

FREE Resource

Student preview

quiz-placeholder

9 questions

Show all answers

1.

FLASHCARD QUESTION

Front

What is the function of 'create_frame'?

Back

To initialize a new frame for data storage.

2.

FLASHCARD QUESTION

Front

A 'Frame' in programming is:

Back

A data structure used for storing information.

3.

FLASHCARD QUESTION

Front

The 'draw_line' function is used to:

Back

Draw a straight line on a canvas.

4.

FLASHCARD QUESTION

Front

What is the purpose of the 'draw_polygon' function?

Back

Draw a polygon.

5.

FLASHCARD QUESTION

Front

What does the 'draw_circle' function do?

Back

It draws a circle.

6.

FLASHCARD QUESTION

Front

Global variable

Back

A variable that is accessible throughout the entire program.

7.

FLASHCARD QUESTION

Front

RGB is used for ______ in Python.

Back

Color representation.

8.

FLASHCARD QUESTION

Front

The 'draw_text' function is used to:

Back

Render text on a display or image.

9.

FLASHCARD QUESTION

Front

Local variable

Back

A variable that is only accessible within a function.