Across
- 4. Data type that stores multiple characters
- 5. Logic gate that outputs 1 when at least one input is 1
- 6. Python function that converts a character to lowercase
- 7. Test data at the boundary of valid range
- 8. Number of times the pseudocode runs (FOR count = 1 TO 9)
- 12. Independent code with an identifier that can be called
- 14. Search method that repeatedly halves the list
- 17. Code inside can run multiple times
- 18. Identifier used in the FOR loop pseudocode
Down
- 1. Type of error in code structure
- 2. Python function to generate a sequence of numbers
- 3. Logic gate that outputs 1 when inputs are different
- 6. Python function that calculates length of a string
- 9. Type of test data within expected range
- 10. Logic gate that outputs 1 only when both inputs are 1
- 11. Algorithm that looks for data in a list
- 13. Python function that converts a character to uppercase
- 15. Type of test data outside expected range
- 16. Logic gate that inverts the input
