Describe a situation in which storing just one value at a time in memory does not meet your needs.

What will be an ideal response?

At times you might encounter situations in which storing just one value at a time in memory does not meet your needs. For example, a sales manager who supervises 20 employees might want to determine whether each employee has produced sales above or below the average amount. When you enter the first employee's sales value into an application, you can't determine whether it is above or below average because you don't know the average until you have all 20 values. Unfortunately, if you attempt to assign 20 sales values to the same variable, when you assign the value for the second employee, it replaces the value for the first employee.

Computer Science & Information Technology

You might also like to view...

Which of the following is a disadvantage of computer use?

a. Memory b. Connectivity c. Hardware reliability d. Security

Computer Science & Information Technology

Line charts allow you to compare more than one set of values

Indicate whether the statement is true or false

Computer Science & Information Technology