Describe a flowchart. Describe the various symbols used in flowcharts. To calculate the basic interest on a savings bank deposit, create a flowchart.
What is a Flowchart? Explain different symbols used in Flowchart. Draw a Flowchart for finding the simple interest on a saving bank deposit.
Share
A flowchart is a graphical representation of a process or algorithm using various symbols connected by arrows to depict the sequence of steps. It provides a visual way to understand the logic of a process and is commonly used in programming, engineering, and business.
Different symbols used in flowcharts include:
Here's a flowchart for finding the simple interest on a saving bank deposit:
In this flowchart, "Start" and "End" represent the beginning and end of the process. "Input P, R, T" indicates inputting principal amount (P), interest rate (R), and time (T). "Calculate SI" calculates the simple interest using the formula. "Output SI" displays the calculated simple interest, and finally, "End" marks the end of the process.