Expressions that result in the value of True or False: AND - OR - NOT
Data type for whole numbers.
The process of executing code in order, line by line.
Data type for decimal numbers.
The act of changing from one data type to another.
Operators used to compare data: == < > != <= >=
Operators used to perform calculations with data.
The act of joining character strings.
Using decisions to structure your program.
A storage location which can contain one value.
A data type that that is made up of characters. "Hello World"
A data structure to store multiple values.
A set of rules that are checked when data is entered.
Repeating a section of code. Often referred to as looping.
The operator used to assign a value to a data store.
The ability to read, write and append data to and from a file.
A character set that allows 128 different characters.
A data store containing a value that cannot change.