Software Engineering Unit-Ii Two Marks Questions: 1. Define Requirements Analysis
Software Engineering Unit-Ii Two Marks Questions: 1. Define Requirements Analysis
Software Engineering Unit-Ii Two Marks Questions: 1. Define Requirements Analysis
1. Define Requirements analysis.
Ans:-Requirements analysis, also called requirements engineering, is the process of determining user
expectations for a new or modified product. These features, called requirements, must be quantifiable,
relevant and detailed. In software engineering, such requirements are often called functional
specifications.
2. What is requirements elicitation?
Ans:-requirements elicitation is the practice of collecting the requirements of a system from users,
customers and other stakeholders. The practice is also sometimes referred to as "requirement gathering".
6. Define Actor.
Ans: Actor in a use case diagram is any entity that performs a role in one given system. This could be a
person, organization or an external system and usually drawn like skeleton .
7. Define UseCase.
Ans: A use case represents a function or an action within the system. Its drawn as an oval and named
with the function.
14. What is the difference between function oriented and object oriented design?
Ans: Function-oriented design is comprised of many smaller sub-systems known as functions. Each
function is capable of performing significant task in the system. Object oriented design works around the
real world objects (entities), their classes (categories) and methods operating on objects (functions).