I am getting ready to teach someone without any background in programming a language (PHP) 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
Are there any others that you think are important for a someone new to programming to understand.
Looking for words relevant to any language.