Computer Science Ques 292

Question: A _____is a design tool that graphically shows the logic in a solution algorithm

Options:

A) Flowchart

B) hierarchy chart

C) Structure chart

D) context diagram

E) None of these

Show Answer

Answer:

Correct Answer: A

Solution:

  • To help document a solution algorithm, programmers use design tools. Two structured design tools are program flow chart and pseudo code. A program flow-chart (or simply flow chart graphically shows the logic in a solution algorithm. ANSI published a set of standards for flow charts 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.