ASCII - Acronym for the American Standard
Code for Information Interchange. Pronounced ask-ee,
ASCII is a code for representing English characters as numbers, with each
letter assigned a number from 0 to 127. For example, the ASCII code for
uppercase M is 77. Most computers use ASCII codes to represent text,
which makes it possible to transfer data from one computer to another.
Bus -A collection of wires through which data is
transmitted from one part of a computer to another. You can think of a bus as a
highway on which data travels within a computer. When used in reference to
personal computers, the term bus usually refers to internal bus.
This is a bus that connects all the internal computer components to the CPU and
main memory. There's also an expansion bus that enables expansion boards to
access the CPU and memory.
Cluster- A group of disk sectors. The operating system
assigns a unique number to each cluster and then keeps track of files according
to which clusters they use
Com port - In DOS systems, the name of a serial communications
port. DOS supports four serial ports: COM1, COM2, COM3, and COM4. However,
most software uses system interrupts to access the serial ports, and there are
only two IRQ lines reserved. This means that the four COM ports share the same
two IRQ lines. Typically, COM1 and COM3 use IRQ4, while COM2 and COM4 use IRQ3.
So in general, if you have two devices, one of which is attached to COM1 and
the other to COM3, you cannot use them simultaneously.
Connector - The part of a cable that plugs into a port or
interface to connect one device to another. Most connectors are either male (containing
one or more exposed pins) or female (containing holes in which the male connector
can be inserted).
Controller - A device that controls the transfer of data from a
computer to a peripheral device and vice versa. For example, disk drives,
display screens, keyboards, and printers all require controllers.
Driver – A machine that reads data from and writes data onto
a disk. A disk drive rotates the disk very fast and has one or more heads that
read and write data.
Gigahertz - Abbreviation for gigahertz.
One GHz represents 1 billion cycles per second. The speed of microprocessors,
called the clock speed, often is measured in gigahertz. For example, a
microprocessor that runs at 200 GHz executes 200 billion cycles per second.
Hard disk - A magnetic disk on which you can store computer
data. The term hard is used to distinguish it from a soft, or floppy,
disk. Hard disks hold more data and are faster than floppy disks. A hard
disk, for example, can store anywhere from 10 to more than 100 gigabytes,
whereas most floppies have a maximum storage capacity of 1.4 megabytes.
IDE - Abbreviation of either Intelligent Drive
Electronics or Integrated Drive Electronics,
depending on who you ask. An IDE interface is an interface for mass storage
devices, in which the controller is integrated into the disk or CD-ROM drive.
Although it really refers to a general technology, most people use the term to
refer the ATA specification, which uses this technology. Refer to ATA for
more information.
IEEE - Abbreviation of Institute of Electrical
and Electronics Engineers, pronounced I-triple-E.
Founded in 1884 as the AIEE, the IEEE was formed in 1963 when AIEE merged with
IRE. IEEE is an organization composed of engineers, scientists, and students.
The IEEE is best known for developing standards for the computer and
electronics industry. In particular, the IEEE 802 standards for local-area
networks are widely followed.
IEEE 1394 - A very fast external bus standard that supports data
transfer rates of up to 400Mbps (in 1394a) and 800Mbps (in 1394b). Products
supporting the 1394 standard go under different names, depending on the
company. Apple, which originally developed the technology, uses the trademarked
name FireWire.
Interrupt - A signal informing a program that an event has
occurred. When a program receives an interrupt signal, it takes a specified
action (which can be to ignore the signal). Interrupt signals can cause a
program to suspend itself temporarily to service the interrupt.
I/O – Short for input/output (pronounced
"eye-oh"). The term I/O is used to describe any program, operation or
device that transfers data to or from a computer and to or from a peripheral
device. Every transfer is an output from one device and an input into another.
Devices such as keyboards and mouses are input-only devices while devices such
as printers are output-only. A writable CD-ROM is both an input and an output
device.
Master/slave - Any device that is controlled by another device,
called the master.
Memory - Internal storage areas in the computer. The term memory
identifies data storage that comes in the form of chips, and the word storage
is used for memory that exists on tapes or disks.
Motherboard - The main circuit board of a microcomputer. The
motherboard contains the connectors for attaching additional boards. Typically,
the motherboard contains the CPU, BIOS, memory, mass storage interfaces, serial
and parallel ports, expansion slots, and all the controllers required to
control standard peripheral devices, such as the display screen, keyboard, and
disk drive. Collectively, all these chips that reside on the motherboard are
known as the motherboard's chipset.
Network interface card - Often abbreviated as NIC, an expansion
board you insert into a computer so the computer can be connected to a
network. Most NICs are designed for a particular type of network, protocol, and
media, although some can serve multiple networks.
Parity - The quality of being either odd or even. The fact
that all numbers have a parity is commonly used in data communications to
ensure the validity of data. This is called parity checking.
Partition – To divide memory or mass storage into isolated
sections. In DOS systems, you can partition a disk, and each partition will
behave like a separate disk drive. Partitioning is particularly useful if you
run more than one operating system. For example, you might reserve one partition
for Windows and another for UNIX.
PCI - Short for Peripheral Component
Interconnect, a local bus standard developed by Intel Corporation.
Most modern PCs include a PCI bus in addition to a more general ISA expansion
bus.
Plug and Play - Refers to the ability of a computer system to
automatically configure expansion boards and other devices. You should be able
to plug in a device and play with it, without worrying about setting DIP
switches, jumpers, and other configuration elements. Since the introduction of
the NuBus, the Apple Macintosh has been a plug-and-play computer.
Port - An interface on a computer to which you can connect
a device. Personal computers have various types of ports. Internally, there are
several ports for connecting disk drives, display screens, and keyboards.
Externally, personal computers have ports for connecting modems, printers,
mice, and other peripheral devices.
RAM - Pronounced ramm, acronym for random
access memory, a type of computer memory that can be accessed
randomly; that is, any byte of memory can be accessed without touching the
preceding bytes. RAM is the most common type of memory found in computers and
other devices, such as printers.
ROM - Pronounced rahm, acronym for read-only
memory, computer memory on which data has been prerecorded. Once
data has been written onto a ROM chip, it cannot be removed and can only be
read. Unlike main memory (RAM), ROM retains its contents even when the computer
is turned off. ROM is referred to as being nonvolatile, whereas RAM is volatile.
Sector - The smallest unit that can be accessed on a disk.
When a disk undergoes a low-level format, it is divided into tracks and
sectors. The tracks are concentric circles around the disk and the sectors are
segments within each circle. For example, a formatted disk might have 40
tracks, with each track divided into 10 sectors. The operating system and disk
drive keep tabs on where information is stored on the disk by noting its track
and sector number.
Virtual memory - An imaginary memory area supported by some operating
systems (for example, Windows but not DOS) in conjunction with the hardware.
You can think of virtual memory as an alternate set of memory addresses.
Programs use these virtual addresses rather than real addresses to store
instructions and data. When the program is actually executed, the virtual
addresses are converted into real memory addresses. The purpose of virtual
memory is to enlarge the address space, the set of addresses a program
can utilize.
Moreover,
the term memory is usually used as a shorthand for physical memory, which
refers to the actual chips capable of holding data. Some computers also use
virtual memory, which expands physical memory onto a hard disk
Microprocessor - A silicon chip that contains a CPU. In the world of personal computers, the terms microprocessor and CPU are used interchangeably. At the heart of all personal computers and most workstations sits a microprocessor. Microprocessors also control the logic of almost all digital devices, from clock radios to fuel-injection systems for automobiles.
Modem - (mō´dem) (n.) Short for modulator-demodulator. A modem is a device or program that enables a computer to transmit data over, for example, telephone or cable lines. Computer information is stored digitally, whereas information transmitted over telephone lines is transmitted in the form of analog waves. A modem converts between these two forms.
No comments:
Post a Comment