51.1k views
1 vote
Raven needs to choose a variation in the flow of control in computer programming. Which possible option should Raven select to change the flow of control of instructions in computer programming.

A.

branch to random program statement

B.

branch to two program statements simultaneously

C.

select one program statement only

D.

execute a set of program statements sequentially

User Jay Prall
by
4.0k points

1 Answer

3 votes

Answer:

Option B. branch to two program statements simultaneously

Step-by-step explanation:

In order to choose a variation in the flow of control in computer programming, Raven needs to branch to two program statements simultaneously. This results in the system running efficiently.

User Dastrobu
by
3.9k points