Conditional transfer instructions are used to branch or change the sequence of program control, depending on the outcome of the __________
Directive
Execution
comparison
Instructions
1
Expert's answer
2014-10-09T01:07:24-0400
Solution: Transfer of control instructions are of two types,conditional or unconditional. Conditional transfer instructions are used to branch or change the sequence of program control, depending on the outcome of the comparison. If the out-come of acomparison is true, control is transferred to a specific statement number; if it proves false, processing continues sequentially through the program. Unconditional transfer instructions are used to change the sequence of program control to a specified program statement regardless of any condition.
Comments
Leave a comment