Variables, Constants, and Operators

123456789101112
Across
  1. 2. Logical operators: AND/OR/NOT/etc.
  2. 4. Finds the remainder of two numbers
  3. 6. An item that an operator is acting on
  4. 8. Characters combining an arithmetic operator and an assignment operator
  5. 10. A location in memory that holds one or more values
  6. 11. For example, addition, subtraction, division, multiplication
Down
  1. 1. A piece of stored information that can be manipulated by the computer.
  2. 3. Sets the value of an argument
  3. 5. Providing data from the program to either the user or to a file
  4. 7. A value that cannot be changed while the program is running
  5. 9. A character representing a simple operation carried out by the CPU
  6. 12. Accepting data from the user for use in the program