0% found this document useful (0 votes)
366 views3 pages

Key Software Engineering Questions

The document outlines important questions related to Software Engineering, divided into five units covering Software Life Cycle Models, Project Management & Requirement Analysis, Software Design & User Interface, Coding, Testing & Quality Management, and CASE Tools, Software Maintenance & Reuse. Each unit contains both 10-mark and 2-mark questions that explore various concepts such as software models, project estimation techniques, testing methods, and the role of CASE tools. The document serves as a study guide for key topics and concepts in software engineering.
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
366 views3 pages

Key Software Engineering Questions

The document outlines important questions related to Software Engineering, divided into five units covering Software Life Cycle Models, Project Management & Requirement Analysis, Software Design & User Interface, Coding, Testing & Quality Management, and CASE Tools, Software Maintenance & Reuse. Each unit contains both 10-mark and 2-mark questions that explore various concepts such as software models, project estimation techniques, testing methods, and the role of CASE tools. The document serves as a study guide for key topics and concepts in software engineering.
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

Important Questions – Software

Engineering (23A05403)
UNIT I: Software Life Cycle Models

10-Mark Questions
 Explain various software life cycle models with suitable diagrams.
 Compare and contrast Waterfall, Spiral, and Agile models.
 Explain the evolution of software development projects.
 Discuss the Agile development model and its advantages.
 Describe the need and benefits of using a software process model.

2-Mark Questions
 Define software engineering.
 What is a software process?
 List any two software development models.
 What is the main drawback of the Waterfall model?
 Define Agile model.

UNIT II: Project Management & Requirement Analysis

10-Mark Questions
 Explain COCOMO model and its types with examples.
 Discuss Halstead’s software science in detail.
 Describe the various project estimation techniques.
 Explain risk management in software projects.
 Discuss the components of an SRS document.
 Explain Axiomatic and Algebraic specifications with examples.

2-Mark Questions
 What is SRS?
 List two objectives of software project management.
 What is risk management?
 Define project estimation.
 What is formal specification?
UNIT III: Software Design & User Interface

10-Mark Questions
 Explain cohesion and coupling with suitable examples.
 Describe the SA/SD methodology for software design.
 Explain the Agile process and Extreme Programming (XP).
 What is a DFD? Explain how to develop a DFD model.
 Discuss characteristics of a good user interface.
 Explain GUI development and design methodology.

2-Mark Questions
 Define software design.
 What is cohesion?
 List any two Agile models.
 What is the purpose of user interface design?
 What is Extreme Programming?

UNIT IV: Coding, Testing & Quality Management

10-Mark Questions
 Discuss different types of software testing techniques.
 Explain black-box and white-box testing in detail.
 Describe the software quality assurance system (SQA).
 What is ISO 9000? Explain its importance in software quality.
 Discuss SEI CMM and Six Sigma in software quality.

2-Mark Questions
 What is unit testing?
 Define debugging.
 List two types of testing.
 What is ISO 9000?
 What is the purpose of quality control?

UNIT V: CASE Tools, Software Maintenance & Reuse

10-Mark Questions
 What are CASE tools? Explain their classification and architecture.
 Explain the importance of CASE tools in the software life cycle.
 Describe the types and cost estimation of software maintenance.
 Discuss various reuse strategies in software engineering.
 Explain the challenges in implementing software reuse.
2-Mark Questions
 Define software maintenance.
 What is software reuse?
 What is the scope of CASE tools?
 List two benefits of software reuse.
 What is software reverse engineering?

Common questions

Powered by AI

Black-box testing evaluates software functionality without knowledge of internal code structure, focusing on input-output validation . White-box testing involves internal code verification and examines pathways, including branches and loops, for correct execution . Together, they provide a comprehensive test coverage addressing both external user-facing issues and internal code logic errors .

SA/SD (Structured Analysis/Structured Design) methodology involves systematic modeling of systems using techniques like data flow diagrams and hierarchy charts, focusing on obtaining a clear understanding of inputs, processes, and outputs . In contrast, Extreme Programming (XP) is an Agile model that emphasizes customer satisfaction through frequent releases in short development cycles, close collaboration, and accommodating changing requirements .

ISO 9000 provides a framework for quality management principles that help organizations ensure quality in their processes and outputs. It contributes to improved customer satisfaction, process improvement, and consistent production quality. For the software industry, adopting ISO 9000 standards means reliable quality assurance and potentially lower development risks and costs .

Halstead’s software science is a set of metrics that quantify program complexity based on operators and operands within the code. Unlike other techniques that might consider only code structure or size, Halstead focuses on counting distinct operators and operands to derive complexity measures such as volume, difficulty, and effort, providing insights into the software maintenance difficulty and overall code quality .

An SRS document includes functional and non-functional requirements, design constraints, and user interfaces requirements. It serves as a foundation for software design and development by ensuring all stakeholders have a clear understanding of system requirements, thus reducing the chances of project failure due to unclear or incomplete requirements .

Cohesion refers to how closely related the responsibilities of a single class or module are. High cohesion indicates that a module performs a singular task, leading to better maintainability and readability . Coupling measures the degree of dependence one module has on another. Low coupling is preferred to ensure modules can be changed independently without affecting others . These are measured through code analysis, design reviews, and the use of metrics like informational cohesion and coupling degree .

Challenges in software reuse include finding and adapting reusable components, integrating with existing systems, and maintaining consistency and compatibility across reused modules . Mitigation strategies include creating well-documented, modular code, employing standardized interfaces, and fostering a culture that encourages reuse within organizations .

The COCOMO (Constructive Cost Model) aids in estimating the cost, effort, and time required to complete a software project. It includes Basic, Intermediate, and Detailed COCOMO models, each increasing in complexity and precision. The Basic model estimates effort based on the size of the software alone . The Intermediate model takes into account additional factors like software reliability and database size . The Detailed model includes all characteristics of the Intermediate model and extends them with additional factors affecting each phase of the project .

The Waterfall model is a linear and sequential approach, where each phase must be completed before moving to the next. Its main drawback is inflexibility and difficulty in accommodating changes . The Spiral model incorporates iterative development and risk assessment, facilitating changes and integrating customer feedback throughout the lifecycle . The Agile model focuses on iterative, incremental delivery with an emphasis on collaboration, customer feedback, and flexible response to change .

CASE tools automate various phases of the software development lifecycle, such as analysis, design, coding, and testing, improving consistency, efficiency, and accuracy . They help manage complexity, maintain documentation, facilitate communication among development teams, and enforce standards, thus reducing development time and improving software quality .

You might also like