design and testing programs Flashcards

1
Q

what is structured programming?

A

involves decomposing the program into more manageable chunks or modules. these can then be decomposed into smaller tasks. an easy way of doing this is through subroutines.

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

advantages of structured programming (4)

A

coding is easier because you’re only writing subroutines that carry out very simple individual tasks
multiple programmers can work on one program as each module can be written independantly
easier to test as each module can be tested independantly
individual subroutines or modules can be fixed and updated individually

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