Multiple choice

The technique of breaking a problem down into smaller, more easily managed pieces, is called:

  1. Designing the algorithm

  2. Procedural decomposition

  3. Stupid

  4. Patrick

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

Procedural decomposition is the process of breaking a complex problem down into smaller, more manageable sub-problems or procedures. This makes designing, implementing, and debugging software much simpler.