Applications of Programming
Virginia SOL CM.AP.3
Verify how programs access and process variables.
What students need to be able to do
- Verify that variable types are aligned to the purpose of the algorithm.
- Verify that global variables are set to constant values before run time.
- Differentiate between the scopes of variables (e.g., global scope vs. local scope) and verify intended use.