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