application program

noun
1.
Computers. a program used for a particular application (opposed to system program).
Also, applications program.
Also called application software, applications software.
Related forms
application programmer, noun
application programming, noun
Examples from the web for application program
  • Notes is an application program that makes it easier for groups of computers to share information.
  • That's why, almost two years ago, the company released a chunk of code called the application program interface.
  • The secret is a software protocol called an application program interface.
  • Our application program provides an automated, user-friendly way to create and submit your resume online.
British Dictionary definitions for application program

application program

noun
1.
a computer program that is written and designed for a specific need or purpose
application program in Technology
programming, operating system
(Or "application", "app") A complete, self-contained program that performs a specific function directly for the user. This is in contrast to system software such as the operating system kernel, server processes, libraries which exists to support application programs and utility programs.
Editors for various kinds of documents, spreadsheets, and text formatters are common examples of applications. Network applications include clients such as those for FTP, electronic mail, telnet and WWW.
The term is used fairly loosely, for instance, some might say that a client and server together form a distributed application, others might argue that editors and compilers were not applications but utility programs for building applications.
One distinction between an application program and the operating system is that applications always run in user mode (or "non-privileged mode"), while operating systems and related utilities may run in supervisor mode (or "privileged mode").
The term may also be used to distinguish programs which communicate via a graphical user interface from those which are executed from the command line.
(2007-02-02)