Which are the 5 different flowchart symbols?

Call out symbol
Process symbol
Decision symbol
Routine symbol
Initialization symbol
Flow direction Indicator
Terminal symbol
Detour symbol

Actually, there are several commonly used flowchart symbols, and the five you mentioned are not all correct. Let me explain the correct symbols to you:

1. Terminal Symbol: This symbol is used to represent the start and end points of a program or process. It is typically represented by an oval shape with the word "Start" or "End" inside.

2. Process Symbol: This symbol represents an action or process that needs to be performed. It is represented by a rectangle with rounded corners and typically contains a brief description of the process inside.

3. Decision Symbol: This symbol is used to represent a decision point where the flowchart branches into two or more possible paths based on a condition. It is typically represented by a diamond shape, with "yes" or "no" written inside.

4. Connector Symbol: This symbol is used to connect different parts of a flowchart that are spread across multiple pages or sections. It is represented by a circle or a rectangle with lines entering and exiting from it.

5. Off-page Connector Symbol: This symbol is used to connect flowcharts that are located on different pages or sections. It is represented by a small circle or rectangle with a letter or number written inside.

So, the correct flowchart symbols are Terminal Symbol, Process Symbol, Decision Symbol, Connector Symbol, and Off-page Connector Symbol.