Computer science

123456789101112131415161718192021
Across
  1. 4. a data type that has 2 options (true/false)
  2. 8. informal way of programming
  3. 10. data values that stay the same
  4. 12. diagram that depicts a process or system
  5. 15. repeating steps over and over again
  6. 16. Term for a issue in the program
  7. 17. series of memory locations
  8. 18. The software used for python programs
  9. 19. are the main logical structure of programs
  10. 21. repeatively execute a program/statement
Down
  1. 1. only runs when the condition is met
  2. 2. is used to set a value to a variable name
  3. 3. Change the data type of the constant
  4. 4. maximum transfer rate for data
  5. 5. composed of a number that is not an integer
  6. 6. the name of the error
  7. 7. a control flow statement to allow code to run
  8. 9. is traditionally a sequence of characters
  9. 11. outputs a message
  10. 13. A data value that can change
  11. 14. whole numbers represented as binary values
  12. 16. made of 4 bits
  13. 20. it means else if