Download as doc, pdf, or txt
Download as doc, pdf, or txt
You are on page 1of 2

ECT 108 Flowcharts and Number Systems Lab 1 1.

Describe each of the Flowcode flowcharting symbols in the table below. Used for:

Used for:

Used for:

Used for:

Used for:

Used for:

Used for:

Used for:

Used for:

Used for:

ECT 108 Flowcharts and Number Systems

1. Why should a programmer use flowcharts?

2. Define a sequence structure.

3. Describe how a selection structure works.

4. How does a loop structure operate?

5. Which structure is a group of tasks executed unconditionally one at a time?

6. The ________ structure requires a question be asked that results in a True or False condition.

7. The statement If condition is true then do one process else do the other process is an example of a _________ structure.

8. Which structure repeats a segment of code until the segment is no longer needed?

9. Another name for a loop is _________.

10. Programmers often refer to a loop as a _________ construct.

You might also like