Tip:A–D to answerE for explanationV for videoS to reveal answer
Which of the following is a structured programming technique that graphically represents the detailed steps required to solve a program?
- A.
Algorithm
- B.
Pseudocode
- C.
Flowchart
(Correct Answer) - D.
Top-down design
Correct Answer: Flowchart
Explanation
The Logic Definition
In programming logic, a Flowchart is defined as a mapping of the algorithm into visual symbols:
Algorithm+Graphics=Flowchart
Explanation
The Logic Definition
In programming logic, a Flowchart is defined as a mapping of the algorithm into visual symbols:
Algorithm+Graphics=Flowchart