Unit 2
Across
- 3. 10
- 4. The order that commands are executed
- 5. Set of instructions
- 7. The smallest unit of data in a computer
- 11. An algorithm provides this to the computer
- 13. Sort that starts by dividing items into two groups
Down
- 1. A diagram that represents instructions
- 2. 8 bits
- 6. Sort that removes its entries one at a time and then inserts each of them into a sorted part
- 8. Search that checks each item in the list in order
- 9. Search that starts by dividing the list in half
- 10. Sort comparing each item in the list with the item next to it, and swapping them if required
- 12. sort by selecting the smallest unsorted item and then swapping it