Scope (computer programming)
In computer programming, the scope of a name binding (an association of a name to an entity, such as a variable) is the part of a program in which the name binding is valid. In other words, a scope is where a name can be used to refer to an entity.
Source: Wikipedia — Scope (computer programming) (CC BY-SA 4.0)