Answer the following questions
1. Write a note on flowcharts.
2. What are the advantages of using a flowchart? Write the
limitations of a flowchart.
3•Define algorithm.
4•Write a note on flowchart symbols and different types
of flowcharts.
5. Read the flowchart given alongside and answer the
following questions.
(a) What does the above flowchart depict?
(b) Write down the output for the following inputs
-2 and 10.
Answers
Explanation:
Answer the following questions
1. Write a note on flowcharts.
2. What are the advantages of using a flowchart? Write the
limitations of a flowchart.
3•Define algorithm.
4•Write a note on flowchart symbols and different types
of flowcharts.
5. Read the flowchart given alongside and answer the
following questions.
(a) What does the above flowchart depict?
(b) Write down the output for the following inputs
-2 and 10.
Answer:
1.A flowchart is a picture of the separate steps of a process in sequential order. It is a generic tool that can be adapted for a wide variety of purposes, and can be used to describe various processes, such as a manufacturing process, an administrative or service process, or a project plan.
2. Effective Communication : Flowcharts are better way of communicating the logic of the system. Effective Analysis : Using flowchart problem can be analyzed more efficiently. Easy Debugging and Efficient Testing : The Flowchart helps in debugging and testing process.
3.A process or set of rules to be followed in calculations or other problem-solving operations, especially by a computer.
4.Flowcharts use special shapes to represent different types of actions or steps in a process. Lines and arrows show the sequence of the steps, and the relationships among them.
...
The most common flowchart types are:
Process flowchart.
Swimlane Flowchart.
Workflow Diagram.
Data Flow Diagram.
5.A flowchart precisely is a graphical representation of a procedure or algorithm in the form of a diagram. You can convert a complex process into a bright and straightforward method using a flowchart and make it understandable. ... Flowchart symbols like a diamond, round, parallelogram, give life to a dead diagram.
b. A B
A
ˉ
B
ˉ
A
ˉ
+
B
ˉ
A
ˉ
+
B
ˉ
ˉ
B
A
ˉ
+
B
ˉ
ˉ
+
B
ˉ
0 0 1 1 1 0 0 0
1 0 0 1 1 0 0 0
0 1 1 0 1 0 1 1
1 1 0 0 0 1 1 1