1 8
2
3
4
7
5
6

Crossword: Variables & Constants

Across

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

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

3. Defining a variables name and type.

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

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

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

Down

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

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


🖶

Shortcuts

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