110k views
5 votes
Suzy wrote a computer program to find the areas of multiple rooms of an apartment. Her classmate Mary reviewed her program and suggested that the use of variables will improve her program. Complete the reason why variables are important when it comes to computers and data.

Variables make it easier to access ___
locations.

2 Answers

0 votes

Answer:

Variables make it easier to access memory locations.

User FoolsWisdom
by
4.8k points
3 votes

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.

User Paperjam
by
5.0k points