Unit 4 - Variables, Conditionals, and Functions
Across
- 4. Allows a program to change the value represented by a variable
- 5. An ordered sequence of characters.
- 8. Affects the sequential flow of control by executing different statements based on the value of a Boolean expression.
- 10. NOT, AND, and OR, which evaluate to a Boolean value.
Down
- 1. A named group of programming instructions. Also referred to as a "procedure".
- 2. <, >, <=, >=, ==, != indicate a Boolean expression
- 3. A data type that is either true or false.
- 6. A named reference to a value that can be used repeatedly throughout a program.
- 7. A command that executes the code within a function
- 9. A combination of operators and values that evaluates to a single value