What is an algorithm?
• An algorithm is a set of rules or a sequence of steps specifying how to solve a problem, independent of any programming language.
What do all algorithms have?
What is an integer?
Positive or negative whole numbers
What is a real/float?
Stores numbers with decimal places/values
What is a character?
Letters, numbers and special characters typically represented in ASCII.
What is a string?
• Stores alphanumeric combinations and texts, group of characters.
What is a variable?
What is an identifier?
User defined name of the programming element.
What is a constant?
What are the advantages of using constants?