Skip to main content

Inspect the Requirements

Alt Text

📌 Your Tasks

  • Use the Requirements Phase Defects Checklist to review the given problem statement.
  • Identify potential issues and record them in ReviewForm.doc.
  • Suggest improvements to make the requirements clearer and testable.

📌 Resources

📋 Problem Statement

Write a program that reads natural numbers n1, n2, …, nk and prints the longest sequence of prime numbers ns, ns+1, …, nd, where 1≤s≤d≤k.

📋 Requirements Phase Defects Checklist

CodeDefect Description
D_01Requirements are incomplete.
D_02Requirements are missing.
D_03Requirements are incorrect.
D_04Initialization of the system state has not been considered.
D_05The functions have not been defined adequately.
D_06The user needs are inadequately stated.
D_07Comments

📄 Download the checklist
📥 Defects Checklist.pdf


📋 Example Completed Review Entry

Crt. No.Checked ItemIssueSuggestion
1D_01 – Incomplete"Vehicle" is vagueSpecify CAR explicitly
2.........

📄 Download the review form
📥 Review Form.doc