TECHNOLOGY 

Published on
KembaraXtra-Computer Terms – application development language:
An application development language is a programming language specifically designed for creating application software. These languages typically provide high-level constructs and built-in features that simplify common tasks involved in application development, such as designing data records, creating forms and user interfaces, retrieving and updating information in databases, and managing program logic. Because of these specialized features, application development languages allow developers to build complex applications more quickly and with less low-level coding than traditional system programming languages. Many such languages are categorized as fourth-generation languages and are particularly useful for business software, database-driven applications, and rapid development of information systems.


Picture
Published on
KembaraXtra-Computer Terms – application development system:
An application development system is a complete programming environment designed to support the creation and maintenance of application software. It usually includes several core components such as a text editor for writing source code, a compiler that translates the code into machine-executable form, and a linker that combines program modules and libraries into a final executable program. Many application development systems also include libraries containing commonly used software routines, allowing developers to reuse existing code instead of writing everything from scratch. By integrating these tools and resources, an application development system provides programmers with a structured and efficient framework for designing, building, testing, and refining software applications.


Picture
Published on
KembaraXtra-Computer Terms – Application Foundation Classes:
Application Foundation Classes, commonly abbreviated as AFC, is a collection of Java class libraries developed by Microsoft to assist software developers in building graphical user interfaces and managing visual components within Java programs. These libraries provide ready-made tools for creating and controlling elements such as text displays, fonts, graphical objects, and interactive interface controls. By extending the capabilities of Java’s Abstract Windowing Toolkit, Application Foundation Classes offer enhanced functionality and additional components that simplify the process of building Java-based software. Developers can use these prebuilt and customizable components to accelerate the creation of both Java applets and full-scale applications, reducing development time while maintaining consistent interface design.


Picture
Published on
KembaraXtra-Computer Terms – application gateway:
An application gateway is specialized software that operates on a computer system positioned between a private network and external networks, typically the Internet, in order to control and secure the flow of data between them. Its main purpose is to protect the internal network while still allowing selected communication to pass through under controlled conditions. The gateway analyzes incoming and outgoing traffic at the application level and determines whether the communication meets security policies before permitting it to continue. By examining requests and responses in detail, an application gateway helps prevent unauthorized access, block malicious activity, and maintain secure connections between internal systems and external services.
Picture
Published on
KembaraXtra- Computer Terms – access privileges:
Access privileges define the operations a user is allowed to perform on system resources, such as reading files, modifying data, or administering services.


Picture
Published on
KembaraXtra- Computer Terms – access time:
Access time measures how long it takes to retrieve data from memory or storage after a request is made. It is a key performance metric for memory and disk devices.


Picture
Published on
KembaraXtra- Computer Terms – account:
An account is a record that identifies a user or subscriber and tracks authentication, permissions, and usage. Accounts are essential for security, billing, and resource management.


Picture
Published on
KembaraXtra- Computer Terms – accounting file:
An accounting file records usage statistics, such as the number of pages printed and the user who initiated each job, supporting monitoring and billing.


Picture
Published on
KembaraXtra- Computer Terms – accounting machine:
An accounting machine is either an early punched-card data-processing system used for business accounting or a dedicated computer designed solely to run accounting software.


Picture