221k views
4 votes
A name given to a spot in memory is called:

User Czetsuya
by
7.4k points

1 Answer

5 votes

Answer:

Variable

Step-by-step explanation:

I'll answer this question in computing terms.

The answer to this question is a variable. Variable can be seen as memory location or spots.

They can be compared to the containers (in real world). Variables are used to store values same way containers are used to store contents.

In computing, a variable must have a

  • Name
  • Type
  • Size
  • etc...
User Moody
by
8.5k points