This printable crossword puzzle on the topic of Computer Science & Technology has 16 clues. Answers range from 5 to 10 letters long. This crossword is also available to download as a Microsoft Word document or a PDF.
Data type used to store a string of characters.
An international network of networks.
The programs and other operating information used by a computer
Data type that stores a single character.
A block of variables of the same type using a single name and an index value
A set of rules specifying a how to solve a problem.
Diagram of the sequence of operations in a computer program.
To perform logical operations on (data) according to programmed instructions in order to achieve a desired result.
A subset of code within a larger program, which performs a specific task.
A subroutine that executes the statements and returns a single value to the program.
A subroutine that executes the statements and returns control to the program.
The pathway through a program is selected by using a condition to decide on what instructions to execute next.
Set of instructions to be carried out in the order they are written.
A single instruction or step within a program.
A group of instructions is executed repeatedly until a condition is met (a loop).
When control structures are inserted within other control structures.