Pictorial representation of a program is known as _____.
2021
Pictorial representation of a program is known as _____.
Answer: A. Flowchart — 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…
- A.
Flowchart
- B.
Pseudocode
- C.
Code
- D.
Algorithm
Attempted by 1224 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.
Loading lesson…