CS Revision 9.1

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