What is an accumulator?

What will be an ideal response?


An accumulator is a variable that you use to gather or accumulate values, and is very similar to a counter that you use to count loop iterations.
Usually, however, you add just one to a counter, whereas you add some other value to an accumulator.

Computer Science & Information Technology

You might also like to view...

A variable that is visible to every form in a program is said to have scope.

(A) class (B) module (C) global (D) namespace

Computer Science & Information Technology

You can apply the table layout to other HTML elements by using the display style.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

A(n) logical address is built into the circuitry of network devices at the time they are manufactured.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

The ________ text function will extract a series of characters from a string of characters given the location of the beginning character

Fill in the blank(s) with correct word

Computer Science & Information Technology