Multiple Choice
The following pseudocode is an example of a ____ structure. if firstNumber is bigger than secondNumber then
Print firstNumber
Else
Print secondNumber
A) sequence
B) selection
C) spaghetti
D) loop
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q40: _ structures are attached end-to-end.<br>A) Stacking<br>B) Selecting<br>C)
Q41: In a _ structure,you continue to repeat
Q42: Years ago,programmers could avoid using structure by
Q43: With a(n)_ structure,you perform an action or
Q44: All logic problems can be solved using
Q45: Structured programs can be easily broken down
Q46: Most newer computer languages are unstructured and
Q47: The purpose of the _ input step
Q48: Placing a structure within another structure is
Q50: Programs that use _ code are so