Candy Cane
Ginger Bread
Ornament
Presents
Reindeer
100

5 > 3 is an example of a _______ operator

Comparison

100

blueprint for an object

class

100

What type of operator is the following:

10 +6  = 16

Arithmetic Operator

100

Declaring a variable is also known as ______ a variable.

Naming

100

A data type the contains a decimal

Float

200

Statements produce a value. True or False

False

200

Runs code at least one time

do/while loop

200

A data type that means true or false

boolean

200

Allows one class to use another class as a blueprint

Inheritance

200

Referred to as looping or repeating

Iteration

300

actions an object can do

method

300

Values stored in a variable can change throughout the program. True or False.

True

300

The actual value passed to the function when it's called

Argument

300

What type of control structure executes instructions one right after another.

Sequence Control Structure

300

Expressions produce a value. True or False

True

400

What type of control structure can use an Else/If Statement.

Selection Control Structure

400

A fuction has two parts:

a _______ and a _______

Header and Body

400

Instructions written for computers to read.

Code

400

A data type the works similar to a storage box

Variable

400

Rules for writing code.

Syntax

500

0rganizes and protects code

Encapsulation

500
What are the three principles of OOP?

Encapsulation

Inheritance

Polymorphism

500

When an expression joins strings it is called what?

Concatenation

500

Performs a specific task and can be used over and over again.

Function

500

a bundle of data and actions that represent something in a program

object

M
e
n
u