CBSE Class 11 Computer Science Question 69 of 80

Getting Started with Python — Question 2

Back to all questions
2
Question

Question 2

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.