Which of the following steps is applied to develop a decision table ?
A. List all actions that can be associated with a specific procedure
B. List all conditions during execution of the procedure
C. Define rules by indicating what action(s) occurs for a set of conditions
D. All of the mentioned
Explanation: A decision table includes action stub and a condition stub with a set of rules.
Which of the following steps is applied to develop a decision table ? Read More »
Design and Implementation