Conditional branch instructions in computer organization
Answers
Answered by
0
Answer:
A programming instruction that directs the computer to another part of the program based on the results of a compare. High-level language statements, such as IF THEN ELSE and CASE, are used to express the compare and conditional branch.
Similar questions