October 3, 2023

COCOMO-Model

Question 1 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 […]
October 3, 2023

SRS

Question 1 A software requirements specification(SRS) document should avoid discussing which one of the following? A User interface issues B Non-functional requirements C Design specification D […]
October 4, 2023

Software-process-models

Question 5 Consider the following models: M1: Mamdani model M2: Takagi-Sugeno-Kang model M3: Kosko’s additive model(SAM) Which of the following option contains example of additive rule […]
October 4, 2023

DFD

Question 4 A DFD that can be used to plan or record the specific makeup of a system is called: A Level 0 DFD B Level […]
October 4, 2023

Software-Engineering

Question 9 A software organization has been assessed at SEI CMM Level 4. Which of the following does the organization need to practice beside Process Change […]
October 4, 2023

Software-Engineering

Question 135 Consider a project with the following functional units : Number of user inputs = 50 Number of user outputs = 40 Number of user […]
October 4, 2023

Software-Engineering

Question 7 In a software project, COCOMO (Constructive Cost Model) is used to estimate A effort and duration based on the size of the software B size […]
October 5, 2023

Software-Engineering

Question 6 In a particular Unix OS, each data block is of size 1024 bytes, each node has 10 direct data block addresses and three additional […]
October 5, 2023

Software-Reliability

Question 1 The following table shoes the time between failures for a software system The reliability of the system for one hour of operation assuming an […]
October 5, 2023

Software-Engineering

Question 28 Consider the following pseudo-code: IF ((A > B) AND (C > D)) THEN A = A + 1 B = B + 1 ENDIF […]
October 5, 2023

Software-Engineering

Question 30 Consider a software program that is artificially seeded with 100 faults. While testing this program, 159 faults are detected, out of which 75 faults […]
October 5, 2023

Software-Engineering

Question 34 The cyclomatic complexity of each of the modules A and B shown below is 10. What is the cyclomatic complexity of the sequential integration […]