Process Specification Flashcards
(8 cards)
What is the purpose of a process specification?
To make sure everyone understands exactly what the process does, with no confusion
What technique balances readability with structure?
Structured English
When should you NOT create a process specification?
For physical I/O, simple validation, or prewritten code.
What do circles and squares represent in a decision tree?
Circles = conditions; Squares = actions
What are the three control structures in Structured English?
Sequential, Decision, Iteration
Best use for Decision Table?
Complex combinations of conditions/actions
When is Decision Tree best used?
When condition/action sequence and multiple branches matter
What’s the max recommended nesting level in Structured English?
Three levels