Across
- 2. A way to check the value of two things (less than, greater than, equal to)
- 5. A way for the computer to make a decision
- 6. Writing code to run in order from top to bottom
- 7. Breaking down code into smaller chunks
Down
- 1. Blocks of code that will repeat over and over
- 3. Procedures for solving problems in code
- 4. A data type that only has two values (True/False)
