Software Engineering - B.Tech 5th Semester Examination, 2021 (New Course)

2021Semester 2Civil-CAEnd Semester
Aryabhatta Knowledge University, Patna
B.Tech 5th Semester Examination, 2021 (New Course)

Software Engineering

Time: 03 HoursCode: 105504Full Marks: 70

Instructions:

  1. The marks are indicated in the right-hand margin.
  2. There are NINE questions in this paper.
  3. Attempt FIVE questions in all.
  4. Question No. 1 is compulsory.
Q.1 Choose the correct answer from any seven of the following:[14]
  1. The incremental model is a result of combination of elements of which two models?

    1. Build and FIX model and waterfall model
    2. Linear model and RAD model
    3. Waterfall model and RAD model
    4. Linear model and Prototyping model
  2. The CMM model is a technique to

    1. automatically maintain software reliability
    2. improve the software process
    3. test the software
    4. All of the mentioned
  3. Maintenance testing is performed using which methodology?

    1. Retesting
    2. Sanity testing
    3. Breadth test and depth test
    4. Confirmation testing
  4. Boundary value analysis belongs to

    1. white box testing
    2. black box testing
    3. white box and black box testing
    4. None of the mentioned
  5. "An ordering system may be adapted to cope with a centralized ordering process in one company and a distributed process in another." Which category the example belongs to?

    1. Process specialization
    2. Platform specialization
    3. Environment specialization
    4. Functional specialization
  6. ... is a measure of the degree of interdependence between modules.

    1. Cohesion
    2. Coupling
    3. None of the mentioned
    4. All of the mentioned
  7. ... and ... are the two issues of requirement analysis.

    1. Performance, design
    2. Stakeholder, developer
    3. Functional, non-functional
    4. None of the mentioned
  8. Which granularity level of testing checks the behavior of module cooperation?

    1. Unit testing
    2. Integration testing
    3. Acceptance testing
    4. Regression testing
  9. Which of the following states that work expands to fill the time available?

    1. CASE tool
    2. Pricing to win
    3. Parkinson's law
    4. Expert judgment
  10. A company needs to develop digital signal processing software for one of its newest inventions. The software is expected to have 40000 lines of code. The company needs to determine the effort in person-months needed to develop this software using the basic COCOMO model. The multiplicative factor for this model is given as 2.8 for the software development on embedded systems, while the exponentiation factor is given as 1.20. What is the estimated effort in person-months?

    1. 234.25
    2. 932.50
    3. 287.80
    4. 122.40
Q.2 Solve both questions :[7+7=14]
  1. Give the full form of CASE. Draw CASE diagram showing all components. Describe each component briefly.

  2. Draw the first two levels of DFDs for an 'Online Examination System'. Make necessary assumptions.

Q.3 Solve both questions :[7+7=14]
  1. Prepare SRS for an 'Inventory Management System' for a retail medical store. Also explain the risk assessment and management in brief. Make necessary assumptions.

  2. Explain cohesion and coupling. How are the concepts of coupling and cohesion useful in arriving at good software design?

Q.4 Solve both questions :[7+7=14]
  1. What is software quality assurance? Explain different quality matrices.

  2. What is cyclomatic complexity? How is it computed? Calculate cyclomatic complexity for the program to find the smallest of three numbers.

Q.5 Solve both questions :[7+7=14]
  1. What are project metrices? Explain different types of project metrics with an example for each.

  2. What are the main objectives of software verification and validation? Explain different verification and validation techniques.

Q.6 Solve both questions :[7+7=14]
  1. Explain any two of the risk management techniques with suitable examples. With a neat diagram, explain the different levels of CMM in detail.

  2. List and explain different categories of tools that can be used for testing.

Q.7 Solve both questions :[7+7=14]
  1. Explain Agile process with its advantage. Explain any one Agile process model.

  2. Write the structure of SRS as per IEEE standards.

Q.8 Solve both questions :[7+7=14]
  1. What are the different methods used for estimating cost and effort required for completing a project successfully? Explain any one method in detail.

  2. What is software quality? What are three dimensions of software quality? Explain briefly.

Q.9 Solve all questions :[14]
  1. Explain function point based matrices with suitable example.

  2. Write short notes on the following: (i) Project management (ii) Test case design (iii) Software reliability