MCQ
The main purpose of a dry run (trace table) is to:
Unit-2 Computational Thinking and Algorithms
A Make the program faster
B Verify the logic and find errors
C Store data permanently
D Convert pseudocode to code
Explanation

A dry run checks whether the algorithm works correctly and helps locate errors.