August 28, 2024Software-EngineeringQuestion 181 A major defect in waterfall model in software development is that : A the documentation is difficult B a blunder at any stage can […]
August 28, 2024Software-EngineeringQuestion 182 Function point metric of a software also depends on the : A number of function needed B number of final users of the software […]
August 28, 2024Software-EngineeringQuestion 183 In Software Configuration Management (SCM), which of the following is a use-case supported by standard version control systems ? (a) Managing several versions or […]
August 28, 2024Software-EngineeringQuestion 210 Consider the method mcq ( ): int mcq(boolean a, boolean b, boolean c, boolean d) { int ans=1; if(a) { ans = 2; } […]