200
_____________ is breaking down a problem into manageable parts.
__________ is a way of testing the performance of a program.
_________ data is data that cannot be processed by the program.
An _________ is an error that can stop a program from running.
A ________ is a subroutine that returns a value.
A ______ variable is accessible from the whole program.
A global ________ is accessible from the whole program.
_____ is when data is received by a computer program.
The _________ sort is a simple sorting algorithm that builds a sorted list one item at a time.
The insertion ____ is a simple sorting algorithm that builds a sorted list one item at a time.
An ___________ is a single command for a computer to process.
An _______ is a data type without decimal values.
_________ means repeating instructions in a loop until a condition is met.
A ______ search is a simple method of searching a data set by examining each item in order.
A linear ______ is a simple method of searching a data set by examining each item in order.
A ____ is a data structure which stores a number of items.
A _____ variable can only be accessed within the section of code in which it was created.
A local ________ can only be accessed within the section of code in which it was created.