C++ basic terminology

12345678910
Across
  1. 3. Instructions directly for the compiler
  2. 7. Used to name and refer to artefacts
  3. 8. Constructs that capture the steps to achieve some tasks
  4. 9. Things you get the computer to do
  5. 10. An action/instruction in your code
Down
  1. 1. ___ are used to define different kinds of data (e.g., string, int, double)
  2. 2. The values given to a procedure to configure what it does
  3. 4. Things you can create
  4. 5. (7) that have specific meanings for the programming languages
  5. 6. Part of a statement that calculates a value