The process of testing the logic of programs to ensure they give correct result is known as?
a
algorithm
b
desk checking
c
flowcharting
d
table checking
Explanation
Correct Option
cNo explanation available
Video Explanation
No video available
Post your Contribution
Share:
Discussions (3)

Onlysammyynation
3 years ago
A desk check is an informal non-computerized or manual. process for verifying the programming and logic of an algorithm before the. program is launched while A flowchart is a picture of the separate steps of a process in sequential order.
so the correct is B and not C

AyanfeOba.Dudu
1 year ago
The correct answer is:
B. Desk Checking
Explanation:
Desk checking is the process of manually going through the logic of a program (or algorithm) on paper to check for errors and ensure it gives the correct results before running it on a computer.

