Names, Bindings, and Scopes
The fundamental semantic issues of variables
Important definitions to know when working with names, bindings, and scopes
Questions (10)
A name is a string of characters used to identify some entity in a program.
Questions (12)
Special words in programming languages are used to make programs more readable by naming actions to be performed
Questions (3)
Programmers often think of variable names as names for memory locations, but there is much more to a variable than just a name.
Questions (10)
A binding is an association between an attribute and an entity, such as between a variable and its type or value, or between an operation and a symbol.
Questions (12)
Get to know more about static type binding in programming languages
Questions (11)
Is it more flexible to use dynamic type binding in programming than static type binding? Take the quiz to know more
Questions (16)
Document Actions