Skip to content
Early access — you're among the first to try PYQLabs. Share feedback
Concept drill

software-engineering

GATE CSE & IT · Complexity Theory · 2004-2015

14
PYQs
86%
keyed
0
elite explanations
5
years appeared

Study anchor

Source-book anchor pending for this concept.

Practice action

Start latest PYQ

PYQs in this concept

All concepts →
2015 PYQ

A software requirements specification $$(SRS)$$ document should avoid discussing which one of the following?

easyanswer key
2015 PYQ

Which one of the following assertions concerning code inspection and code walk-through is true?

easyanswer key
2015 PYQ

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$...

medium
2015 PYQ

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...

easyanswer key
2015 PYQ

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...

easy
2014 PYQ

Which one of the following is TRUE?

easyanswer key
2014 PYQ

Match the following: $$1)$$ Waterfall model $$2)$$ Evolutionary model $$3)$$ Component-based software engineering $$4)$$ Spiral development $$a)$$ Specifications can be developed i...

easyanswer key
2014 PYQ

In the context of modular software design, which one of the following combinations is desirable?

easyanswer key
2011 PYQ

Which of the following is NOT desired in a good Software Requirement Specifications $$(SRS)$$ document?

easyanswer key
2011 PYQ

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...

mediumanswer key
2009 PYQ

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...

mediumanswer key
2009 PYQ

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...

easyanswer key
2009 PYQ

The coupling between different modules of a software is categorized as follows $${\rm I}.\,\,\,\,\,\,\,\,\,\,\,$$ Content coupling $${\rm II}.\,\,\,\,\,\,\,\,\,$$ Common coupling $...

easyanswer key
2004 PYQ

The goal of structured programming is to

easyanswer key