Chapter 2

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