Level 4 Level 6
Level 5

Scope of variables, constants, functions and proce


3 words 0 ignored

Ready to learn       Ready to review

Ignore words

Check the boxes below to ignore/unignore words, then click save at the bottom. Ignored words will never appear in any learning session.

All None

Ignore?
The area of code where it can be accessed.
What is meant by the "scope" of a variable, constant or function?
Within a procedure or function.
What is the scope of a local variable?
The whole program.
What is the scope of a global variable?