Programming 1
Programming 2
Programming 3
Programming 4
Programming 5
100
A precise sequence fo instructions for successfully carrying out a task.
What is an algorithm?
100
The process of going through a program's code to locate and fix a problem or mistake.
What is debug?
100
Can be either the device you use to interact with a computer or an instruction in a program to key in words or numbers using one of those devices.
What is input?
100
Can be either the device a computer uses to give you information or the actual information itself.
What is output?
100
A sequence of instruction written in a language or code that a computer can understand and put into action.
What is a Program?
200
An error in a program that stops it from working in the way it should.
What is a bug?
200
Breaking a problem down into sections in order to be able to solve it more easily.
What is decomposing?
200
The name given to one of the many ways in which a computer can be given instructions in a program.
What is Language?
200
To send output on a screen or on paper.
What is print?
200
The ordered steps in a program.
What is a Sequence?
300
Means "as well as" and is inclusive.
What is an And statement?
300
This means that one piece of programming is contained within another.
What is embed or nest?
300
Exploring something by following a set of rules.
What is Logic?
300
When printing, this puts different pieces of text on the same line.
What is print inline?
300
An accurate representation of a real life activity.
What is a Simulation?
400
When something happens only on the condition something else happens first.
What is a conditional?
400
A computer's way of evaluating something and saying that if it has a particular attribute it will don one thing, otherwise it'll do something else.
What is if...then...else?
400
The process of performing the same task again and again usually, but not always, for a set number of times.
What is loop or repeat?
400
A subset of a program that does a particular thing.
What is a procedure?
400
The number or word we give to a variable.
What is a Value?
500
A collection of numbers and facts before they are processed to become information.
What is data?
500
What data becomes after they are organized.
What is information?
500
Tells the computer what to do with inputs, values, and variables.
What is an operator?
500
In some computer languages it is possible to make the computer perform more than one task at the same time.
What is parallelism?
500
A label to which a value can be assigned.
What is a Variable?