TECHNOLOGY 

Published on
KembaraXtra-Computer Terms – article:
An article is a message or posting that appears within an Internet newsgroup. Newsgroups are discussion forums distributed across networks where users share information, ask questions, or participate in conversations about specific topics. Each article represents an individual contribution to the discussion and may contain text, references, or attachments depending on the format of the newsgroup. Articles are typically organized in threads so that related responses and comments appear together, making it easier for participants to follow the progression of a discussion.


Picture
Published on
KembaraXtra-Computer Terms – .asc:
The file extension .asc is most commonly used to indicate that a file contains ASCII text. ASCII text files consist of plain characters that can be read and processed by a wide range of word processing and text editing programs across different computer systems. Because ASCII text uses a standard character encoding format, files with the .asc extension are generally compatible with many software tools and operating systems. In some cases, however, the extension may also be used to represent files containing image-related data or other specialized formats depending on the system or application that created the file.


Picture
Published on
KembaraXtra-Computer Terms – application generator:
An application generator is software designed to automatically produce program code based on a description of the desired functionality or structure of an application. Instead of writing large portions of code manually, developers provide specifications such as data structures, form layouts, and processing rules, and the generator produces the necessary source code or executable instructions. Application generators are commonly included within database development tools, where they can create forms, reports, queries, and other program components using predefined instruction sets. Although these tools can greatly speed up development, they are typically limited to certain types of applications and may not offer the flexibility of fully customized programming.


Picture
Published on
KembaraXtra-Computer Terms – application layer:
The application layer is the highest level in the Open Systems Interconnection networking model and is responsible for providing services directly to user applications. At this level, network communication performs tasks that are meaningful to the user, such as transferring files, accessing remote computers, sending email, or retrieving web pages. The application layer defines the protocols and data formats used by software applications to exchange information across a network. While the lower layers of the OSI model focus on transmitting and managing the data flow between devices, the application layer focuses on enabling user-oriented network services and ensuring that application programs can communicate effectively across different systems.


Picture
Published on
KembaraXtra-Computer Terms – application notification:
An application notification is a mechanism that automatically starts or activates an application when a specific event occurs or at a scheduled time. The triggering event may include system activities such as file updates, network events, or scheduled system tasks. When the application launches as a result of such a notification, the operating system typically provides a command-line parameter that identifies the event that triggered the launch. This information allows the application to determine what action it should perform in response. Application notifications are commonly used in automated systems, monitoring tools, and background services that need to react immediately to particular system conditions.


Picture
Published on
KembaraXtra-Computer Terms – application processor:
An application processor is a processing unit designed to perform a specific application or specialized computing task rather than supporting general-purpose operations. Such processors are often optimized for a particular workload, which allows them to execute the targeted application more efficiently than a standard processor. Application processors may be used in embedded systems, mobile devices, or specialized computing environments where dedicated processing capabilities improve performance, reliability, or power efficiency.


Picture
Published on
KembaraXtra-Computer Terms – application programming interface:
An application programming interface, commonly known as an API, is a defined set of routines, protocols, and tools that allows an application program to communicate with and request services from an operating system or other software components. Through an API, software developers can use prebuilt functions provided by the system to perform tasks such as accessing files, managing memory, drawing graphical interfaces, or communicating across networks. By providing standardized methods for interacting with system resources, APIs simplify software development and ensure that applications can operate consistently across different systems and environments.


Picture
Published on
KembaraXtra-Computer Terms – application server:
An application server is software running on a computer within a distributed network that processes the business logic of applications and manages communication between users and backend systems such as databases or enterprise services. It acts as an intermediary layer between the user interface and the data storage layer, handling tasks such as processing requests, enforcing application rules, managing transactions, balancing system loads, and providing failover support to maintain reliability. Application servers are often part of a three-tier architecture consisting of a front-end server that presents the graphical user interface, a middle-tier application server that executes the application logic, and a backend server that stores and manages data. In some contexts, the term may also refer to the computer on which the application-server software is running.


Picture
Published on
KembaraXtra-Computer Terms – application service provider:
An application service provider, commonly abbreviated as ASP, is a third-party organization that hosts software applications and delivers them to customers over a network such as the Internet or a private communication line. Instead of installing and maintaining software on their own computers or servers, users access the applications remotely through the provider’s data center. This arrangement allows organizations to reduce the need for local hardware resources, free disk space, simplify software management, and automatically receive updates and maintenance from the provider. Application service providers offer a wide range of services, including enterprise-level business software and smaller-scale solutions designed for individuals or small and medium-sized businesses.


Picture
Published on
KembaraXtra-Computer Terms – application shortcut key:
An application shortcut key is a keyboard command that performs a specific function within a software application when a particular key or combination of keys is pressed. These shortcuts allow users to execute commands quickly without navigating through menus or performing multiple steps with a mouse. For example, a shortcut key combination might save a document, copy selected text, or open a specific tool within the program. Shortcut keys improve efficiency and productivity by enabling experienced users to perform frequent operations rapidly and consistently.


Picture