Answer:
data storage
Step-by-step explanation:
variables make it easy to access data storage locations,Variables make it easier to store, read and modify the data within the computer's memory by allowing you to associate easy-to-remember labels for the memory addresses that store your program's data.
A variable name should have a clean, obvious meaning, describing the data that it stores.