Questions for test
1) what if flowchart?and explain with symbols
2) Give thi difference between algorithm and flowchart
3)what is algorithm ?
Write a algorithm to do addition of two numbers
4)drow flowchart for area of circle .
&
And swap two numbers using temporary variable.
Answers
Answered by
0
Answer:
Flowcharts use special shapes to represent different types of actions or steps in a process.
- The Oval. An End or a Beginning. The oval, or terminator, is used to represent the start and end of a process. ...
- The Arrow indicate Directional Flow. ...
The Diamond indicate a Decision.
A flowchart is a graphical representation of an algorithm. Programmers often use it as a program-planning tool to solve a problem.
Algorithm is step by step procedure to solve the problem. Flowchart is a diagram created by different shapes to show the flow of data.
Explanation:
Similar questions