This printable matching worksheet on the topic of Computer Science & Technology has 19 questions and answers to match. This matching worksheet is also available to download as a Microsoft Word document or a PDF.
Telling a computer what to do.
Write code to build their own apps and games.
Is a specific action for the computer to perform.
Is the order in which the commands are given.
Is an error in your code.
Is the process of identifying and fixing the error.
A collection of commands grouped together and given a name.
Runs a block of code over and over for a set number of times.
Something that you test that results in true or false.
A block of code that will run only if something is true.
A loop that runs a block of code as long as a given condition is true.
Is a step-by-step set of rules or instructions.
Is an informal description of code intended for human reading.
Named container that stores a value. The value can change over time.
Is a named grouping of properties and methods of a kind of data.
Creating a new instance of a type and setting initial property values.
Extra information that gets passed to a function.
A collection that stores an ordered list of items.
The number that represents the position of an item in an array.