In the flowchart the symbol of rectangle with one curvy side is used to show
Answers
Answer:
In the flowchart, the symbol of rectangle with one curvy side is used to show or represent the document printed.
There are also other symbols used in a flowchart that represent various steps or actions.They are all connected with the help of arrows or lines that makes it a meaningful algorithm altogether.
Answer:
Indicates a report or document.
Step-by-step explanation:
A Flowchart is a representation of workflow, process or computer algorithm. It represents the step-by-step approach of solving a problem.
In a flowchart, different shapes indicate different purpose.
1. Oval - It is used as a terminator to represent the start and end of a process.
2. Rectangle - It is used to represent action or process.
3. Rhombus - It represents different decisions emerging from different points.
4. Parallelogram - It holds the input or output information.
5. Circle - It is used as a connector to indicate the flow connection to the next symbol.
6. Hexagon - It indicates preparation taken for the following steps.
7. Rectangle with a curvy side - It indicates a report or document.
#SPJ2