Multiple Choice
In the algorithm below, the Display statement for the result is considered output, so on a flowchart, it is placed in a ____.
Start
// Declare variables
Declare Numeric age, newAge
// Get user's age
Display "Please enter your age: "
Input age
// Compute age in 10 years
NewAge = age + 10
// Display new age
Display "In 10 years, you will be " + newAge
Stop
A) rectangle
B) parallelogram
C) terminal symbol
D) annotation box
Correct Answer:

Verified
Correct Answer:
Verified
Q31: _ is a way of designing, writing,
Q32: The following statement is an example of
Q33: On a flowchart, a variable declaration is
Q34: Look at the following pseudoocode and insert
Q35: Modular programming helps keep your main program
Q37: Flowcharts can be drawn to move from
Q38: The "stored programming" concept developed by John
Q39: Structures are easy to find and change:
Q40: Statements in a sequence structure are performed
Q41: Every time a module is called, the