Programming Test

1234567891011121314
Across
  1. 2. A character that presents a specific mathematical or logical action or process
  2. 3. A predefined, reserved words] with special meaning to the compiler
  3. 7. Written material that describes how a product is used
  4. 9. A name given to an entity by the developer
  5. 11. Combined definition and declaration of a variable
  6. 13. A set of data types from which all data types are constructed
  7. 14. A logical grouping of methods that serve a similar purpose.
Down
  1. 1. To link things together in a chain or series. Or combine 2 strings into 1.
  2. 4. Assigning a value to an existing variable
  3. 5. A structure of code that is grouped together. Code _____
  4. 6. Giving a variable a name, but not a value
  5. 8. Data stored in a variable or returned by a method. Data ____
  6. 10. A storage location associated with a name
  7. 12. A software application that assists software engineers in developing code efficiently