Tynker Python 201: Lessons 4 & 5 Vocab FLASHCARDS

Tynker Python 201: Lessons 4 & 5 Vocab FLASHCARDS

Assessment

Flashcard

Computers

6th - 8th Grade

Hard

Created by

Heather Coombs

FREE Resource

Student preview

quiz-placeholder

15 questions

Show all answers

1.

FLASHCARD QUESTION

Front

A symbol that modifies or combines values. For example, + and - are operators that add or subtract values.

Back

Operator

2.

FLASHCARD QUESTION

Front

A sequence of values or variables connected by operators. For example, b - a + 1 subtracts two variables and then adds the value 1.

Back

Expression

3.

FLASHCARD QUESTION

Front

An operator that only combines two values. Most of the operators that are commonly used in mathematical expressions like / and * are binary operators as the operation only involves the number before and after the operator.

Back

Binary Operator

4.

FLASHCARD QUESTION

Front

This operator is a binary operator that divides the first number by the second number and returns the remainder from that division operation. If the second number is a factor of the first number, the modulus operator will return 0.

Back

Modulus

5.

FLASHCARD QUESTION

Front

In programming, this is the process of replacing a variable with the result of an operation and itself that increases the value stored in the variable. For example, x = x + 1 increments the value stored in x by 1.

Back

Incrementing

6.

FLASHCARD QUESTION

Front

In programming, this is the process of replacing a variable with the result of an operation and itself that decreases the value stored in the variable. For example, x = x/2 decrements the value stored in x by half of itself.

Back

Decrementing

7.

FLASHCARD QUESTION

Front

This is an expression that calculates a Boolean value using a mix of Booleans, variables, and operators.

Back

Logic/Boolean Expressions

Create a free account and access millions of resources

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?