Here are the answers to the quiz questions:
1. A flowchart represents an algorithm in graphical symbols. It shows the steps as boxes of various kinds, and their order by connecting them with arrows.
2. On-page connector
3. Sequence - Steps executed in order one after the other.
4. Selection (Binary) - Used to represent operations where there are two possible selections based on a condition being true or false.
5. Repetition - Allows a portion of the algorithm to be repeated as long as a condition is met. It has two variants: pre-test and post-test.