Chapter 2 Words

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