1 7
2
6 3
4
8
5

Crossword: Variables & Constants

Across

1. A variable that can be accessed and modified from any part of a program.

2. Automatic variables in programming languages can ascertain their data type by analyzing their value.

3. Defining a variables name and type.

4. A value that remains unaltered throughout the execution of a program.

5. A named storage location in a computer's memory that can hold a value

Down

6. A variable that can only be accessed within a specific function.

7. The process of providing a variable with a specific value.

8. Classification that specifies which type of value a variable can hold in a programming language.


🖶

Shortcuts

Left: ⇤ Right: ⇥ Up: ↑ Down: ↓