Explain the difference between the representation of a decision structure and a loop in a flowchart.

What will be an ideal response?


In a selection structure, the logic goes in one of two directions after the question, and then the flow comes back together; the question is not asked a second time within the structure. In a loop, if the answer to the question results in the loop being entered and the loop statements executing, then the logic returns to the question that started the loop. When the body of a loop executes, the question that controls the loop is always asked again.

Computer Science & Information Technology

You might also like to view...

Use the ________ property along with the left, right and/or top property to precisely configure the position of an element.

a. position:absolute; b. position:relative; c. position:float; d. absolute:position;

Computer Science & Information Technology

Banded rows and columns format ________ rows or columns differently from odd rows or columns

Fill in the blank(s) with correct word

Computer Science & Information Technology

Access 2013 incorporates encryption methods to keep databases secure

Indicate whether the statement is true or false

Computer Science & Information Technology

____ view simulates the way a document will look when it is viewed as a Web page.

A. Outline B. Draft C. Print Layout D. Web Layout

Computer Science & Information Technology