Chapter-2 (Flow Chart)



Question: What is Flowchart?

Answer: A flowchart is a type of diagram that represents an algorithm, workflow or process, showing the steps as boxes of various kinds, and their order by connecting them with arrows. This diagrammatic representation illustrates a solution model to a given problem.

Question:  Define Flowchart Symbols?

Answer: 

 Basic flowchart symbols
 Question: What is flowchart Structure?
Answer:

There are three types of flowchart Structure:-
1. Selection
2. Iteration
3. Sequence

Question: What is Sequence Structure in Flowchart?
Answer: 




Question: What is Selection Flowchart/ Decision Flowchart?
Answer:




Question: What is Iteration Flowchart/ Loop Flowchart?
Answer: