How are algorithm and flowchart used in programming?
Answers
Answered by
0
Algorithms are step by step sequential instructions used to tell your computer which steps to take in order to solve a problem.
Flowcharts are geometric diagrams that represent an algorithm. A flowchart will show the steps as different shapes and use the arrows to connect each step.
The oval is used at the beginning and the end of the program
The rectangle is used to show a process/ the steps of the program
The paralelagram is used to show an input or an output in the program
i really hope that this helps you :)
Answered by
5
Explanation:
In computer science, mathematics, management science, economics and bioinformatics, dynamic programming is a method for solving a complex problem by breaking it down into a collection of simpler ...
Similar questions