Which of the following is included in SRS ?

Which of the following is included in SRS ?

A. Cost
B. Design Constraints
C. Staffing
D. Delivery Schedule

Explanation: Design constraints include standards to be incorporated in the software, implementation language, resource limits, operating environment etc.

Arrange the given sequence to form a SRS Prototype outline as per IEEE SRS Standard?

Arrange the given sequence to form a SRS Prototype outline as per IEEE SRS Standard?

i. General description
ii. Introduction
iii. Index
iv. Appendices

v. Specific Requirements
A. iii, i, ii,v, iv
B. iii, ii, i, v, iv
C. ii, i, v, iv, iii
D. iii, i, ii

Explanation: The given sequence correctly resemble a standard SRS prototype as per IEEE.

Consider the following Statement: “The product should have a good human interface.”What characteristic of SRS is being depicted here ?

Consider the following Statement: “The product should have a good human interface.”What characteristic of SRS is being depicted here ?

A. Consistent
B. Non-Verifiable
C. Correct
D. Ambiguous

Explanation: An SRS is verifiable, if and only if, every requirement stated therein is verifiable. The statement can only be answered on completion of the software and customer evaluation but still human interface will vary from person to person

Consider the following Statement: “The output of a program shall be given within 10 secs of event X 10% of the time.”What characteristic of SRS is being depicted here ?

Consider the following Statement: “The output of a program shall be given within 10 secs of event X 10% of the time.”What characteristic of SRS is being depicted here ?

A. Consistent
B. Verifiable
C. Non-verifiable
D. Correct

Explanation: An SRS is verifiable, if and only if, every requirement stated therein is verifiable.Here the given condition can be verified during testing phase

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.