MCQ
What is a flowchart?
Unit-2 Computational Thinking and Algorithms
A
A graphical representation of an algorithm
B
A textual description of a problem
C
A type of database
D
A programming language
Explanation
A flowchart represents the steps of an algorithm using symbols and arrows.
Related MCQs
In the statement PI = 3.14159, PI is best described as a:
Unit-2 Computational Thinking and Algorithms
View
A student wants to find the shortest route to school. This is an example of which type of problem?
Unit-2 Computational Thinking and Algorithms
View
Evaluate the expression: (5 > 3) AND (2 < 4).
Unit-2 Computational Thinking and Algorithms
View
An algorithm without a well-defined order of steps would most likely fail which property?
Unit-2 Computational Thinking and Algorithms
View
Relational operators such as <, >, <=, >= and == are used to:
Unit-2 Computational Thinking and Algorithms
View
Tracing an algorithm on paper helps to detect:
Unit-2 Computational Thinking and Algorithms
View