Chapter 2 Words

1234567891011121314151617
Across
  1. 3. A type that represents sequences of characters
  2. 4. The operation that divides two numbers and disregards the fractional part
  3. 6. An operator, denoted with a percent sign, that works on integers and yields the remainder when one number is divided by another
  4. 9. To simplify an expression by performing the operations in order to yield a single value
  5. 11. One of the basic units of data
  6. 12. A combination of variables, operators, and values that represents a single result value
  7. 13. A category of values
  8. 15. One of the values on which an operator operates
  9. 16. Joining two operands end to end
  10. 17. A reserved word that is used by the compiler to parse a program; you cannot use keywords
Down
  1. 1. A memory aid
  2. 2. Information in a program that is meant for other programmers and has no effect on the execution of the program
  3. 4. A type that represents numbers with fractional parts
  4. 5. The set of rules governing the order in which expressions involving multiple operators and operands are evaluated
  5. 7. A type that represents whole numbers
  6. 8. A section of code that represents a command or action
  7. 10. Assigning a value to a variable
  8. 11. A name replacing value
  9. 14. A special symbol that represents a simple computation