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