Code A program often referred to as source code or just code, is a set of special instructions to tell the computer what tasks to perform. Statements A group of words, numbers, and operators that performs a specific task is a statement. a = b * 2; Expressions A set of variables, values…