Pictorial representation of a program is known as _____.
2021
Pictorial representation of a program is known as _____.
- A.
Flowchart
- B.
Pseudocode
- C.
Code
- D.
Algorithm
Attempted by 400 students.
Show answer & explanation
Correct answer: A
A flowchart is a diagram that visually represents the steps of an algorithm or process using standardized symbols. Unlike pseudocode or source code which are textual, a flowchart provides a graphical depiction of the program logic.