Multiple Choice
The use of positive logic or negative logic:
A) Has either the true or the false proceeding to another IF/THEN/ELSE instruction.
B) Has either the true of the false proceeding to execute an action and then proceed to the next instruction.
C) With the exception of the last nested IF/THEN/ELSE instruction does not allow both the true and the false to execute an action.
D) All of the above.
Correct Answer:

Verified
Correct Answer:
Verified
Q2: Using the decision straight through logic structure
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