This printable crossword puzzle on the topic of Computer Science & Technology has 32 clues. Answers range from 3 to 16 letters long. This crossword is also available to download as a Microsoft Word document or a PDF.
A list of steps to finish a task. A set of instructions that can be performed with or without a computer. For example, the collection of steps to make a peanut butter and jelly sandwich is an algorithm.
Another term for parameter
A wireless method of sending information using radio waves.
A number or string (or other things to be named later) that can be stored in a variable or computed in an expression.
A way of representing information using only two options.
A name that refers to a value. Stores a piece of data, and gives it a specific name.
a data type that has two possible values: “true” and “false”
A relatively easy-to-remember address for calling a web page (like www.code.org).
An error in a program that prevents the program from running as expected.
The set of rules that defines the combinations of symbols that are considered to be a correctly structured document or fragment in that language.
A datatype that is a single character which can be a letter, number, or symbol.
One or more commands or algorithm(s) designed to be carried out by a computer.
Any finite sequence of characters (i.e., letters, numerals, symbols and punctuation marks)
Computers that exist only to provide things to others.
An instruction for the computer. Many commands put together make up algorithms and computer programs.
is a detailed, yet readable, description of what a computer program or algorithm must do, expressed in languages that humans use naturally rather than in a programming language
Information in a program that is meant for other programmers (or anyone reading the source code) and has no effect on the execution of the program
Information
Finding and fixing errors in programs
A collection of instructions (algorithms) that performs a specific task when executed by a computer.
A name used inside a function to refer to the value which was passed to it as an argument.
Small chunks of information that have been carefully formed from larger chunks of information
The construct that allows the repeated execution of segment of code until a terminating condition has been satisfied
A repetitive action or command typically created with programming loops.
Break a problem down into smaller pieces.
Someone who acts safely, responsibly, and respectfully online
An action that causes something to happen.
A number assigned to any item that is connected to the Internet
A data type that represents a positive or negative whole number
The information about someone on the Internet.
Sometimes called a procedure. A named sequence of statements that performs some useful operation
Data to be entered into a computer for processing