TECHNOLOGY 

Published on
KembaraXtra-Computer Terms – asymmetrical transmission:
Asymmetrical transmission is a method of data communication used by certain high-speed modems in which the incoming and outgoing data streams operate at different speeds. This technique divides the available bandwidth of a telephone line into separate channels for sending and receiving information simultaneously. One channel carries data at a relatively low speed, while the other carries data at a much higher speed, often 9600 bits per second or more. Asymmetrical transmission is useful in situations where the amount of incoming data is significantly greater than outgoing data, such as when downloading information from the Internet.


Picture
Published on
KembaraXtra-Computer Terms – associative storage:
Associative storage is a memory storage method in which data is retrieved based on the content of the data rather than its specific physical location in memory. In this approach, the system searches the stored data for a match with a given value or pattern instead of accessing a predefined address. When a match is found, the corresponding data is returned. This method is useful in applications that require fast searching and pattern matching, such as database systems, caching mechanisms, and certain artificial intelligence systems. Because retrieval depends on the content rather than a fixed address, associative storage is often referred to as content-addressed storage.


Picture
Published on
KembaraXtra-Computer Terms – Association of C and C++ Users:
The Association of C and C++ Users is an organization formed for individuals who have an interest in the C programming language and its related variants, including C++. Members of the association include professional software developers, compiler manufacturers and vendors, educators, and hobbyist programmers. The organization promotes knowledge sharing, collaboration, and professional development related to programming in C and C++, often through conferences, publications, and technical discussions.
Picture
Published on
KembaraXtra-Computer Terms – Archie server:
An Archie server is an Internet server that stores and maintains indexes used by the Archie search system to locate files available on public file transfer protocol archives. These servers collect directory listings from numerous public FTP sites around the world and compile them into searchable databases containing the names and locations of files. Users can query an Archie server to find where specific files are stored on the Internet and then connect to the corresponding FTP server to download them. Archie servers periodically receive updated index information from a central system so that users can access the most current listings of publicly available files.


Picture
Published on
KembaraXtra-Computer Terms – Archie:
Archie is an early Internet search utility designed to help users locate files stored on public servers accessible through anonymous file transfer protocol services. Developed at McGill University in Montreal, Archie works by collecting and indexing directory listings from participating FTP servers around the world. The master Archie server periodically gathers these indexes, combines them into a large searchable database, and distributes updated versions of this database to other Archie servers on a regular basis. Users can then query an Archie server to discover where specific files are stored and obtain the addresses of the FTP servers that host them. The name Archie is derived from the word archive and reflects the system’s function of indexing publicly available file archives across the Internet.


Picture
Published on
KembaraXtra-Computer Terms – arcade game:
An arcade game originally referred to a coin-operated electronic game machine found in public entertainment venues such as amusement arcades, shopping centers, and restaurants. These machines typically featured colorful graphics, sound effects, and fast-paced gameplay designed to attract players and encourage repeated play. Arcade games often supported one or more players and were known for their simple controls and challenging levels. Over time, the term arcade game also came to describe computer or video games designed to imitate the style and gameplay of traditional arcade machines. Such games are commonly characterized by quick action, easy-to-learn controls, and gameplay that emphasizes reflexes, scoring, and rapid progression.


Picture
Published on
KembaraXtra-Computer Terms – arc:
The file extension .arc identifies compressed archive files created using the ARC compression format. Files with this extension contain one or more files that have been combined and compressed to reduce their storage size and simplify file distribution. Compression reduces the amount of disk space required and makes it faster to transfer files over networks or communication systems. To access the contents of an ARC file, specialized software must be used to decompress and extract the original files. Although the ARC format was widely used in early computing environments, it has largely been replaced by newer compression formats that provide improved compression efficiency and compatibility.


Picture
Published on
KembaraXtra-Computer Terms – arbitration:
Arbitration is a method used in computing systems to resolve conflicts when multiple users, processes, or hardware components request access to the same resource at the same time. Because resources such as processors, memory, communication channels, or input-output devices cannot usually serve multiple requests simultaneously, arbitration establishes a set of rules that determine which request will be granted access first. These rules may prioritize certain processes, follow a first-come-first-served approach, or distribute access fairly among competing requests. Arbitration helps prevent system conflicts, ensures orderly resource allocation, and maintains efficient operation within multitasking operating systems and complex hardware environments.


Picture
Published on
KembaraXtra-Computer Terms – Aqua:
Aqua is the graphical user interface used in the Macintosh operating system Mac OS X. It was designed to provide a modern visual environment while preserving the familiar look and usability of earlier Macintosh systems so that existing users could transition easily to the new operating system. Aqua introduced a distinctive visual style featuring translucent elements, smooth animations, and polished graphical effects that made the interface appear more dynamic and visually appealing. The interface also updated traditional Macintosh components such as the Finder, which is used to manage files and folders, while introducing new organizational tools such as the Dock, which provides quick access to frequently used applications and documents. Through these features, Aqua combines visual design with functional improvements that enhance navigation, usability, and system interaction.


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