78
http://www.TYAN.com
H-SYNC:
controls the horizontal synchronization/properties of the monitor.
HyperTransport
TM
:
a high speed, low latency, scalable point-to-point link for
interconnecting ICs on boards. It can be significantly faster than a PCI bus for an
equivalent number of pins. It provides the bandwidth and flexibility critical for today's
networking and computing platforms while retaining the fundamental programming model
of PCI.
IC (Integrated Circuit):
the formal name for the computer chip.
IDE (Integrated Device/Drive Electronics):
a simple, self-contained HDD interface. It can
handle drives up to 8.4 GB in size. Almost all IDEs sold now are in fact Enhanced IDEs
(EIDEs), with maximum capacity determined by the hardware controller.
IDE INT (IDE Interrupt):
a hardware interrupt signal that goes to the IDE.
I/O (Input/Output):
the connection between your computer and another piece of hardware
(mouse, keyboard, etc.)
IRQ (Interrupt Request):
an electronic request that runs from a hardware device to the
CPU. The interrupt controller assigns priorities to incoming requests and delivers them to
the CPU. It is important that there is only one device hooked up to each IRQ line; doubling
up devices on IRQ lines can lock up your system. Plug-n-Play operating systems can take
care of these details for you.
Latency:
the amount of time that one part of a system spends waiting for another part to
catch up. This occurs most commonly when the system sends data out to a peripheral
device and has to wait for the peripheral to spread (peripherals tend to be slower than
onboard system components).
NVRAM:
ROM and EEPROM are both examples of Non-Volatile RAM, memory that holds
its data without power. DRAM, in contrast, is volatile.
Parallel port:
transmits the bits of a byte on eight different wires at the same time.
PCI (Peripheral Component Interconnect):
a 32 or 64-bit local bus (data pathway) which
is faster than the ISA bus. Local buses are those which operate within a single system (as
opposed to a network bus, which connects multiple systems).
PCI PIO (PCI Programmable Input/Output) modes:
the data transfer modes used by
IDE drives. These modes use the CPU for data transfer (in contrast, DMA channels do not).
PCI refers to the type of bus used by these modes to communicate with the CPU.
PCI-to-PCI bridge:
allows you to connect multiple PCI devices onto one PCI slot.
Pipeline burst SRAM:
a fast secondary cache. It is used as a secondary cache because
SRAM is slower than SDRAM, but usually larger. Data is cached first to the faster primary
cache, and then, when the primary cache is full, to the slower secondary cache.
PnP (Plug-n-Play):
a design standard that has become ascendant in the industry.
Plug-n-Play devices require little set-up to use. Devices and operating systems that are not
Plug-n-Play require you to reconfigure your system each time you add or change any part
of your hardware.