What term describes the manual method of reviewing and stepping through a…

2023

What term describes the manual method of reviewing and stepping through a program's intended steps before any code is written?

Answer: A. Desk checkingThe correct option is A. Desk checking is a manual, pen-and-paper technique where a programmer traces the logic, algorithm, or intended steps of a program…

  1. A.

    Desk checking

  2. B.

    Flowcharting

  3. C.

    Testing

  4. D.

    Compiling

Attempted by 207 students.

Show answer & explanation

Correct answer: A

The correct option is A. Desk checking is a manual, pen-and-paper technique where a programmer traces the logic, algorithm, or intended steps of a program before writing actual code. It helps identify structural logic flaws, missing conditions, or algorithmic errors early in the design phase.

Explore the full course: Isro

Loading lesson…