High-Level Programming Language
A language that has English-like key words and commands to express the basic constructs of sequence, selection (decision) and iteration (repetition)
Variable
A location in memory that contains one or more data values
Identifier
A unique name given to each variable, procedure or function
Integer division (DIV)
Returns only the whole number part of a division
Compiler
A program that translates source code into executable object code
Console application
A program that runs in a text based window into which the user types and which displays the text output from the compiler