Logic error

Error in a program which does not cause a program to crash but causes unexpected results.

Input sanitation

The process of checking entered data and removing dangerous inputs which could otherwise be used to cause damage to a…

Boolean operator

AND, OR and NOT. Used to test inputs or outputs and make a decision based on what is input into…

Array

A set of data values of the same type, stored in a sequence in a computer program. Also known as…

Variable

A memory location within a computer program where values are stored.

Statement

The smallest element of a programming language which expresses an action to be carried out.