Chapter 2

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