What is an algorithm?
An algorithm is a set of rules or a sequence of steps specifying how to solve a problem. They all have input, processing and output.
Give five examples of the different data types used in programming
What are variables?
Identifiers given to memory locations whose contents will change during the course of the program.
What are constants?
Identifiers given to memory locations whose contents never change during the course of the program. Not all programming languages allow you to define constants.