Complete the sentence to define technical debt.
Technical debt is the [1] cost of choosing an easy solution now instead of a better approach that takes longer.Technical debt refers to the future cost or extra work caused by taking shortcuts or quick fixes today.
Complete the sentence to identify a common cause of technical debt.
One common cause of technical debt is [1] pressure that forces quick delivery over quality.Time pressure often leads teams to choose faster but less ideal solutions, creating technical debt.
Fix the error in the statement about technical debt.
Technical debt always [1] the software to stop working.Technical debt does not always cause software to stop working; it often causes slower development or harder maintenance.
Fill both blanks to describe how to manage technical debt.
To manage technical debt, teams should [1] it regularly and [2] time to fix it.
Regularly assessing technical debt and allocating time to fix it helps keep software maintainable.
Fill all three blanks to complete the statement about technical debt impact.
Technical debt can [1] development speed, [2] code quality, and [3] maintenance costs.
Technical debt usually reduces development speed and code quality, while raising maintenance costs.