1 | 7 | ||||||||||||||||||||||||
2 | |||||||||||||||||||||||||
5 | |||||||||||||||||||||||||
3 | |||||||||||||||||||||||||
4 | 6 | ||||||||||||||||||||||||
1. The process of providing a variable with a specific value.
2. Defining a variables name and type.
3. A variable that can be accessed and modified from any part of a program.
4. A named storage location in a computer's memory that can hold a value
5. A value that remains unaltered throughout the execution of a program.
6. A variable that can only be accessed within a specific function.
7. Automatic variables in programming languages can ascertain their data type by analyzing their value.