Computer Science

1234567891011121314151617181920212223
Across
  1. 4. A structure that allows repeating a block of code multiple times
  2. 6. A number system that uses only 0 and 1
  3. 7. A data structure that stores elements of the same type in consecutive positions
  4. 9. A data type that can only have two values: true or false
  5. 10. The value that indicates something is correct or valid
  6. 11. An online platform for programming Microbit and other devices
  7. 13. The process of finding and fixing errors in code
  8. 14. A storage space in memory used to hold data that can change
  9. 17. The process of arranging items in a particular order, such as ascending or descending
  10. 18. The process of repeating an action or set of instructions
  11. 21. A collection of programs that enable a computer to perform tasks
  12. 22. The specific position of an element within an array
  13. 23. A series of logical steps to solve a problem or complete a task
Down
  1. 1. The information or data stored in a variable
  2. 2. Numbers that indicate a position in space, like on a graph or screen
  3. 3. The value that indicates something is incorrect or invalid
  4. 5. A programming language popular for its simplicity and versatility
  5. 6. A group of 8 bits
  6. 8. A natural language description of an algorithm before coding it
  7. 12. A small programmable device used in education
  8. 15. The smallest unit of information in computing
  9. 16. Statements in programming that execute code based on a condition
  10. 19. A data type used to store sequences of characters, like text or words
  11. 20. A note written in code to explain its function; it doesn't affect execution