Intro to Python Project Stem Unit 3 Vocab Flashcards

Intro to Python Project Stem Unit 3 Vocab Flashcards

Assessment

Flashcard

Instructional Technology

9th - 12th Grade

Hard

Created by

Karen Theodosopoulos

FREE Resource

Student preview

quiz-placeholder

5 questions

Show all answers

1.

FLASHCARD QUESTION

Front

What is a function?

Back

A set of commands which can be run by calling it by name.

2.

FLASHCARD QUESTION

Front

What does a relational operator do?

Back

It compares values in true/false tests.

3.

FLASHCARD QUESTION

Front

What is the purpose of an 'if statement'?

Back

To test a true/false condition.

4.

FLASHCARD QUESTION

Front

What does the 'elif' keyword do?

Back

It tests a second (or third, or fourth...) condition in an if statement.

5.

FLASHCARD QUESTION

Front

Algorithm

Back

A precise set of rules for how to solve a problem.