chelsib7970 chelsib7970
  • 04-09-2019
  • Computers and Technology
contestada

Because one memory location can be used repeatedly with different values, you can write program instructions once and then use them for thousands of separate calculation. T/F

Respuesta :

ExieFansler ExieFansler
  • 11-09-2019

Answer:

True.

Explanation:

The statement written in the question is True.We can use one memory location and use it with different values.

For example:- When we are using a loop be it for,while or do-while.The counter that we use for iteration is one and we use that counter to run the loop.We are using a single memory location and we are updating the count in that memory location many times.

for(int i=0;i<1000;i++)

{

     //body.

}

We are using i's memory location and changing it 1000 times.

Answer Link

Otras preguntas

Evaluate x^3 - 3y when x = -3 and y = 4. -39 -15 15 39
25. The perimeter of a triangle is 59 centimeters. Side bis 8 centimeters longer than side a. Side c is 5 centimeters shorter than twice the length of side a. F
What’s the unit rate of 80 : 40​
A medical team sent surveys to randomly selected households to determine the various health problems. The result of the survey is shown below. health problems,
please help me find the fraction
Someone please help quick if possible
Examine the scenario. A car starts from rest and uniformly accelerates to a speed of 30 mi/h in 6 s. The car moves north the entire time. Which option correctly
is there another answer for the problem 0.51÷0.3 ??? please help!!​
When was Jesus Christ born?​
2/3m+a=a+r (solve for m) please show work, thank you!!!