Software Maintenance
Software maintenance is the work after delivery to correct defects, adapt to new environments, improve…
Level
Advanced
Topic tags
Software maintenance, Software Engineering, It Software
Useful for
GATE favourite, Interview ask
Source
Software Engineering
What you'll learn in this topic
- Corrective fixes faults; adaptive adjusts to environment; perfective adds value; preventive reduces future cost
- Maintainability is designed in (structure, docs, tests), not only performed later
- Regression testing protects existing behaviour after changes
- Asked in GATE / university drills (12 practice items)
Worked Examples
Step-by-step solved problems
- 1.Classify maintenance
- 2.Conceptual check — Software Maintenance
Common Mistakes
Avoid these errors in exams & interviews
- Calling every post-release change “corrective”
- Ignoring regression risk when praising quick patches
- Assuming maintenance is only bug fixing
Practice Questions
Strengthen your concepts with questions
24+
Practice Questions
Interview Questions
Most asked interview problems
12
Interview Questions
GATE Questions
Previous year GATE questions
12
GATE Questions
Applications in real world
Design checks
Core engineering calculations
Plant work
Troubleshooting on site
Interviews
GATE / campus rounds
Product teams
Day-to-day engineering use
Visual concept
Problem
Model
Compute
Verify
Model the physics, compute, then verify against limits.
Recommended Book
Software Engineering
Roger Pressman
Read: Syllabus unit
Related Topics
What should I learn next?
Nearby topics on your path
University exams
Important Topic
Industry relevance
High
Concept difficulty
Hard
Average time
27 min
See how this topic connects to real it & software careers
Learn from engineers who use this concept in their daily work.
Introduction
Key relations & formulas
maintenance cost often dominates lifetime cost of long-lived systems
legacy risk rises when knowledge and test suites are missing
Notation and sign conventions
• Use symbols exactly as defined in your prescribed text for this unit.
Concept in depth
Assumptions and validity limits
Step-by-step problem approach
2. Draw a neat labelled diagram where applicable — examiners in Indian universities award diagram marks even when arithmetic slips.
3. Identify which relation from this topic applies to software maintenance.
4. Use equation 1: maintenance types: corrective, adaptive, perfective, preventive.
5. Use equation 2: maintenance cost often dominates lifetime cost of long-lived systems.
6. Substitute values, compute, and verify units and sign (direction).
7. State conclusion in one line — e.g. safe/unsafe, stable/unstable, feasible/infeasible.
Applications & exam relevance
Common mistakes in exams
• Ignoring regression risk when praising quick patches
• Assuming maintenance is only bug fixing
Quick revision checklist
2. Maintainability is designed in (structure, docs, tests), not only performed later
3. Regression testing protects existing behaviour after changes