Introduction to Python

Quiz 3: Algorithm & Flowchart

Lesson 3: Algorithms

Quiz 3: Algorithm & Flowchart

Time limit: 10 minutes

1. An algorithm must always terminate after a finite number of steps.

1 pt
  • True
  • False

2. Which flowchart symbol represents a decision (yes/no question)?

1 pt
  • Rectangle
  • Oval
  • Diamond
  • Parallelogram

3. Which Python construct corresponds to a Decision symbol in a flowchart?

1 pt
  • for loop
  • print()
  • if / elif / else
  • input()

4. A parallelogram in a flowchart represents an Input or Output operation.

1 pt
  • True
  • False

5. If the Selling Price is less than the Cost Price, what is the result?

1 pt
  • Profit
  • Break Even
  • Loss
  • No result

6. Match each flowchart symbol to its meaning.

2 pts
OvalRectangleDiamondParallelogram
  • Start or End of the flowchart
  • A process or action
  • A yes/no decision
  • Input or Output operation

Subscribe to our newsletter.

Get updates to news and events.