_____ in software maintenance refers to the practice of making code changes to improve performance without altering functionality.
- Debugging
- Enhancement
- Performance tuning
- Refactoring
Performance tuning in software maintenance involves making code changes to improve the software's performance without altering its existing functionality. It optimizes the code's efficiency and execution speed.
Loading...
Related Quiz
- How does monitoring and logging contribute to the incident response and recovery process?
- In complex database design, _____ helps in ensuring data consistency and integrity across multiple tables.
- The process of identifying bottlenecks, or slow-performing areas in a software application, is known as _____ testing.
- What benefits does using an SDLC bring to large-scale projects with intricate requirements and complex solutions?
- A _______ is a tool or set of guidelines used by developers to maintain a consistent coding style across a codebase.