answersLogoWhite

0


Best Answer

A Name Constant

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: WHAT IS THE name that represents a value that cannot be changed during the program's executiON?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is a variable whose content has a value that is read only and cannot be changed during the programs execution?

named constant


A what variable has a value that is read only and cannot be changed during the programs execution?

In most languages this is called a constant.***edit***Ty for the answer, I just wanted to throw in the page number for ITT-Tech students.named constantpage 62Programming Logic and Design by Tony Gladdis


Why is pi called a mathimatical constant?

Pi represents a number that cannot be changed, therefore its value is constant.


How high level program is executed?

High-level programs cannot be executed directly, they must be compiled in advance of execution, or interpreted by a runtime program.


Difference between variable and constants in visual basic?

"Memory locations that hold data that can be changed during project execution are called variables; locations that hold data that cannot change during execution are called constants"


Is there anything which cannot be changed?

Yes, there is. Death cannot be changed. Of course, who knows, maybe science can change that in the future! The past also cannot be changed.


When was The Meeting Place Cannot Be Changed created?

The Meeting Place Cannot Be Changed was created in 1979.


What is the duration of The Meeting Place Cannot Be Changed?

The duration of The Meeting Place Cannot Be Changed is 5.98 hours.


How the radioactive decay rate be changed?

The rate cannot be changed.


Represents a way a mixture cannot be separated?

Heating.


Can a controlled variable be changed during an experiment?

No it cannot be changed in an expirement


What is the main advantage of multiple programming?

The main advantage is that multiple programs can run concurrently on the same processor. Given that there is only one processor, the programs cannot execute simultaneously as they would on a multi-processing system with independent CPU cores. Instead, each program must periodically yield control back to the system in order to allow other threads of execution to make use of the CPU. Modern operating systems can do this automatically, periodically saving the current thread's "state" and switching to the next thread of execution in the queue.