Prog Vocab BW
Prog Vocab BW
Prog Vocab BW
carrying out a task. It will be written in everyday language but the steps
might be capable of translation into a programming language. There might be a
number of workable algorithms for a task but not all will be as efficient as the others.
Algorithm
A bug is an error
in a program
that stops it from working
in the way it should.
A conditional is
when something
happens only on condition
something else happens first.
See also: IfThenElse
Debug
AND / OR
Conditional
Data are a
collection of
numbers and facts before
they are processed to
become information.
Data
Decomposing is
when you break
a problem down into sections in order
to be able to solve it more easily.
Decomposing
Debugging is
the process of
going through a programs
code to locate and fix a
problem or mistake.
Embed (Nest)
If something is
embedded or nested
in a program it means that one piece of
programming is contained within another.
IfThenElse is a computers
way of evaluating something
and saying that if it has a particular attribute it
will do one thing, otherwise itll do something else.
IfThenElse
Language
Logic
Output
Parallelism
Procedure
A 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.
Program
A simulation is an accurate
representation of a real life activity.
We use simulations when something is either too
dangerous or too expensive to do for real.
Value
Simulation
Basic
Programming
Vocabulary
Bug
Information is what
data becomes after
they are organised. It might be reported in
words or a chart of some sort. (See data)
Information
To loop or repeat
is the process of
performing the same task again and
again usually, but not always, for a set
number of times.
Loop/Repeat
Input
#Rule#
Print Inline
(Code Crunch)
Explore the
super computer.
Click on the words to find
out what they mean.
Variable
An operator
tells the computer
what to do with inputs values
and variables. (See inputs values
and variables.)
Operator
Sequence
In programming
a sequence
means the ordered steps
in a program.