software-engineering
GATE CSE & IT · Complexity Theory · 2004-2015
Study anchor
Source-book anchor pending for this concept.
Practice action
Start latest PYQPYQs in this concept
All concepts →A software requirements specification $$(SRS)$$ document should avoid discussing which one of the following?
Which one of the following assertions concerning code inspection and code walk-through is true?
Consider a software project with the following information domain characteristics for calculation of function point metric. Number of external inputs $$\left( {\rm I} \right) = 30$...
Consider the basic $$COCOMO$$ model where $$E$$ is the effort applied in person-months, $$D$$ is the development time in chronological months, $$KLOC$$ is the estimated number of d...
Consider the following C program segment. while(first <= last) { if (array[middle] < search) first = middle + 1; else if (array[middle] == search) found = TRUE; else last = middle...
Which one of the following is TRUE?
Match the following: $$1)$$ Waterfall model $$2)$$ Evolutionary model $$3)$$ Component-based software engineering $$4)$$ Spiral development $$a)$$ Specifications can be developed i...
In the context of modular software design, which one of the following combinations is desirable?
Which of the following is NOT desired in a good Software Requirement Specifications $$(SRS)$$ document?
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. The company needs to determi...
Consider the following statements about the cyclomatic complexity of the control flow graph of a program module. Which of these are TRUE? $${\rm I}.\,\,\,\,\,\,$$ The cyclomatic co...
Which of the following statements are TRUE? $${\rm I}.\,\,\,\,\,\,$$ The content diagram should depict the system as a single bubble. $${\rm II}.\,\,\,\,$$ External entities should...
The coupling between different modules of a software is categorized as follows $${\rm I}.\,\,\,\,\,\,\,\,\,\,\,$$ Content coupling $${\rm II}.\,\,\,\,\,\,\,\,\,$$ Common coupling $...
The goal of structured programming is to