These questions come from the Web, class handouts, and the text.
After reading each question carefully, choose the appropriate response from the alternatives. After selecting the correct response, you should click on the other choices to get some additional feedback. When you are finished you can click on the "Back" button on the navigational tool bar at the top of the page to return to the Practice Page. Click on the Unit 2 button to return to the beginning of the lesson.
With a(n)______ structure, you perform an action or event, and then you preform the next action in order.
linear
decision
sequence
repetition
With a(n)________ structure, you ask a question, and depending on the answer, you take one of two courses of action.
repetition
goto
sequence
selection
Structures connect to each other _______.
only at their entrance points
only at their exit points
only when decisions are made
Both A and B
This figure is an example of a(n)_________ structure.
sequence
loop
brick
selection
The flowchart below represents a program written to read numbers from a list and then double each number until the list has been completed. Which statement is true about the figure below?
The program logic is structured, but it doesn't work.
The program logic is structured, and it works.
The program logic is unstructured, and it doesn't work.