Skip to content

National Teaching and Learning Change ProgrammeInformation and Communication Technology: Dictionary

constant

A data item with a fixed value. In a high-level language it is assigned to a variable which cannot be changed when the program is executed. For example, if the following declaration is used: const pi = 3.14159265 then the programmer can use the variable name pi which will make writing the program easier.

Jump:a-b-c-d-e-f-g-h-i-j-k-l-m-n-o-p-q-r-s-t-u-v-w-x-y-z-symbols