Sovi.AI - AI Math Tutor

Scan to solve math questions

QUESTION IMAGE

a software tool that keeps track of changes made to a program is called…

Question

a software tool that keeps track of changes made to a program is called: (1 point) a flowchart a process data diagram a data flow diagram version control

Explanation:

Brief Explanations

Version control software tools (e.g., Git) are specifically designed to track changes made to a program's source code over time. They record modifications, allow for branching (different development paths), and merging (combining changes). A flowchart is a diagram showing a process workflow. A process data diagram focuses on data - process relationships. A data flow diagram shows how data moves through a system. Only version control aligns with tracking program changes.

Answer:

version control