NEW
Font size
WorksheetsCoding Vocabulary Quiz
Total questions: 20
Worksheet time: 10mins
is when something happens only on condition something else happens first.
Conditional
Bug
Data
tells the computer what to do with inputs, values and variables.
Operator
Information
If...then...else
Loop
is what data becomes after they are organized. It might be reported in words or a chart of some sort.
Data
Information
Conditional
Procedure
are a collection of numbers and facts before they are processed to become information.
Data
Sequence
Debug
transfer some output (words, numbers, images) on a screen or on paper.
Algorithm
Output
Procedure
can be either the device a computer uses to give you information or the actual information itself... can come in many forms such as words, images, movement and sound.
Output
Embed
Parallelism
Value
name given to one of the many ways in which a computer can be given instructions in a program. Examples: C++, JavaScript, Logo, PHP, Python and Ruby.
Language
Value
Conditional
Data
is a sequence of instructions (or algorithm) written in a language or code that a computer can understand and put into action. Must be accurate to be correct.
Program
Loop
Value
Operator
is the process of going through a program's code to locate and fix a problem or mistake.
Debug
Parallelism
Value
Embed
is the process of performing the same task again and again usually, but not always, for a set number of times.
Loop
Conditonal
Program
Decomposing
is when you break a problem down into sections in order to be able to solve it more easily.
Decomposing
Algorithm
Output
Sequence
it means that one piece of a program is contained within another.
Embed
Bug
Loop
Value
explaining something by following a set of rules, even if they don't always realize that. Using the word 'because' can show reasoning. Guessing is not.
Logic
Operator
Procedure
is a subset of a program that does a particular thing. It can be called up by the main program at any time to save having to type it out again and again.
Procedure
Conditonal
Program
Language
the number or word we give to a variable.
Value
Bug
Embed
Sequence
is a computer's way of evaluating something and saying that if it has a particular attribute it will do one thing, otherwise it'll do something else.
If...then...else
Logic
Value
Algorithm
a precise sequence of instructions for successfully carrying our a task. It can be written in everyday language but the steps might be capable of translation into a programming language.
Algorithm
Logic
Sequence
Value
is an error in a program that stops it from working in the way it should.
Bug
Decomposing
Information
Data
the ordered steps in a program.
Sequence
Conditional
Algorithm
in some computer languages it is possible to make the computer perform more than one task at the same time.
Parallelism
Output
Debug
