The SRS is said to be consistent if and only if____________________?

The SRS is said to be consistent if and only if____________________?

A. its structure and style are such that any changes to the requirements can be made easily while retaining the style and structure
B. every requirement stated therein is one that the software shall meet
C. every requirement stated therein is verifiable
D. no subset of individual requirements described in it conflict with each other

Explanation: Real world object may conflict with each other for example one requirement says that all lights should be red while the other states that all lights should green

What requirement gathering method developed at IBM in 1970s is used for managing requirement elicitation ?

What requirement gathering method developed at IBM in 1970s is used for managing requirement elicitation ?

A. JAD
B. Traceability
C. FAST
D. Both JAD and Traceability

Explanation: Joint application design (JAD. is a process used to collect business requirements while develog new information systems for a company. Requirements traceability is concerned with documenting the life of a requirement and providing bi-directional traceability between various associated requirements.

What are the kinds of actors used in OOSE ?

What are the kinds of actors used in OOSE ?

A. Primary
B. Secondary
C. Ternary
D. Both Primary and Secondary

Explanation: A primary actor is one having a goal requiring the assistance of the system whereas, a secondary actor is one from which system needs assistance.There is no such thing as ternary actor in Software Engineering.

What is the first step of requirement elicitation ?

What is the first step of requirement elicitation ?

A. Identifying Stakeholder
B. Listing out Requirements
C. Requirements Gathering
D. All of the mentioned

Explanation: Stakeholders are the one who will invest in and use the product, so its essential to chalk out stakeholders first.

What kind of approach was introduced for elicitation and modelling to give a functional view of the system ?

What kind of approach was introduced for elicitation and modelling to give a functional view of the system ?

A. Object Oriented Design (by Booch)
B. Use Cases (by Jacobson)
C. Fusion (by Coleman)
D. Object Modeling Technique (by Rumbaugh)

Explanation: Use Case captures who does what with the system, for what purpose, without dealing with system internals?

Arrange the tasks involved in requirements elicitation in an appropriate manner ?

Arrange the tasks involved in requirements elicitation in an appropriate manner ?

i. Consolidation
ii. Prioritization
iii. Requirements Gathering
iv. Evaluation

A. iii, i, ii, iv
B. iii, iv, ii, i
C. iii, ii, iv, i
D. ii, iii, iv, i

Explanation: Requirements gathering captures viewpoint from different users followed by evaluation of those view points.Now comes the task of checking the relative importance of the requirements and finally to consolidate or bind together the information collected.