Marks 1
Consider a software project with the following information domain characteristics for calculation of function point metric.
Number of external inputs...
Consider a software program that is artificially seeded with $$100$$ faults. While testing this program, $$159$$ faults are detected, out of which $$7...
A software requirements specification $$(SRS)$$ document should avoid discussing which one of the following?
Consider the basic $$COCOMO$$ model where $$E$$ is the effort applied in person-months, $$D$$ is the development time in chronological months, $$KLOC$...
Match the following:
.tg {border-collapse:collapse;border-spacing:0;}
.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-st...
Which one of the following is TRUE?
In the context of modular software design, which one of the following combinations is desirable?
Match the following:
$$1)$$ Waterfall model
$$2)$$ Evolutionary model
$$3)$$ Component-based software engineering
$$4)$$ Spiral development
$$a)$$ S...
A company need to develop digital signal processing software for one of its newest inventions. The software is expected to have $$4000$$ lines of code...
Which of the following is NOT desired in a good Software Requirement Specifications $$(SRS)$$ document?
A company needs to develop a strategy for Software Product development for which it has a choice of two programming language $${L_1}$$ and $${L_2}$$....
The Cyclomatic complexity of each of the module $$A$$ & $$B$$ shown below is $$10.$$ What is the cyclomatic complexity of the sequential integrati...
What is the appropriate pairing of items in the two columns using listing various activities encountered in a software use cycle?
...
The coupling between different modules of a software is categorized as follows
$${\rm I}.\,\,\,\,\,\,\,\,\,\,\,$$ Content coupling
$${\rm II}.\,\,\,...
Marks 2
Consider three software items: Program-$$X,$$ Control Flow Diagram of Program-$$Y$$ and Control Flow Diagram of Program-$$Z$$ as shown below
The va...
Which one of the following assertions concerning code inspection and code walk-through is true?
Consider the following C program segment. while(first <= last)
{
if (array[middle] < search)
first = middle + 1;
else if (ar...
The following figure represents access graphs of two modules $$M1$$ and $$M2.$$ The filled circles represent methods and the unfilled circles represen...
The procedure given below is required to find and replace certain characters inside an input character string supplied in array $$A.$$ The characters ...
The procedure given below is required to find and replace certain characters inside an input character string supplied in array $$A.$$ The characters ...
The following is comment written for $$a$$ $$c$$ function. This function computes the roots of quadratic equation. $$a{x^2} + bx + c = 0$$ the functio...
The following program is to be tested for statement coverage:
begin
if $$\left( {a = \,\, = b} \right)\,\,\left\{ {S1;\,\,exit;} \right\}$$
else if $$...
Consider the following statements about the cyclomatic complexity of the control flow graph of a program module. Which of these are TRUE?
$${\rm I}.\,...
Which of the following statements are TRUE?
$${\rm I}.\,\,\,\,\,\,$$ The content diagram should depict the system as a single bubble.
$${\rm II}.\,\,\...