2.14 Glossary

123456789101112131415161718
Across
  1. 3. One of the basic units of data
  2. 4. Information in a program that is meant for other programmers
  3. 7. To join two operands end to end.
  4. 8. A memory aid
  5. 9. A combination of variables, operators, and values that represents a single result value.
  6. 11. a category of values
  7. 12. A name that refers to a value
  8. 14. The set of rules governing the order in which expressions
  9. 16. A type that represents whole numbers.
  10. 17. A reserved word that is used by the compiler to parse a program
  11. 18. A section of code that represents a command or action
Down
  1. 1. A type that represents numbers
  2. 2. A special symbol that represents a simple computation
  3. 5. One of the values
  4. 6. An operator, denoted with a percent sign
  5. 10. To simplify an expression
  6. 13. A statement that assigns a value to a variable.
  7. 15. A type that represents sequences or commands