Global variables are typically application-specific in the sense that they are scoped to and persist throughout a single application instance, as opposed to system-wide or session-scoped variables. Task, Local, and Application variables represent different scoping levels.