Across
- 5. type of sort where you split the data into pairs and then regroup it back together gradually
- 6. word used within images to describe the height x width x the colour depth
- 7. the frequency with which you record the amplitude
- 10. type of search where the data has to be in order first
- 12. type of error in Python where the code does not do as expected but still runs
- 13. the programming construct that means reading the code step by step in order
- 14. the title given to improving code
- 17. removing unnecessary details from a problem
- 18. type of error in Python where the format of a command is incorrect
- 22. an additional digit at the end of a string to check mistakes.
- 23. the programming construct that includes if/elif and else
- 27. type of sort where you put each item in the correct place
- 28. the third word in SQL statements
- 29. data type for 'a' or '1' or '£'
- 30. type of sort where you compare pairs of data
- 32. type of compression where you lose quality of the file
- 35. the programming construct that uses loops
- 37. checking data input is correct
- 38. the first word in SQL statements
- 41. language that includes assembly language and machine code
- 42. testing that takes place at the end of the code writing
Down
- 1. testing that takes place through the writing of a code
- 2. a type of subroutine in code that DOES NOT return a value
- 3. a location in memory that CAN change
- 4. the word given when you change a variable from one data type to another
- 8. breaking down a problem into smaller problems
- 9. a location in memory that DOES NOT change
- 11. a type of subroutine in code that DOES return a value
- 15. data type for whole numbers
- 16. a measure of amplitude at a point in time
- 19. the logic gate that reverses the value
- 20. the word to describe the ways to make code more understandable. e.g. comments, functions, indents
- 21. smallest unit of data
- 24. data type for decimals
- 25. 0-9 A-F
- 26. 1024/1000 gigabytes is 1 what....?
- 31. data type for yes/no, true/false
- 32. type of search where you check every item
- 33. language that includes Python, visual basic, Java
- 34. data type for text
- 36. the second word in SQL statements
- 39. the name given for how logic gates are stored in binary format
- 40. type of compression where you do not lose data
