This printable crossword puzzle on the topic of Computer Science & Technology has 11 clues. Answers range from 6 to 18 letters long. This crossword is also available to download as a Microsoft Word document or a PDF.
A sorting method that involves dividing an unsorted list onto two separate elements.
A search method where every value is checked sequentially.
The step in an algorithm where one problem is broken down into smaller sub-problems.
A way of expressing an algorithm where different shapes have different uses.
A way of expressing an algorithm which closely resembles program code.
The step in an algorithm where you remove any unnecessary information/data.
A search method where a list is split in half and you check whether the middle value is higher or lower then your desired value.
A sorting method two numbers are compared to see if they are in order. If not they will be swapped.
Something that allows programmers to follow the value of a variable throughout each line of code.
A step in an algorithm where we check for similarities and differences.
A step in an algorithm where we check for errors.