Definition: In context of programming, a map to another variable (or file) via a mapping mechanism. Specifically, it refers to mapping a variable from one location to another - usually in a system where multiple files or variables need to be referenced by other processes. Common uses include mapping functions for different outputs, managing resources like paths and directories, or sharing data between processes within the same system.