Terminology means Technical Definition, here are some terminologies used for computers, they are categorized alphabetically, either you scroll down the page until you reach the terminology you wants, or it would be easier to click the terminology you want from the list. I hope you like this page and make a good use of it, also there will be an updates in the future, you may visit it regularly. | |
Letter B : | Backup - Basic - Batch File - Benchmark - BIOS - Bitmap - BOOT - Bootable Floppy - Buffer - Burn CD - Bus - Byte |
Backup | |||||||
Backup is
the activity of copying files or databases so that they will be preserved in case of
equipment failure or other catastrophe. Backup is usually a routine part of the operation
of large businesses with mainframes as well as the administrators of smaller business
computers. For personal computer users, backup is also necessary but often neglected. The
retrieval of files you backed up is called restoring them. Personal computer users can consider both local backup and Internet backup. Local BackupThese are some options, with the least expensive approach listed first.
Internet BackupYou can also consider sending your files to another site for safekeeping. In case your hard disk crashes, you'll be able to download them from the safekeeping site. These are some products and services that are offered:
|
|||||||
Selected Links | |||||||
In October 1997, ZDNet reviewed several Internet backup products. The reviewer called it "One-Button Internet Backup." | |||||||
Find out
more from Atrieva, BackupNet, and QuickBackup (McAfee Associates).
|
|||||||
Basic | |||||||
Beginner's
All-Purpose Symbolic Instruction Code, or BASIC, was an early programming language that is
still among the simplest and most popular of programming languages. Originally designed as
an interactive mainframe timesharing language by John Kemeney and Thomas Kurtz in 1963, it
became widely used on personal computers everywhere. On IBM's first "family"
computer, the PCJr, a BASIC cartridge was a popular add-on. Because of its simplicity,
BASIC has frequently been used in teaching the introductory concepts of programming with a
working language. BASIC continues to be widely used because it can be learned quickly, its statements are easy to read by other programmers, and support is available on most operating systems. BASIC's documentation has been translated into many national languages. It often comes with sound and graphics support. A popular version of BASIC today is QBASIC. BASIC is used in many business applications and is still considered a valid choice as a programming language for some purposes. Microsoft's Visual Basic adds object-oriented features and a graphical user interface to the standard BASIC.
|
|||||||
Selected Links | |||||||
There is at least one Visual Basic for Windows FAQ. | |||||||
Chuck Easttom's
Strange World of Visual Basic Page is a place to start learning Visual Basic.
|
|||||||
Batch File | |||||||
A batch
file is a text file that contains a sequence of commands for a computer operating system.
It's called a batch file because it batches (bundles or packages) into a single file a set
of commands that would otherwise have to be presented to the system interactively from a
keyboard one at a time. A batch file is usually created for command sequences for which a
user has a repeated need. Commonly needed batch files are often delivered as part of an
operating system. You initiate the sequence of commands in the batch file by simply
entering the name of the batch file on a command line. In the DOS operating system, a batch file has the file name extension ".BAT". (The best known DOS batch file is the AUTOEXEC.BAT file that initializes DOS when you start the system.) In UNIX-based operating systems, a batch file is called a shell script. In IBM's mainframe VM operating systems, it's called an EXEC.
|
|||||||
Benchmark | |||||||
A benchmark
is a point of reference by which something can be measured. In surveying, a "bench
mark" (two words) is a post or other permanent mark established at a known elevation
that is used as the basis for measuring the elevation of other topographical points. In computer and Internet technology, the term may have any of these meanings: 1) A set of conditions against which a product or system is measured. PC magazine laboratories frequently test and compare several new computers or computer devices against the same set of application programs, user interactions, and contextual situations. The total context against which all products are measured and compared is referred to as the benchmark. 2) A program that is specially designed to provide measurements for a particular operating system or application. 3) A known product with which users are familiar or accustomed to that other newer products can be compared to. 4) A set of performance criteria which a product is expected to meet. Laboratory benchmarks sometimes fail to reflect real-world product use. For this reason, Eric Raymond defines a benchmark as "an inaccurate measure of computer performance" and cites the "old hacker's saying" that "In the computer industry, there are three kinds of lies: lies, damn lies, and benchmarks." Still, benchmarks can be useful. If you'd like to try one out yourself on your own operating system, browser, file server, or notebook battery life, the Ziff-Davis Benchmark Operation offers downloads of popular benchmark programs.
|
|||||||
BIOS | |||||||
BIOS (basic
input/output system) is the program a personal computer's microprocessor uses to get the
computer system started after you turn it on. It also manages data flow between the
computer's operating system and attached devices such as the hard disk, video adapter,
keyboard, mouse, and printer. BIOS is an integral part of your computer and comes with it when you bring it home. (In contrast, the operating system can either be preinstalled by the manufacturer or vendor or installed by the user.) BIOS is a program that's made accessible to the microprocessor on an eraseable programmable read-only memory (EPROM) chip. When you turn on your computer, the microprocessor passes control to the BIOS program, which is always located at the same place on EPROM. When BIOS boots up (starts up) your computer, it first determines whether all of the attachments are in place and operational and then it loads the operating system (or key parts of it) into your computer's random access memory RAM from your hard disk or diskette drive. With BIOS, your operating system and its applications are freed from having to understand exact details (such as hardware addresses) about the attached input/output devices. When device details change, only the BIOS program needs to be changed. Sometimes this change can be made during your system setup. In any case, neither your operating system or any applications you use need to be changed. Although BIOS is theoretically always the in termediary between the microprocessor and I/O device control information and data flow, in some cases, BIOS can arrange for data to flow directly to memory from devices (such as video cards) that require faster data flow to be effective.
|
|||||||
Bitmap | |||||||
A bit map
defines a display space and the color for each pixel or "bit" in the display
space. A GIF and a JPEG are examples of graphic image file types that contain bit maps. A bit map does not need to contain a bit of color-coded information for each pixel on every row. It only needs to contain information indicating a new color as the display scans along a row. Thus, an image with much solid color will tend to require a small bit map. Because a bit map uses a fixed or raster method of specifying an image, the image cannot be immediately rescaled by a user without losing definition. A vector graphic image, however, is designed to be quickly rescaled. Typically, an image is created using vector graphics and then, when the artist is satisifed with the image, it is converted to (or saved as) a raster graphic file or bit map.
|
|||||||
Boolean | |||||||
The term
"Boolean," often encountered when doing searches on the Web, refers to a system
of logical thought developed by the English mathematician and computer pioneer, George
Boole (1815-64). In Boolean searching, an "and" operator between two words or
other values (for example, "pear AND apple") means one is searching for
documents containing both of the words or values, not just one of them. An "or"
operator between two words or other values (for example, "pear OR apple") means
one is searching for documents containing either of the words. In computer operation with binary values, Boolean logic can be used to describe electromagnetically charged memory locations or circuit states that are either charged (1 or true) or not charged (0 or false). The computer can use an AND gate or an OR gate operation to obtain a result that can be used for further processing. The following table shows the results from applying AND and OR operations to two compared states:
For a summary of logic operations in computers, see logic gate.
|
|||||||
Selected Links | |||||||
ADAM, a search facility for subjects in Art, Design, Architecture & Media, offers a color-illustrated explanation of Boolean Searching. | |||||||
Kerry Redshaw's What's so logical about boolean algebra?, part of his site on Pioneers Who Changed the World, provides an illustrated explanation of how it is used inside microchips. | |||||||
Much
more complicated is this explanation of Boolean Algebra
in terms of set theory.
|
|||||||
BOOT | |||||||
To boot (as
a verb; also "to boot up") a computer is to load an operating system into the
computer's main memory or RAM (random access memory). Once the operating system is loaded
(and, for example, on a PC, you see the initial Windows or Mac desktop screen), it's ready
for users to run application programs. Sometimes you'll see an instruction to
"reboot" the operating system. This simply means to reload the operating system
(the most familiar way to do this on PCs is pressing the Ctrl, Alt, and Delete keys at the
same time). On larger computers (including mainframes), the equivalent term for "boot" is "Initial Program Load (IPL)" and for "reboot" is "re-IPL." Boot is also used as a noun for the act of booting, as in "a system boot." The term apparently derives from "bootstrap" which is a small strap or loop at the back of a leather boot that enables you to pull the entire boot on. There is also an expression, "pulling yourself up by your own bootstraps," meaning to leverage yourself to success from a small beginning. The booting of an operating system works by loading a very small program into the computer and then giving that program control so that it in turn loads the entire operating system. Booting or loading an operating system is different than installing it, which is generally an initial one-time activity. (Those who buy a computer with an operating system already installed don't have to worry about that.) When you install the operating system, you may be asked to identify certain options or configuration choices. At the end of installation, your operating system is on your hard disk ready to be booted (loaded) into random access memory, the computer storage that is closer to the microprocessor and faster to work with than the hard disk. Typically, when an operating system is installed, it is set up so that when you turn the computer on, the system is automatically booted as well. If you run out of storage (memory) or the operating system or an application program encounters an error, you may get an error message or your screen may "freeze" (you can't do anything). In these events, you may have to reboot the operating system. How Booting WorksWhen you turn on your computer, chances are that the operating system has been set up to boot (load into RAM) automatically in this sequence:
|
|||||||
Bootable Floppy | |||||||
A bootable
floppy is a diskette containing a back-up copy of your hard disk's master boot record
(MBR). In the event that the disk. (Otherwise, you may have to reformat your hard
disk which first erases everything on the disk including files you may not a backup copy
of. Even if you do, reformatting your hard disk will mean you have to reinstall everything
you've backed up, a time-consuming procedure at the very least.) Creating a Bootable Floppy (DOS-based Systems)Insert a formatted disk (most new disks you buy today come already formatted) into your diskette drive. At the DOS prompt, type sys a:. Like this:
If you have an unformatted disk, you can format it and make it a bootable flopping by entering: format a: /s. For example:
Creating a Bootable Floppy (Windows 95)Windows 95 calls this a "startup disk." If you installed Windows 95 yourself, you may already have created a startup disk. If Windows 95 was preinstalled for you by the computer vendor, you may want to create a startup disk. To do this, put a formatted diskette in your diskette drive, and then click "Settings" on the Start Bar, then "Control Panel," then "Add/Remove Programs," and then "Startup Disk" and follow the directions.
|
|||||||
Buffer | |||||||
A buffer is
a data area shared by hardware devices or program processes that operate at different
speeds or with different sets of priorities. The buffer allows each device or process to
operate without being held up by the other. In order for a buffer to be effective, the
size of the buffer and the algorithms for moving data into and out of the buffer need to
be considered by the buffer designer. Like a cache, a buffer is a "midpoint holding
place" but exists not so much to accelerate the speed of an activity as to support
the coordination of separate activities. This term is used both in programming and in hardware. In programming, buffering sometimes implies the need to screen data from its final intended place so that it can be edited or otherwise processed before being moved to a regular file or database.
|
|||||||
Burn CD | |||||||
To burn
(verb) a CD-ROM is a colloquial term meaning to write to the CD-ROM all the content that
is to be put on it for a given purpose. After you've burned or burnt (either is correct)
the CD-ROM, copies can be made one at a time or in multiples (the latter process is
usually called duplication or replication).
|
|||||||
Selected Links | |||||||
CD Cyclone offers a 30-disk duplication system that it says can
"Burn up to 120 CDs an hour!"
|
|||||||
Bus | |||||||
In a
computer or on a network, a bus is a transmission path on which signals are dropped off or
picked up at every device attached to the line. Only devices addressed by the signals pay
attention to them; the others discard the signals. According to Winn L. Rosch, the term
derives from its similarity to autobuses that stop at every town or block to drop off or
take on riders In general, the term is used in two somewhat different contexts: (1) A bus is a network topology or circuit arrangement in which all devices are attached to a line directly and all signals pass through each of the devices. Each device has a unique identity and can recognize those signals intended for it. (2) In a computer, a bus is the data path on the computer's motherboard that interconnects the microprocessor with attachments to the motherboard in expansion slots (such as hard disk drives, CD-ROM drives, and graphics adapters).
|
|||||||
Byte | |||||||
In most
computer systems, a byte is a unit of information that is eight bits long. A byte is the
unit most computers use to represent a character such as a letter, number, or typographic
symbol (for example, "g", "5", or "?"). A byte can also hold
a string of bits that need to be used in some larger unit for application purposes (for
example, the stream of bits that constitute a visual image for a program that displays
images). In some computer systems, four bytes constitute a word, a unit that a computer processor can be designed to handle efficiently as it reads and processes each instruction. Some computer processors can handle two-byte or single-byte instructions. A byte is abbreviated with a "B". (A bit is abbreviated with a small "b".) Computer storage is usually measured in byte multiples (for example, an 820 MB hard drive holds a nominal 820 million bytes (megabytes) of information. (The number is actually somewhat larger since byte multiples are calculated in powers of 2 and we express them as decimal numbers .) A 28.8 Kbps modem is one that operates at 28.8 thousand bits (kilobits) per second. (Storage is measured in bytes; transmission capacity in bits per second.)
|
|||||||
______________________________________________________________ |
|||||||
Designed
By Wessam Sherif, All Rights Reserved.
|