—A unique number generated to identify each module in an assembly The hash is used to insure that only the proper version of a module is loaded at runtime The hash number is based on the actual code in the module itself
A value returned by a hash function A hash code can be used as an index into a random-access data structure, providing an efficient mapping between an object and its location Used by classes such as HashMap