Computing-Programming

Mrs Chambers

?
Algorithm
Step-by-step ordered strategies. (e.g, Flowchart/Pseudo code)
1 of 9
Pseudo code
A method of describing an algorithm using STRUCTURED ENGLISH, close to programming language.
2 of 9
Pattern Recognition
Relating existing solutions to new problems.
3 of 9
Decomposition
Breaking big problems into small parts
4 of 9
1;
Decomposing problem into sub-problem
5 of 9
2;
solving each individual sub-problem
6 of 9
3;
composing solutions together (testing the outcome)
7 of 9
Abstraction
Using levels of detail to simplify complexity
8 of 9
Variable
A problem liable to change/ which can be changed
9 of 9

Other cards in this set

Card 2

Front

A method of describing an algorithm using STRUCTURED ENGLISH, close to programming language.

Back

Pseudo code

Card 3

Front

Relating existing solutions to new problems.

Back

Preview of the back of card 3

Card 4

Front

Breaking big problems into small parts

Back

Preview of the back of card 4

Card 5

Front

Decomposing problem into sub-problem

Back

Preview of the back of card 5
View more cards

Comments

No comments have yet been made

Similar Computing resources:

See all Computing resources »See all Programming resources »