Multiple choice

Library management software is for

  1. documenting the changes that are made to a program

  2. controlling the version numbers of the programs

  3. both (1) and (2)

  4. none of these

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

Library management software in software development refers to version control systems that track all changes made to programs over time and maintain version numbering. This enables developers to collaborate, revert to previous versions if needed, and understand the evolution of the codebase.