Intro to Python Project Stem Unit 7 Flashcards

Intro to Python Project Stem Unit 7 Flashcards

Assessment

Flashcard

Instructional Technology

9th - 12th Grade

Easy

Created by

Karen Theodosopoulos

Used 1+ times

FREE Resource

Student preview

quiz-placeholder

7 questions

Show all answers

1.

FLASHCARD QUESTION

Front

Subprogram

Back

A collection of commands that are given a name.

2.

FLASHCARD QUESTION

Front

def

Back

A command that defines a function or subprogram.

3.

FLASHCARD QUESTION

Front

Main

Back

The central part of the program.

4.

FLASHCARD QUESTION

Front

Parameter

Back

A variable used to send information to a subprogram.

5.

FLASHCARD QUESTION

Front

return

Back

A keyword that tells a function or subprogram what value to return.

6.

FLASHCARD QUESTION

Front

Local Variable

Back

A variable that exists only inside a function.

7.

FLASHCARD QUESTION

Front

Tracing code

Back

Reading through code to find errors and predict results.