Graphical Method of Solving Linear Programming Problems
A is a design...
Question
A _______ is a design tool that graphically shows the logic in a solution algorithm.
A
flowchart
Right on! Give the BNAT exam to get a 100% scholarship for BYJUS courses
B
hierarchy chart
No worries! We‘ve got your back. Try BYJU‘S free classes today!
C
structure chart
No worries! We‘ve got your back. Try BYJU‘S free classes today!
D
context diagram
No worries! We‘ve got your back. Try BYJU‘S free classes today!
E
None of these
No worries! We‘ve got your back. Try BYJU‘S free classes today!
Open in App
Solution
The correct option is A flowchart To help document a solution algorithm, programmers use design tools. Two structured design tools are program flowchart and pseudocode. A program flowchart (or simply flowchart) graphically shows the logic in a solution algorithm. ANSI published a set of standards for flowcharts in the early 1960s. These standards specify symbols for various operations in a Program’s logic, eg, is a decision symbol. It signifies the condition that determines a specified path to follow.