Software specification and measurement - questions and answers

Software specification and measurement - questions and answers


Q.1 Match the List 1 to List 2 and choose the correct option.

List 1 ------------------------------------ List 2
1. Requirement Elicitation --------- a. Module Development and integration.
2. Design -------------------------- b. Analysis
3. Implementation ------------------ c. Structure and behavioral
4. Maintenance --------------------- d. Performance tuning.

A) 1-c , 2-a , 3-d , 4-b
B) 1-c , 2-a , 3-b , 4-d
C) 1-a , 2-c , 3-d , 4-b
D) 1-b , 2-c , 3-a , 4-d

View Answer / Hide Answer

ANSWER: D




Q.2 Which of the following is not defined in a good software requirement specification (SRS) document?

A) Functional Requirement.
B) Nonfunctional Requirement.
C) Goals of implementation.
D) Algorithm for software implementation.

View Answer / Hide Answer

ANSWER: D




Q.3 IEEE provides a standard as IEEE 830-1993. For which activity this standard is recommended standard?

A) Software requirement specification.
B) Software design.
C) Testing.
D) Both (A) and (B)

View Answer / Hide Answer

ANSWER: A




Q.4 Software Requirement Specification (SRS) is also known as specification of?

(A) White box testing
(B) Acceptance testing
(C) Integrated testing
(D) Black box testing

View Answer / Hide Answer

ANSWER: D




Q.5 CASE Tool stands for.

(A) Computer Aided Software Engineering
(B) Component Aided Software Engineering
(C) Constructive Aided Software Engineering
(D) Computer Analysis Software Engineering

View Answer / Hide Answer

ANSWER: A




Q.6 The tools that support different stages of software development life cycle are called as:

(A) CASE Tools
(B) CAME tools
(C) CAQE tools
(D) CARE tools

View Answer / Hide Answer

ANSWER: A




Q.7 Which of the items listed below is not one of the software engineering layers?

(A) Process
(B) Manufacturing
(C) Methods
(D) Tools

View Answer / Hide Answer

ANSWER: B




Q.8 Which is not a step of requirement engineering?

(A) Requirements elicitation
(B) Requirements analysis
(C) Requirements design
(D) Requirements documentation

View Answer / Hide Answer

ANSWER: C




Q.9 There are different phase available in SDLC. Find out which phase is not available in software life cycle?

(A) Coding
(B) Testing
(C) Maintenance
(D) Abstraction

View Answer / Hide Answer

ANSWER: D




Q.10 Measurements can be categorized in two ways. What are those two ways?

A) Direct and Indirect
B) Front and Rear
C) Metric
D) Quality and Reliability.

View Answer / Hide Answer

ANSWER: A




Q.11 Line of code(LOC) of the product comes under which type of measures?

A) Indirect measures
B) Direct measures
C) Coding
D) None of the above.

View Answer / Hide Answer

ANSWER: B




Q.12 Quality of the product comes under which type of measures?

A) Indirect measures
B) Direct measures
C) Coding
D) None of the above.

View Answer / Hide Answer

ANSWER: A




Q.13 Function oriented metric were first proposed by ___________ and he suggested a measure called the __________?

A) Barry Boehm, KLOC.
B) Barry Boehm, Function point.
C) Albrecht, Function point.
D) Albrecht, KLOC.

View Answer / Hide Answer

ANSWER: C




Q.14 To compute function point (FP) which of the following relationship is used? Where Fi = complexity adjustment values.

A) FP = count total *[0.01 *S(Fi)]
B) FP = count total *[0.65 + 0.01 *S(Fi)]
C) FP = count total *[0.65]
D) None of the above.

View Answer / Hide Answer

ANSWER: B




Q.15 In function point analysis numbers of complexity adjustment values are?

A) 11
B) 12
C) 13
D) 14

View Answer / Hide Answer

ANSWER: D




Q.16 Line of code(LOC) can be used to normalize quality and/or productivity measure for?

A) Extended function point metrics
B) Function point metrics.
C) Size oriented metrics.
D) None of the above.

View Answer / Hide Answer

ANSWER: C




Q.17 Match the following:

a. Good quality --------- i. Program does not fail for a specified time in a given environment
b. Correctness ---------- ii. Meets the functional requirements
c. Predictable ---------- iii. Meets both functional and non-functional requirements
d. Reliable ------------- iv. Process is under statistical control Codes :

(A) a - iii, b - ii, c - iv, d - i
(B) a - ii, b - iii, c - iv, d - i
(C) a - i, b - ii, c - iv, d - iii
(D) a - i, b - ii, c - iii, d - iv

View Answer / Hide Answer

ANSWER: A




Q.18 Measure of reliability is given by.

A) Mean Time between success.
B) Mean reliable
C) Mean Time between failure (MTBF).
D) MTTR

View Answer / Hide Answer

ANSWER: C


Post your comment