Question. What is flow chart and describe its importance
in problem solving?

Ans: Flowchart

Flowchart is a diagrammatic representation of algorithm. It describe what operations are required to solve a given problem.

Flowchart it importance in problem solving:

Flowchart illustrates the sequence of operations to be performed to solve a problem in form of a diagram. Computer programmer draw flowcharts before writing computer programs. It provides an easy way
to analyze and find solutions of problems.


Comments

Popular posts from this blog

Conditional Control structure. Chapter 4, Lab Activities, Long questions.

Chapter # 5, Loop Control Structure, Lab Activities