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