MCQ
Tracing an algorithm on paper helps to detect:
Unit-2 Computational Thinking and Algorithms
A
Logical errors
B
Hardware faults
C
Internet problems
D
Power issues
Explanation
Tracing reveals mistakes in the logic of the algorithm.
Related MCQs
During a dry run, you write down the value of each variable in a:
Unit-2 Computational Thinking and Algorithms
View
You need to show that a program reads a number. Which flowchart symbol should you use?
Unit-2 Computational Thinking and Algorithms
View
Counting the number of basic steps an algorithm performs is a simple way to measure its:
Unit-2 Computational Thinking and Algorithms
View
Which symbol would you use to show the statement Calculate total = price + tax in a flowchart?
Unit-2 Computational Thinking and Algorithms
View
Which control structure repeats a set of instructions multiple times?
Unit-2 Computational Thinking and Algorithms
View
What is the main advantage of a flowchart over pseudocode?
Unit-2 Computational Thinking and Algorithms
View