Pseudocode is the pictorial representation of an algorithm.
Answer
False
Reason — Flowchart is the pictorial representation of step-by-step solution to a given problem. While, pseudocode is a simple and informal way of writing programming code in English.