What is programming
What is a Sequence
What is Branching
What are IF statements
What is IF ELSE statements
What are ELIF (ELSE IF) statements
What is SELECT CASE
What is Iteration
What are FOR loops
What are WHILE loops
What is Nesting
What is Recursion
What are the advantages of recursion over iteration?
What are examples of data types
What is a Variable
What is Modularity
What are Local Variables
What are Global Variables
What is a subroutine
What is a function
What is a procedure
What is passing parameters by value
What is passing parameters by reference
What are IDEs