Question:

Which type of requirement deals with performance, reliability, and security?

Show Hint

A simple way to distinguish is: Functional requirements are about verbs (actions the system takes), while Non-Functional requirements are about adverbs or adjectives (how well the system performs those actions).
Updated On: Jul 2, 2026
  • Functional Requirements
  • System Requirements
  • Non-Functional Requirements
  • Business requirements
Show Solution
collegedunia
Verified By Collegedunia

The Correct Option is C

Solution and Explanation

Software requirements are categorized into two main types:
1. Functional Requirements: These describe what the system should do. They define specific behaviors or functions of the system, such as The system must allow a user to log in or The system must generate a monthly report.
2. Non-Functional Requirements (NFRs): These describe how the system should perform its functions. They are constraints on the system's behavior and are often called quality attributes. Performance (how fast), reliability (how often it fails), and security (how well it protects against threats) are all classic examples of NFRs.
Therefore, requirements dealing with performance, reliability, and security are Non-Functional Requirements.
Was this answer helpful?
0
0