SLR 20 Flashcards
Thinking Procedurally (3 cards)
1
Q
What structure diagram can be used for breaking down problems into sub problems?
A
A top-down mobular design structure diagram which uses stepwise refinement
2
Q
What structures can be used to show the steps of an instruction?
A
A flowchart :)
3
Q
What’s the difference between a function and procedure?
A
A function returns a value while a procedure doesn’t