_______ involves making changes or enhancements to existing software to meet evolving user needs or address issues.
- Debugging
- Deployment
- Maintenance
- Refactoring
The correct answer is Maintenance. Maintenance in software development refers to the process of modifying and updating existing software to meet changing requirements, fix bugs, and enhance functionality. It is a crucial phase in the software development lifecycle.
Loading...
Related Quiz
- Which branching strategy encourages developers to create feature branches off the main branch for each new feature?
- React is a JavaScript library for building _______ user interfaces.
- Which tab in Browser Developer Tools is used to debug JavaScript code?
- The parseInt() function in JavaScript is used to convert a string to an _______.
- What does ACID stand for in the context of database transactions?