» Home » uncategorized » Basic PC Technician Facts

Basic PC Technician Facts

Just a place to store some titbits that are often needed when fixing PC’s, especially older PC’s. I’ll try put the older stuff at the bottom. Also great for writing online PC technician test’s because they are often outdated.

Acronym’s

EEPROM – Electrically Erasable Programmable Read Only Memory
DIMM – Dual In-line Memory Module
SO-DIMM – Small Outline Dual In-line Memory Module (for notebooks/laptops)
SIMM – Single In-line Memory Module
SRAM – Static Random Access Memory – Uses transistors and doesn’t need refreshing
DRAM – Dynamic Random Access Memory – Uses capacitors and needs to be refreshed

The advantage of DRAM is its structural simplicity: only one transistor and a capacitor are required per bit, compared to four transistors in SRAM. This allows DRAM to reach very high density. Unlike flash memory, it is volatile memory (cf. non-volatile memory), since it loses its data when the power supply is removed.
EBCDIC – Extended Binary Coded Decimal Interchange Code
ISA – Industry Standard Architecture
SCSI – Small Computer System Interface
FAT – File Allocation Table
MBR – Master Boot Record
BIOS – Built In Operating System
UART – Universal Asynchronous Receiver/Transmitter
VESA – Video Electronics Standards Association
VLSI – Very Large Scale Integration
IRQ – Interrupt ReQuest or Interrupt Request Line
CPU – Central Processing Unit

More available from AcronymDB

COMMON HARDWARE NEEDS

LPT1 – IRQ 7 – Parallel Port DB-25 Female at PC DB-25 Male to Printer

LPT2 – IRQ 5

COM1 3F8-3FF IRQ 4 – Serial Port 9pin Male at PC, 9pin Female to Modem or serial device
COM2 2F8-2FF IRQ 3
COM3 3E8-3EF IRQ 4
COM4 2E8-2EF IRQ 3

STANDARD IRQ ASSIGNMENTS

IRQDEVICE USED in AT, 386, 486, and Pentium Computers
0System Timer
1Keyboard Controller
2Tied to IRQs 8-15
3COM 2
4COM 1
5LPT2 or Sound Card
6Floppy Diskette Controller
7LPT 1
8Real Time Clock
9Substitutes for IRQ 2
10Not Assigned
11Not Assigned
12PS/2 Mouse Port
13NPU (Numerical Processing Unit)
14Primary Hard Disk Controller
15Secondary Hard Disk Controller

IRQ PRIORITIES

HIGHEST
0
1
2/9
10
11
12
13
14
15
3
4
5
6
7
8
LOWEST

I/O Addresses

I/O AddressCommon Device using Address
130hUsed for SCSI host adapters
140hUsed for SCSI host adapters
170hSecondary IDE Interface
1F0hPrimary IDE Interface
220hTypically used for Sound Blaster-type sound cards
240hAn alternate address for sound cards
278hAssigned to LPT2 or LPT3 and generally used with IRQ 5
280hNetwork Interface cards or the Aria Synthesizer
2A0hAn alternate address for NIC cards or the Aria Synthesizer
2E8hAssigned to COM 4 and used with IRQ 3
2F8hAssigned to COM 2 and used with IRQ 3
300hAnother Network Interface Card choice
320hA good place for a Network card, unless there is a SCSI host adapter or MIDI device
330hA common place for the SCSI host adapters
340hAnother good alternative for the SCSI host adapter
360hA Network card choice, but beware of the first parallel printer port, this could be a conflict.
378hThe first parallel printer port (LPT 1) in color systems, commonly used with IRQ 7.
3BChThe first parallel printer port (LPT1) in monochrome systems, beware you may have problem assigning this address to a printer port in Windows 95.
3E8hAssigned to COM 3 and used with IRQ

DMA Channels

DMA Channel

Devices commonly assigned

0Assigned internal to the system board, you shouldn’t be able to use it.
1No specific assignment, although its usually used for sound cards, or SCSI host adapters.
2Assigned to the diskette drives.
3No specific assignment, although its again a common choice for sound cards, network interface cards, or SCSI host adapters.
4No specific assignment
5No specific assignment, however Sound Blaster-type cards generally use this DMA channel
6No specific assignment
7No specific assignment
FAT
DeveloperMicrosoft
Full NameFile Allocation Table
(12-bit version)(16-bit version)(32-bit version)
Introduced1980 (Seattle QDOS)November 1987, (CompaqDOS 3.31)August 1996 (Windows 95OSR2)
Partition identifier0x01 (MBR)0x04, 0x06, 0x0E (MBR)0x0B, 0x0C (MBR)
EBD0A0A2-B9E5-4433
-87C0-68B6B72699C7
(GPT)
Structures
Directory contentsTable
File allocationLinked List
Bad blocksCluster tagging
Limits
Max file size4GBminus 1 byte (or volume size if smaller)
Maxclustercount4,077 (212-19)65,517 (216-19)268,435,437 (228-19)
Max filename size8.3 filename, or 255 UTF-16 characters when usingLFN
Max volume size32MB2GB
4GBwith 64k clusters (not widely supported)
2TB
8TB(with 32KB sectors)
Features
Dates recordedCreation, modified, access (accuracy to day only)
(Creation time and access date are only available when LFN support is enabled)
Date rangeJanuary 1,1980December 31,2107
Date resolution2s
ForksNot natively
AttributesRead-only, hidden, system, volume label, subdirectory,archive
PermissionsNo
Transparent compressionPer-volume,Stacker,DoubleSpace,DriveSpaceNo
Transparent encryptionPer-volume only withDR-DOSNo

CAT5 Cabling uses an RJ-45 connector and can transmit upto 1000MB over less than 10 metres, 100MB beyond that to a maximum distance of 100 metres.

RJ-45 – Registered Jack 45 – primarily ethernet cabling CAT5, also used for??? Max cable length 1000T base is 100 metres.

3.5″ 1.44MB Stiffy Disk (96tpi)
RISC is better than CISC at number crunching – True although less and less so

SCSI Hard drive connector has 50pins (HD50)

BAUD Rate -the number of distinct symbol changes (signaling events) made to the transmission medium per second in a digitally modulated signal or a line code. The baud rate is related to but should not be confused with gross bit rate expressed in bit/s.

How does disk fragmentation occur?

IDE cable 40 pins

Serial ports rely on a special controller chip, the Universal Asynchronous Receiver/Transmitter (UART), to function properly. The UART chip takes the parallel output of the computer’s system bus and transforms it into serial form for transmission through the serial port. In order to function faster, most UART chips have a built-in buffer of anywhere from 16 to 64 kilobytes. This buffer allows the chip to cache data coming in from the system bus while it is processing data going out to the serial port. While most standard serial ports have a maximum transfer rate of 115 Kbps (kilobits per second), high speed serial ports, such as Enhanced Serial Port (ESP) and Super Enhanced Serial Port (Super ESP), can reach data transfer rates of 460 Kbps.vi

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.