August 28, 2024

Software-Engineering

Question 360 Dividing a project into segments and smaller units in order to simplify analysis,design and programming efforts is called A Modular approach B Top down […]
August 28, 2024

COCOMO-Model

Question 12 On an average, the programmer months is given by 3.6 * (KLOC)​ 1.2​ . If so, a project requiring one thousand source instructions will […]
August 28, 2024

Software-Engineering

Question 362 Which of the following is not defined in a good software requirement specification(SRS) document? A Functional requirement B Goals of implementation C Nonfunctional requirement […]
August 28, 2024

Software-Engineering

Question 364 Suppose a cloud contains software stack such as Operating system, Application software, etc. This model is referred as _________ model. A SaaS B IaaS […]
August 28, 2024

Software-Engineering

Question 365 Which of the following is not one of the principles of agile software development method ? A Following the plan B Embrace change C […]
August 28, 2024

COCOMO-Model

Question 13 Relation of COCOMO model is A E=a*(KLOC)​ 6 B E=a*(KLOC)​ 5 C E=a*(KLOC)​ 7 D E=a*(KLOC)​ 3 E None of These Software-EngineeringCOCOMO-ModelNielit Scientist-B CS […]
August 28, 2024

Software-Engineering

Question 401 A company needs to develop a strategy for software product development for which it has a choice of two programming languages L1 and L2. […]
August 28, 2024

Software-Engineering

Question 372 According to Brooks, if n is the number of programmers in a project team, then the number of communication path is A n(n-1)/2 B […]
August 28, 2024

Software-Engineering

Question 373 In what module multiple instances of execution will yield the same result even if one instance has not terminated before the next one has […]
August 28, 2024

Software-Engineering

Question 377 The Software Requirement Specification(SRS) is said to be _________ if and only if no subset of individual requirements described in it conflict with each […]
August 28, 2024

Software-Engineering

Question 378 Software projects management comprises of a number of activities, which contains: A Project planning B Project estimation C Scope management D All mentioned above […]
August 28, 2024

Software-Engineering

Question 381 Software coupling involves dependencies among pieces of software called modules. Which of the following are correct statements with respect to module coupling? P: Common […]