Multiple choice technology

The problem statement includes the ____________, which lists specific input numbers a program would typically expect the user to enter and precise output values that a perfect program would return for those input values.

  1. Testing Plan

  2. Error handler

  3. IPO Cycle

  4. Input-Output Specification

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

The Testing Plan is the component of a problem statement that provides specific test cases with sample inputs and expected outputs. This validates whether the implemented program works correctly. Error handlers are code modules, IPO Cycle is a concept, and Input-Output Specification is similar but Testing Plan is the standard term.