2.1.3 Thinking Procedurally Flashcards

1
Q

Thinking Procedurally

A

Thinking procedurally : Process of making a program simpler by breaking large problem down into simpler sub problems which are easier to understand and design and solve.
- Involves problem decomposition

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Thinking Procedurally - Structured programming

A

Structured Programming :
- Uses top down analysis for problem solving - identify major tasks and break into sub tasks
- Tasks and subtasks written as separate, self-contained modules using local variables
- Structured code used for each module (Selection, iteration and sequence only three structures used)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly