...

/

Quiz on Decisions and Branching

Quiz on Decisions and Branching

Test your knowledge of decisions and branching.

We'll cover the following...
Technical Quiz
1.

(Select all that apply.) Which of the following statements are true?

A.

The two-way decision has a true branch and a false branch.

B.

The one-way decision has a true branch and a false branch.

C.

The two-way decision has a branch labeled with else.

D.

The one-way decision has a branch labeled with else.


1 / 6
...