5 > 3 is an example of a _______ operator
Comparison
blueprint for an object
class
What type of operator is the following:
10 +6 = 16
Arithmetic Operator
Declaring a variable is also known as ______ a variable.
Naming
A data type the contains a decimal
Float
Statements produce a value. True or False
False
Runs code at least one time
do/while loop
A data type that means true or false
boolean
Allows one class to use another class as a blueprint
Inheritance
Referred to as looping or repeating
Iteration
actions an object can do
method
Values stored in a variable can change throughout the program. True or False.
True
The actual value passed to the function when it's called
Argument
What type of control structure executes instructions one right after another.
Sequence Control Structure
Expressions produce a value. True or False
True
What type of control structure can use an Else/If Statement.
Selection Control Structure
A fuction has two parts:
a _______ and a _______
Header and Body
Instructions written for computers to read.
Code
A data type the works similar to a storage box
Variable
Rules for writing code.
Syntax
0rganizes and protects code
Encapsulation
Encapsulation
Inheritance
Polymorphism
When an expression joins strings it is called what?
Concatenation
Performs a specific task and can be used over and over again.
Function
a bundle of data and actions that represent something in a program
object