True/False
The following is an example of a nonstructured program:
100 PRINT "Enter a number (or 0 to quit): "
110 INPUT N
120 WHILE N <> 0
120 IF N < 0 THEN PRINT "Your number is negative."
130 IF N > 0 THEN PRINT "Your number is positive."
140 PRINT "Enter a number (or 0 to quit): "
150 INPUT N
160 END WHILE
200 PRINT "Thank you!"
Correct Answer:

Verified
Correct Answer:
Verified
Q40: Statements in a sequence structure are performed
Q41: Every time a module is called, the
Q42: The following statement is an example of
Q43: On a flowchart, _ are used for
Q44: A _ structure consists of one or
Q45: A common example used for a sequence
Q46: The JavaScript equivalent of the pseudocode Input
Q47: The following statement is an example of
Q49: Left-brained people tend to favor flowcharts as
Q50: The _ structure evaluates a logical condition,