Multiple Choice
The pseudocode for an iterative method is shown below. What statement is missing from the area labeled (b) ?
Sailboat.sail to (target)
(a) ( not [sailboat is within 5 meters of target] )
{
Do together
{
Sailboat.turn to face target
Sailboat.move forward 2 meters
}
}
(b)
A) For
B) If
C) While
D) Stop
Correct Answer:

Verified
Correct Answer:
Verified
Q37: For complex problems that can be broken
Q38: The pseudocode for an iterative method is
Q39: _ occurs when a method calls itself
Q40: The marble floor of the Sistine Chapel
Q41: After reading the specifications for a project,
Q43: Seemingly random events, such as an electronic
Q44: A method that uses linear recursion can
Q45: An object is really just a set
Q46: There is some evidence that the human
Q47: Often it is better to use recursion