Multiple Choice
Using the decision straight through logic structure for multiple decisions:
A) Has the true proceeding to the next instruction and the false executing an action.
B) Has the true proceeding to another IF/THEN/ELSE instruction and the false executing an action.
C) Has the false proceeding to the next instruction and the true executing an action.
D) None of the above.
Correct Answer:

Verified
Correct Answer:
Verified
Q1: The use of positive logic or negative
Q3: A good application for the case structure
Q4: The indented algorithm of a positive logic
Q5: A decision table consists of:<br>A)The conditions and
Q6: The false statements are always executed using:<br>A)Straight-through
Q7: The decision table is an important communication
Q8: Case logic structure may be used to:<br>A)Indicate
Q9: The use of the OTHERWISE in the
Q10: There must be only one instruction for
Q11: A decision table allows the developer to