A Flow Chart represents a sequence of operations or algorithms by using diagrams.
It is advisable to draw a flow chart before writing a computer program.
See the following flow chart.

The flow chart shows the flow of data.
In the above flow chart, it shows the daily time table of a school boy

A. Roll the dice again.
B. He subtracts 3 from 8 to proceed.
C. He adds 2 to 8 to proceed.
D. He gets the probability as 1/2.
Correct Answer: A
Step 1: It is given that the flow chart shows the probability of getting a sum that is a multiple of 5 (5, 10, 15..).
Step 2: Robert gets the sum as 8, which is not a multiple of 5.
Step 3: So, Robert has to roll the dice again.
Q1: Which symbol represents a decision in a flow chart?
Q2: What is the first step in creating a flow chart?
Q: Why are flow charts useful?
A: Flow charts help visualize and plan algorithms before coding, making the development process more efficient.
Q: What are the basic symbols used in flow charts?
A: Common symbols include ovals for start and end points, rectangles for processes, diamonds for decisions, and parallelograms for input/output.