Unit 4 - Variables, Conditionals, and Functions

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