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