Copy of `Micro2000 - Computer Hardware and Micro-Scope Glossary`
The wordlist doesn't exist anymore, or, the website doesn't exist anymore. On this page you can find a copy of the original information. The information may have been taken offline because it is outdated.
|
|
Micro2000 - Computer Hardware and Micro-Scope Glossary
Category: Technical and IT > Computers
Date & country: 23/11/2007, UK Words: 218
|
adapter cardA circuit board plugged into a slot in the motherboard to add features or peripherals to a system. Also called an expansion card.
addressA hexadecimal number designating the location of a device or of a piece of data.
address linesThe lines in a bus or cable that carry address information rather than data.
AGPAccelerated Graphics Port, a high-speed bus just for video.
alphanumericConsisting of letters and numbers.
analogContinuously changing, rather than jumping from one numerical value to the next. See digital.
applicationA computer program to perform a specific task, as opposed to the operating system program that runs the computer itself.
ASCIIA digital code for print characters, including those on a standard keyboard. It stands for the American Standard Code for Information Inter-change,
ASPIAdvanced SCSI Programming Interface. The standard protocol used by most programs to access a SCSI device.
ATAPIATA Packet Interface, the ATA/IDE standard for CD-ROM, tape and removable drives.
AthlonA high-speed CPU made by AMD.
average seek timeThe average amount of time it takes a disk drive to locate a specific track and sector.
backupA copy of a disk or selected files made for safekeeping, usually to removable media.
base memoryThe first 1 MB of system RAM.
Basic Input - Output SystemThe hard-wired instructions that the CPU uses to boot up and to control I/O devices. Usually abbreviated as BIOS.
batch fileA file with an extension of .BAT, containing a list of commands or program routines that the computer will execute in sequence.
BAUD rateA rate of data transfer, usually used to measure data rates over a phone line.
benchmarkA standard test or measurement used to compare the performance of similar components or systems.
binaryA number system using just two digits.
BIOSBasic Input / Output System. The hard-wired instructions that the CPU uses to boot up and to control I/O devices.
bitA single digit in the binary system, the smallest unit of computer information.
boot upTo start or restart a computer. From the phrase 'picking yourself up by the bootstraps.'
busA signal path that serves multiple devices or multiple points on a circuit board.
byteA unit of digital information consisting of eight bits.
cacheA block of memory for temporary storage of data likely to be used again. The CPU and hard drive frequently use a cache.
CDCompact Disc. A thin platter that has computer data or music recorded on it in optical form. See CD-ROM.
CD-RA CD which can be written on by the user. A CD-RW can be written, erased and re-written.
CD-ROMCompact Disc Read-only Memory. The term is often used for the CD platters as well as for the drive which reads them.
CeleronA low-cost Pentium without cache.
central processing unitThe master chip in a computer that controls the execution of program instructions, arithmetic functions, and access to memory and peripherals. Abbreviated CPU, and also called the microprocessor.
CGAColor Graphics Array. The first video standard for color monitors and video adapters.
chipA slang term for an integrated circuit.
chipsetThe chip or chips on a motherboard containing various functions supporting the CPU.
circuitAny combination of wiring and components that provides a path for the flow of electricity.
circuit boardA thin board, usually fiberglass, on which components are mounted. Also called a printed circuit board (or PCB) because the connections between the components are printed onto the board.
CMOSA type of chip able to operate with a tiny trickle of electricity from a battery. The term also refers to the contents of a CMOS chip on the motherboard, which holds information about the system and its peripherals even while the system is turned off. CMOS stands for Complementary Metal Oxide Substrate.
co-processorSee math co-processor.
COM1The name of the first serial port in a system. Additional ports are labeled COM2, COM3 and COM4.
communicationThe exchange of information between two points.
computerAn electronic device for the storage and processing of information.
configurationThe way the parts of a system or network are arranged or connected, or the act of arranging them.
conflictSee resource conflict.
controllerA circuit that manages the operation of some part of a computer and its communication with the rest of the computer.
CPUSee central processing unit.
cylinderThe same-numbered tracks of all the platters in a drive make up a cylinder. Cylinder 1 is all Track 1s, cylinder 2 is all Track 2s, etc.
dataInformation, especially information in a form that can be used by a computer. It can include text, numbers, sounds and pictures. A single piece of information is called a Datum.
data processingUsing a computer to manage or store information.
decimalBased on ten parts.
deviceAny peripheral or part of a computer system that can send or receive data.
digitA single unit or numeral in a counting system.
digitalMade of or using distinct digits or numerical values, rather than continuously variable values. Most often used to refer to information existing in electronic form as Ones and Zeroes.
digital cameraA camera that records pictures electronically rather than on film.
DIMMDual Inline Memory Module. Called Dual because it has separate signals to each side of the circuit board.
DINA type of connector for keyboards and mice, named for the German group originating the standard, Deutsche Industrie Norm.
DIPDual Inline Package. The configuration of two rows of pins used by many ICs. This configuration is also used to combine several switches into a single component.
discSame as Disk. This spelling is usually used with 'Compact Disc'.
diskA thin platter coated with a magnetic material, and used in a disk drive to store information. Also can refer to the drive itself.
disk driveA device used to store and retrieve information for a computer. It can be either a hard drive which has the platter permanently attached, or a floppy drive which has a removable platter.
disketteThe removable storage platter used in a floppy disk drive.
DMAChannels for Direct Memory Access, which allow a device to move data to and from RAM without interrupting the CPU.
DOSDisk Operating System. This is the operating system used by the original IBM PC and many since.
driveA data storage device connected to a computer. Examples are a hard drive, floppy drive or tape drive.
drive parametersThe values for the number of cylinders, heads and sectors in a drive. driver: Also device driver. A file containing the information an operating system or application needs to interact with a particular hardware device. These files will have an extension of .DRV (or .SYS in DOS)..
DVDDigital Versatile Disk. A compact-disc format with much higher capacity than traditional CD-ROM.
DVD-RWA DVD technology that allows the user to write to the disk.
EGAExtended Graphics Array. A video standard allowing up to 64 colors.
electro-magnetA magnet consisting of a coil of wire around a metal core. It is magnetic only when a current flows through the wire coil.
expanded memory systemThe combination of a memory manager program and plug-in Expanded Memory Cards. Abbreviated EMS, which also stands for Expanded Memory Standard.
expansion cardA circuit board that plugs into a motherboard, used to add new peripherals to a computer system. Also called an adapter card.
expansion slotA socket on the motherboard that accepts an expansion card.
extended memorySystem RAM above 1MB.
extended memory specificationThe rules for using an extended memory manager to access RAM above 1MB. The specification is known as XMS and was developed jointly by several companies.
factory-type formatThe same as a low-level format
FATFile Allocation Table. A cluster map listing locations of the sequential parts of each file. There are two copies of the FAT for each partition, located just after the volume boot record.
FAT 16The original FAT version allowing 1016 clusters per partition, with file names limited to 8 characters with a 3-character extension.
FAT 32A later version allowing 255-character file names and 1028 clusters per partition.
firmwareComputer instructions which are permanently imbedded in the circuitry, usually in a ROM chip.
fixed diskAnother name for a hard drive.
fixed mediaThe platters of a hard drive which, unlike a floppy diskette, cannot be removed.
flash BIOSA ROM BIOS chip whose content can be changed by the system without removing the chip. The same type of chip used in an adapter card or peripheral is called Flash ROM.
floppy disketteThe removable storage platter of a floppy disk drive.
floppy driveA disk drive with a removable storage platter.
formatThe size and shape of something, or the way it is arranged. In computers it refers to the way data is organized or presented, especially on the platters of a disk.
FORMATThe DOS command that creates the VBR, FAT, root directory and data areas for each partition. Also, either of two processes preparing the platter surfaces for data storage. See high level format and low level format.
GBAbbreviation for gigabyte.
gigaA prefix meaning one billion. When measuring computer data, it means 230 or 1,073,741,824, which is the power of 2 closest to one billion.
gigabyte1024 megabytes, approximately 1.074 billion bytes.
hard driveA disk drive with permanent storage platters.
hard-wiredUnable to change. Usually refers to instructions in a ROM (Read Only Memory) chip or to logic created with physical connections rather than software.
hardwareThe physical parts of an electronic device, such as nuts, bolts and components.
headA part mounted very close to the surface of a disk platter to read or write data.
hexadecimalMade up of 16 parts. The hexadecimal numbering system uses the numbers 0 through 9 plus letters A through F to represent the 16 digits.
high-level formatThe process of creating the FAT and other partition structures, done by the FORMAT command.
ICIntegrated Circuit. A part containing within itself many other circuits.
IDEA common hard-drive interface, standing for Integrated Drive Electronics.
inputData received by a device or by the CPU.
integrated circuitSee IC.
IntelA manufacturer of CPUs, motherboards and other components.
interfaceThe meeting point between a computer and something or (someone) outside of it. Common interfaces for peripherals are the serial and parallel ports. Common interfaces for people are the monitor screen and keyboard.
interleaveAn offset between comparable sectors of adjacent tracks of a disk platter, needed because of the time it takes the heads to move from one track to the next. On some older drives, the interleave can be set by the user.