Question
Easy

Pictorial representation of an algorithm is called as:

1
Image
2
Picture
3
Flowchart
4
Pseudocode
Question Details
Time to Solve: 12
Exam: HTET
Level/Paper: Level 3
Chapter: Software Engineering & Problem Solving
Topic: Algorithm
Correct Answer
Option C
Explanation

The correct option is (3): A Flowchart is the formal, standardized graphical representation used in computer science and programming to illustrate the sequence of operations or the flow of control within an algorithm. It uses a set of special, geometric symbols—such as ovals for start/end points, rectangles for processing steps, and diamonds for decision points—which are all connected by flow lines (arrows) to show the exact logical path an algorithm…Read More