This printable crossword puzzle on the topic of Computer Science & Technology has 13 clues. Answers range from 4 to 17 letters long. This crossword is also available to download as a Microsoft Word document or a PDF.
A finite sequence of instructions that, when applied to a problem, will solve it
A method of giving values to variables
A computer program that automatically converts instructions in a high-level language to machine
The process whereby a variable receives its initial value
The physical computing machine and its support devices
Data obtained by a program from the external world during execution
The language used directly by the computer in all its calculations and processing machine
Information that is produced by a pro- gram and sent to the external world
A memory location, referenced by an identifier, whose value can be changed during execution of a program
The form or structure of a sentence in a programming language
A program that allows users to enter and run Python program expressions and statements interactively
a collection of commands in a file designed to be executed like a program. The file can of course contain functions and import various modules, but the idea is that it will be run or executed from the command line or from within a Python interactive shell to perform a specific task
A program that translates and executes another program