Learn AP Comp Sci

Problem of the Day

Friday, January 17, 2025


Problem:

When using a version control system to develop a software project, it's important to periodically save the current state of the project so that it can be referred to later. These "save states" are called

  1. commits
  2. saved states
  3. pull requests
  4. versions

Show solution:

The correct answer is a. Each commit of a project typically represents a version of the project in which some kind of checkpoint or milestone has been achieved.