2025 question paper

Software Engineering

26 questions

  1. Q1a. What was the main cause of the "Software Crisis"? (i) Lack of programming languages (ii) Inability to manage complex software projects effectively (iii) Insufficient hardware resources (iv) Overuse of automation20252m

    Module 1: Introduction & SDLC

    What was the main cause of the "Software Crisis"?

    (i) Lack of programming languages
    (ii) Inability to manage complex software projects effectively
    (iii) Insufficient hardware resources
    (iv) Overuse of automation

    View this question on its own page →
  2. Q1b. Which software development model emphasizes risk analysis at every phase? (i) Waterfall model (ii) Incremental model (iii) Spiral model (iv) Prototype model20252m

    Module 1: Introduction & SDLC

    Which software development model emphasizes risk analysis at every phase?

    (i) Waterfall model
    (ii) Incremental model
    (iii) Spiral model
    (iv) Prototype model

    View this question on its own page →
  3. Q1c. According to Brooks' "No Silver Bullet," what is the biggest challenge in software engineering? (i) Hardware constraints (ii) Lack of skilled developers (iii) Essential complexity of software (iv) Inadequate documentation20252m

    Module 1: Introduction & SDLC

    According to Brooks' "No Silver Bullet," what is the biggest challenge in software engineering?

    (i) Hardware constraints
    (ii) Lack of skilled developers
    (iii) Essential complexity of software
    (iv) Inadequate documentation

    View this question on its own page →
  4. Q1d. Which of the following best describes Functional Requirements? (i) Constraints on the software design (ii) Features the system must perform (iii) Performance and reliability requirements (iv) Documentation standards20252m

    Module 2: Requirements & SRS

    Which of the following best describes Functional Requirements?

    (i) Constraints on the software design
    (ii) Features the system must perform
    (iii) Performance and reliability requirements
    (iv) Documentation standards

    View this question on its own page →
  5. Q1e. The main purpose of an SRS (Software Requirements Specification) document is to: (i) Describe coding standards (ii) Provide a user manual (iii) Serve as a contract between client and developer (iv) Define the software test cases20252m

    Module 2: Requirements & SRS

    The main purpose of an SRS (Software Requirements Specification) document is to:

    (i) Describe coding standards
    (ii) Provide a user manual
    (iii) Serve as a contract between client and developer
    (iv) Define the software test cases

    View this question on its own page →
  6. Q1f. Which of the following is *not* a characteristic of good software design? (i) Low coupling (ii) High cohesion (iii) High complexity (iv) Modularity20252m

    Module 3: Software Design & Metrics

    Which of the following is not a characteristic of good software design?

    (i) Low coupling
    (ii) High cohesion
    (iii) High complexity
    (iv) Modularity

    View this question on its own page →
  7. Q1g. In a Data Flow Diagram (DFD), which symbol represents an external entity? (i) Circle (ii) Arrow (iii) Open rectangle (iv) Double line20252m

    Module 3: Software Design & Metrics

    In a Data Flow Diagram (DFD), which symbol represents an external entity?

    (i) Circle
    (ii) Arrow
    (iii) Open rectangle
    (iv) Double line

    View this question on its own page →
  8. Q1h. Cyclomatic Complexity is primarily used to measure: (i) Lines of code (ii) Logical paths in a program (iii) Execution speed (iv) Code documentation quality20252m

    Module 3: Software Design & Metrics

    Cyclomatic Complexity is primarily used to measure:

    (i) Lines of code
    (ii) Logical paths in a program
    (iii) Execution speed
    (iv) Code documentation quality

    View this question on its own page →
  9. Q1i. In Boundary Value Analysis, test cases are designed based on: (i) Average input data (ii) Input conditions at their limits (iii) Randomly selected inputs (iv) Data from previous projects20252m

    Module 4: Software Testing

    In Boundary Value Analysis, test cases are designed based on:

    (i) Average input data
    (ii) Input conditions at their limits
    (iii) Randomly selected inputs
    (iv) Data from previous projects

    View this question on its own page →
  10. Q1j. Regression testing is performed to: (i) Test a new module (ii) Ensure recent changes didn't affect existing functionality (iii) Improve system performance (iv) Identify hardware errors20252m

    Module 5: Software Maintenance

    Regression testing is performed to:

    (i) Test a new module
    (ii) Ensure recent changes didn't affect existing functionality
    (iii) Improve system performance
    (iv) Identify hardware errors

    View this question on its own page →
  11. Q2a. What are the major characteristics of software that distinguish it from hardware?20257m

    Module 1: Introduction & SDLC

    What are the major characteristics of software that distinguish it from hardware?

    View this question on its own page →
  12. Q2b. Explain Software Development Life Cycles. Compare the Waterfall Model and Agile model of software development.20257m

    Module 1: Introduction & SDLC

    Explain Software Development Life Cycles. Compare the Waterfall Model and Agile model of software development.

    View this question on its own page →
  13. Q3a. Define Requirement Analysis. Why is it considered one of the most critical stages in the software development life cycle?20257m

    Module 2: Requirements & SRS

    Define Requirement Analysis. Why is it considered one of the most critical stages in the software development life cycle?

    View this question on its own page →
  14. Q3b. Explain the purpose of a Software Requirements Specification (SRS). What standards or attributes should a good SRS doc contain?20257m

    Module 2: Requirements & SRS

    Explain the purpose of a Software Requirements Specification (SRS). What standards or attributes should a good SRS doc contain?

    View this question on its own page →
  15. Q4a. Compare the top-down and bottom-up approaches in software design, with examples of when each is appropriate.20257m

    Module 3: Software Design & Metrics

    Compare the top-down and bottom-up approaches in software design, with examples of when each is appropriate.

    View this question on its own page →
  16. Q4b. What is a design pattern? Provide an example of a design pattern and explain its use.20257m

    Module 3: Software Design & Metrics

    What is a design pattern? Provide an example of a design pattern and explain its use.

    View this question on its own page →
  17. Q5a. What is the purpose of software measurement and metrics? How can they improve software quality or project management?20257m

    Module 3: Software Design & Metrics

    What is the purpose of software measurement and metrics? How can they improve software quality or project management?

    View this question on its own page →
  18. Q5b. Describe Cyclomatic Complexity and how it is used to measure software. What insight does it provide?20257m

    Module 3: Software Design & Metrics

    Describe Cyclomatic Complexity and how it is used to measure software. What insight does it provide?

    View this question on its own page →
  19. Q6a. Explain boundary value analysis and equivalence class testing in functional testing? How do they help?20257m

    Module 4: Software Testing

    Explain boundary value analysis and equivalence class testing in functional testing? How do they help?

    View this question on its own page →
  20. Q6b. Describe unit testing, integration testing and system testing—how they differ and what each addresses.20257m

    Module 4: Software Testing

    Describe unit testing, integration testing and system testing—how they differ and what each addresses.

    View this question on its own page →
  21. Q7a. Explain the concepts of alpha testing and beta testing. What are their roles in the release cycle of software?20257m

    Module 4: Software Testing

    Explain the concepts of alpha testing and beta testing. What are their roles in the release cycle of software?

    View this question on its own page →
  22. Q7b. What is configuration management in the context of software maintenance? Why is it important?20257m

    Module 5: Software Maintenance

    What is configuration management in the context of software maintenance? Why is it important?

    View this question on its own page →
  23. Q8a. Describe different models of software maintenance (corrective, adaptive, perfective, preventive) and give examples.20257m

    Module 5: Software Maintenance

    Describe different models of software maintenance (corrective, adaptive, perfective, preventive) and give examples.

    View this question on its own page →
  24. Q8b. Define coupling and cohesion in module design. Why is low coupling and high cohesion preferred?20257m

    Module 3: Software Design & Metrics

    Define coupling and cohesion in module design. Why is low coupling and high cohesion preferred?

    View this question on its own page →
  25. Q9a. What is software maintenance? Why is it an inevitable phase in the software life-cycle?20257m

    Module 5: Software Maintenance

    What is software maintenance? Why is it an inevitable phase in the software life-cycle?

    View this question on its own page →
  26. Q9b. Explain reverse engineering and software re-engineering. How do they relate to legacy systems?20257m

    Module 5: Software Maintenance

    Explain reverse engineering and software re-engineering. How do they relate to legacy systems?

    View this question on its own page →