A variable which is used to keep a running total is called an: a) accumulator.
In Computer technology, a variable can be defined as a specific name that is typically used for referring to a location in computer memory, and it is commonly used to store a value such as an integer or a string.
This ultimately implies that, a variable simply refers to a named location that is typically used for storing data in the memory of a computer. Additionally, it is helpful to think of variables as a container which stores (holds) data that can be changed in the future.
In Python programming, an accumulator can be defined as a type of variable that can be used to keep a running total, especially in looping structures such as a for loop.
Read more on variable here: https://brainly.com/question/14447292
#SPJ1