Applications Glossary

Browse 13 applications terms defined in plain English, from the cultural dictionary of computing.

13 Applications Terms

Application Architecture
The high-level structure of an application, including its major components, data flow, responsibilities, deployment boundaries, and integration points....
Application Cache
A cache used by an application to store frequently accessed data, computed results, or rendered output so repeated work can be avoided. Application caches...
Application Configuration
The settings and parameters that control how an application behaves across environments, features, integrations, and runtime options. Good application...
Application Container
A container image or runtime unit that packages an application with its dependencies and executes it in an isolated environment. Application containers...
Application Context
The collection of runtime state, dependencies, environment information, and framework-managed objects available to an application or component while it runs....
Application Controller
A component responsible for handling incoming actions or requests, coordinating application logic, and returning a response or next view. In frameworks that...
Application Event
A meaningful occurrence inside an application, such as a user action, state change, or completed workflow step, that can trigger listeners, logging, or...
Application Version
The specific release identifier of an application build, used to distinguish deployed code, track changes, and correlate behavior with a known state of the...
Auto Update
A mechanism that automatically checks for, downloads, and applies software updates with limited or no manual intervention. Auto update systems improve patch...
Business Logic
The rules and decisions in software that reflect how the business actually operates, such as pricing, eligibility, workflows, and policy constraints. Business...
Console Application
An application designed to run in a terminal or command-line environment rather than through a graphical user interface. Console applications are widely used...
Contact
A record representing a person, organization, or communication endpoint in an application, often including names, emails, phone numbers, and metadata. Contact...
Mobile App Security
The protection of mobile applications against reverse engineering, insecure storage, weak authentication, API abuse, malicious tampering, and unsafe platform...

Related Topics