(1) Each of the modules A and B shown in the figure below has cyclomatic complexity 10. The cyclomatic complexity of the sequential integration of A and B is
20 22 19 10
(2) For the good software requirement specifications (SRS) document
Goals of implementation are not desired. Algorithm for software implementation is not desired Non-functional requirements are not desired Functional requirements are not desired
(3) A software for digital signal processing which is expected to have 40000 lines of code needs to be developed by a company. This software is to be developed using the basic COCOMO model and for this the company needs to determine the effort in person-months. For the software development on the embedded system, the multiplicative factor for this model is 2.8 and the exponentiation factor is 1.20. The estimated effort in person month is
287.47 950.35 234.25 122.5
(4) Three statements about the cyclomatic complexity of the control flow graph as a program module are given below:
I) The cyclomatic complexity of a modules level to maximum number of linear independent circuits in a graph.
II) The cyclomatic complexity of a module is the addition of the number of number of decisions in the module and the one where a decision is effectively any conditional statements in the
module.
III) The cyclomatic complexity can also be used as number of linearly independent paths that should be tested during path coverage testing.
The statements that hold true for the cyclomatic complexity is
II and III I and II I and III I, II and III
(5) We have different modules of software whose coupling is categorized as follows:
a. Content coupling
b. Common coupling
c. Control coupling
d. Stamp coupling
e. Data coupling
Which one of the following option indicates the coupling between modules ranked in the order of strongest (least desirable) to weakest (most desirable)?
b, d, a, c, e a, c, e, b, d e, d, c, b, a a, b, c, d, e
20 22 19 10
(2) For the good software requirement specifications (SRS) document
Goals of implementation are not desired. Algorithm for software implementation is not desired Non-functional requirements are not desired Functional requirements are not desired
(3) A software for digital signal processing which is expected to have 40000 lines of code needs to be developed by a company. This software is to be developed using the basic COCOMO model and for this the company needs to determine the effort in person-months. For the software development on the embedded system, the multiplicative factor for this model is 2.8 and the exponentiation factor is 1.20. The estimated effort in person month is
287.47 950.35 234.25 122.5
(4) Three statements about the cyclomatic complexity of the control flow graph as a program module are given below:
I) The cyclomatic complexity of a modules level to maximum number of linear independent circuits in a graph.
II) The cyclomatic complexity of a module is the addition of the number of number of decisions in the module and the one where a decision is effectively any conditional statements in the
module.
III) The cyclomatic complexity can also be used as number of linearly independent paths that should be tested during path coverage testing.
The statements that hold true for the cyclomatic complexity is
II and III I and II I and III I, II and III
(5) We have different modules of software whose coupling is categorized as follows:
a. Content coupling
b. Common coupling
c. Control coupling
d. Stamp coupling
e. Data coupling
Which one of the following option indicates the coupling between modules ranked in the order of strongest (least desirable) to weakest (most desirable)?
b, d, a, c, e a, c, e, b, d e, d, c, b, a a, b, c, d, e
No comments:
Post a Comment