cs 1.2. Flashcards
(3 cards)
1
Q
procedural programming paradigm
A
formed from sequences of instructions, and subroutines form parts of the program, designed from the top down.
2
Q
advantages of structured approach
A
makes maintaining program easier, split into modules so testing can be carried out on individual ones, before being combines and development can be split overt eat off developers
3
Q
hierarchy charts
A
graphically represents structure of structured program, each procedure is displayed as a rectangle which is connected to other procedures