I am getting ready to teach a language (specifically, PHP) to someone without any background in programming. I want to make sure I don't forget any important vocabulary. This is what I have so far:
- Function/Method
- Variable
- Class
- String
- Integer
- Boolean
- Float
- Static Typing (Not needed for PHP but should be understood.)
- Dynamic Typing
What other terms are important for someone new to programming to understand?
Looking for words relevant to any language.