Programming Theory

12345678910111213141516171819202122232425262728
Across
  1. 3. Python function that can be used to place text on individual lines. Can be used when file handling
  2. 8. Count controlled loop
  3. 9. Division that just returns the remainder (%)
  4. 10. One of a range of values needs to be true
  5. 13. Conditional controlled loop
  6. 14. The joining of strings
  7. 17. IF | ELSE
  8. 18. Python function to change text to small case
  9. 22. >=
  10. 23. Python function to extract a range of characters from a string
  11. 25. looping
  12. 27. The w in file handling
  13. 28. In order
Down
  1. 1. Operator that is =
  2. 2. <
  3. 4. The r in file handling
  4. 5. Both values need to be true
  5. 6. Changing from one data type to another
  6. 7. Sub program (routine) that does not return a value
  7. 8. Sub program (routine) that returns a value
  8. 11. An subprogram that calls itself
  9. 12. Division that just returns the whole number (// - floor)
  10. 15. An identifier for a value in memory that may change while the programming is running
  11. 16. Operator that is ==
  12. 19. >
  13. 20. An identifier for a value in memory that does not change while the programming is running
  14. 21. Getting a range (certain characters) of a string
  15. 24. The opposite value
  16. 26. Popular character set