Computer Knowledge

Software Development and Management

3,064 Questions

Software development and management focuses on the system development life cycle, enterprise architecture, and configuration management. It tests your familiarity with system analysis, design models, and IT project planning. This subject is essential for specialist and banking officer scale examinations.

System analysis and designSoftware development life cycleConfiguration managementEnterprise architectureObject oriented design

Software Development and Management Questions

Multiple choice
  1. Functional Requirements

  2. Non Functional Requirements

  3. Goals of Implementation

  4. Algorithms for Software Implementation

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

An SRS document specifies WHAT the software should do (functional requirements, non-functional requirements, and implementation goals), not HOW to implement it. Algorithms and implementation details belong in design documents, not requirements specifications. Mixing implementation details with requirements reduces flexibility and constrains design choices unnecessarily.

Multiple choice
  1. 234.25

  2. 932.50

  3. 287.80

  4. 122.40

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Effort person per month = $\alpha.$(kDSI)B KDSI = kilo LOC = 2.8×(40)1.20 = 2.8×83.6511 = 234.22 person per month

Multiple choice
  1. 4000

  2. 5000

  3. 4333

  4. 4667

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

LOC L1 = x 2 L = 2x Total cost of project $\dfrac{x}{10000}\times1000000 + 5 \times 100000 = \dfrac{2x}{10000}\times750000+50000\times5$ 100x + 500000 = 150x + 250000 $\Rightarrow$50x = 500000 – 250000 $\therefore$        $x = \dfrac{250000}{50} \Rightarrow x = 5000$

Multiple choice
  1. It lets the developer analyse the proper resources required to develop the system.

  2. It lets the developer estimate the proper time or deadline for the system.

  3. It lets the developer check the economic status of the system.

  4. All of the above

  5. Feasibility study bears no relationship with project development.

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

Feasibility study is of various types such as technical, economical, operational, legal, etc. and all are required if you wish to complete the project successfully.