- Published on
KembaraXtra-Computer Terms – background printing:
Background printing is a feature that allows a computer to send a document to a printer while continuing to perform other tasks simultaneously. Instead of waiting for the printing process to finish, the operating system handles the print job in the background, allowing the user to continue working on other applications or documents. This capability improves productivity by enabling multitasking and efficient use of system resources.
Background printing is a feature that allows a computer to send a document to a printer while continuing to perform other tasks simultaneously. Instead of waiting for the printing process to finish, the operating system handles the print job in the background, allowing the user to continue working on other applications or documents. This capability improves productivity by enabling multitasking and efficient use of system resources.
- Published on
KembaraXtra-Computer Terms – background processing:
Background processing refers to the execution of certain tasks by an operating system or program while the main task is temporarily idle or awaiting user input. These operations occur without interrupting the user’s primary activity and are usually performed during short pauses in foreground processing. For example, a word processing program might print a document or save data automatically during the time intervals between user keystrokes. Background processing allows the system to perform multiple operations efficiently without affecting the user’s workflow.
Background processing refers to the execution of certain tasks by an operating system or program while the main task is temporarily idle or awaiting user input. These operations occur without interrupting the user’s primary activity and are usually performed during short pauses in foreground processing. For example, a word processing program might print a document or save data automatically during the time intervals between user keystrokes. Background processing allows the system to perform multiple operations efficiently without affecting the user’s workflow.
- Published on
KembaraXtra-Computer Terms – background program:
A background program is a software application or process that runs while other programs are being used in the foreground. It operates without direct user interaction and typically performs supportive or maintenance tasks such as monitoring system activity, handling printing operations, updating files, or managing network communication. Background programs enable computers to handle multiple tasks at once and contribute to the overall efficiency of multitasking operating systems.
A background program is a software application or process that runs while other programs are being used in the foreground. It operates without direct user interaction and typically performs supportive or maintenance tasks such as monitoring system activity, handling printing operations, updating files, or managing network communication. Background programs enable computers to handle multiple tasks at once and contribute to the overall efficiency of multitasking operating systems.
- Published on
KembaraXtra-Computer Terms – back-lit or backlit:
Back-lit or backlit describes a display or surface that has a light source positioned behind it in order to illuminate what is shown on the surface. This light source is often a lamp, LED, or another type of internal lighting component placed behind a translucent panel. The light shines through the panel so that text, symbols, or images become clearly visible. Backlighting is commonly used in devices such as computer monitors, mobile phones, keyboards, and control panels to improve visibility, especially in low-light environments.
Back-lit or backlit describes a display or surface that has a light source positioned behind it in order to illuminate what is shown on the surface. This light source is often a lamp, LED, or another type of internal lighting component placed behind a translucent panel. The light shines through the panel so that text, symbols, or images become clearly visible. Backlighting is commonly used in devices such as computer monitors, mobile phones, keyboards, and control panels to improve visibility, especially in low-light environments.
- Published on
KembaraXtra-Computer Terms – back-lit display or backlit display:
A back-lit display is a display surface that is illuminated from behind rather than from the front or above. The light source located behind the display panel spreads light across the surface so that images and characters appear bright and easy to read. This type of display technology is widely used in devices such as liquid crystal displays, laptop screens, and digital instruments where clear visibility is required regardless of external lighting conditions.
A back-lit display is a display surface that is illuminated from behind rather than from the front or above. The light source located behind the display panel spreads light across the surface so that images and characters appear bright and easy to read. This type of display technology is widely used in devices such as liquid crystal displays, laptop screens, and digital instruments where clear visibility is required regardless of external lighting conditions.
- Published on
KembaraXtra-Computer Terms – Back Orifice:
Back Orifice is a malicious software tool created to allow unauthorized remote control of a computer system. It operates using two main components: a client application used by the attacker and a server application installed on the target computer. Once the server component is installed—often through a deceptive executable file delivered via e-mail attachment or removable storage—the attacker can use the client program to control the infected system. The program typically installs itself in the system directory of the Windows operating system and allows remote commands to be executed on the compromised computer. First appearing in 1998, Back Orifice quickly became known as a security threat and prompted improvements in antivirus and security software. The name is a play on the Microsoft BackOffice server product suite.
Back Orifice is a malicious software tool created to allow unauthorized remote control of a computer system. It operates using two main components: a client application used by the attacker and a server application installed on the target computer. Once the server component is installed—often through a deceptive executable file delivered via e-mail attachment or removable storage—the attacker can use the client program to control the infected system. The program typically installs itself in the system directory of the Windows operating system and allows remote commands to be executed on the compromised computer. First appearing in 1998, Back Orifice quickly became known as a security threat and prompted improvements in antivirus and security software. The name is a play on the Microsoft BackOffice server product suite.
- Published on
KembaraXtra-Computer Terms – BackOffice:
BackOffice is a collection of server software products developed by Microsoft to provide a range of network services for organizations. Designed primarily for use with Windows NT and Windows 2000 operating systems, the BackOffice suite includes applications that support essential enterprise functions. These services include e-mail management through Exchange Server, intranet development through Site Server, network management through Systems Management Server, and advanced database management through SQL Server. By combining these tools in a single suite, BackOffice allows organizations to manage communication, information storage, and network operations within a unified server environment.
BackOffice is a collection of server software products developed by Microsoft to provide a range of network services for organizations. Designed primarily for use with Windows NT and Windows 2000 operating systems, the BackOffice suite includes applications that support essential enterprise functions. These services include e-mail management through Exchange Server, intranet development through Site Server, network management through Systems Management Server, and advanced database management through SQL Server. By combining these tools in a single suite, BackOffice allows organizations to manage communication, information storage, and network operations within a unified server environment.
- Published on
KembaraXtra-Computer Terms – Backus–Naur form:
Backus–Naur form is a metalanguage used to formally describe the syntax of programming languages and other formal languages. It provides a structured way to define how language elements are constructed and combined. In Backus–Naur form, the syntax of a language is described using a series of rules. Each rule defines a language component called a metavariable, which is typically written inside angle brackets, in terms of actual symbols known as terminals and other metavariables. These definitions allow both language designers and users to understand how valid statements in the language should be structured. Backus–Naur form is widely used in computer science for specifying the grammar of programming languages and compilers.
Backus–Naur form is a metalanguage used to formally describe the syntax of programming languages and other formal languages. It provides a structured way to define how language elements are constructed and combined. In Backus–Naur form, the syntax of a language is described using a series of rules. Each rule defines a language component called a metavariable, which is typically written inside angle brackets, in terms of actual symbols known as terminals and other metavariables. These definitions allow both language designers and users to understand how valid statements in the language should be structured. Backus–Naur form is widely used in computer science for specifying the grammar of programming languages and compilers.
- Published on
KembaraXtra-Computer Terms – bacterium:
In computing, bacterium refers to a type of malicious program similar to a computer virus that continuously replicates itself within a system. As the program duplicates repeatedly, it consumes increasing amounts of system resources such as memory and processing power. Over time, this uncontrolled replication can overwhelm the system and disrupt normal operation, eventually causing system slowdown or failure. The behavior resembles the rapid reproduction of biological bacteria, which is why the term bacterium is used to describe this type of destructive software.
In computing, bacterium refers to a type of malicious program similar to a computer virus that continuously replicates itself within a system. As the program duplicates repeatedly, it consumes increasing amounts of system resources such as memory and processing power. Over time, this uncontrolled replication can overwhelm the system and disrupt normal operation, eventually causing system slowdown or failure. The behavior resembles the rapid reproduction of biological bacteria, which is why the term bacterium is used to describe this type of destructive software.
- Published on
KembaraXtra-Computer Terms – BAD:
BAD is an acronym for “broken as designed,” a slang term used in computing and engineering contexts to criticize a product or device that consistently fails to function properly even though it technically operates according to its design. The term is typically used humorously or sarcastically to suggest that the design itself is flawed and that the product’s failures are a direct result of poor design decisions rather than accidental defects.
BAD is an acronym for “broken as designed,” a slang term used in computing and engineering contexts to criticize a product or device that consistently fails to function properly even though it technically operates according to its design. The term is typically used humorously or sarcastically to suggest that the design itself is flawed and that the product’s failures are a direct result of poor design decisions rather than accidental defects.