Inside a PC
Tom Kelliher, CS 102
Jan. 22, 2001
Quiz 1 on Friday.
Lab strategy: try to get help from a neighbor.
Be familiar with the following terms.
From the Word 97 Essentials text, read Projects 1 and 2 and
Appendix A (Our first lab will be Project 3.).
Memory, networking terminology. Computer operation theory.
- Important terminology.
- How does a computer store text? How does a computer run a program?
- PC show and tell.
Word exercises. Bring the workbook; leave the diskette at home.
You are responsible for being familiar with all these terms.
- Serial port --- used for connecting external modems and older mice.
A serial port has a programmable baud rate for transferring data.
- Serial data --- data that is transferred one bit at a time.
- Baud rate --- the rate at which data is transferred; bits per second.
Typical modem baud rates are 14.4K, 28.8K, 33.6K, and 56K.
- Modem --- expansion card used to connect a PC to an analog phone line
so that digital data can be sent through the analog telephone network.
- PS/2 port --- used for connecting newer keyboards and mice.
- Keyboard --- primary input device.
- Mouse --- primary pointing device.
- Parallel port --- used for connecting a printer. A parallel port has
a fixed rate for data transfer. Data is transferred eight bits at a time.
- Parallel data --- data that is transferred several bits at a time.
- Printer --- output device. Connects to parallel port. Two types of
printers: bubble jet, laser.
- USB port --- a high speed port which is replacing serial and parallel
ports. Some devices which can be connected to USB ports: printer,
keyboard, mouse, scanner, speakers.
- Motherboard --- the PC's main circuit board.
- Memory SIMM --- a small circuit board which holds the PC's RAM.
Plugs into the motherboard.
- Ethernet --- Another name for the cable connecting computers into a
network. Physically, we saw two types: thinwire (like cable TV cable) and
10BaseT (like a telephone cable).
- Static discharge --- a single static discharge can destroy computer
components.
- CPU --- central processor unit. The Pentium, Pentium III, Celeron,
Athlon, etc. chip. It controls the PC.
- Cache --- a type of very fast RAM which is connected between the CPU
and the main RAM. Its purpose is to prevent the CPU from being slowed by
the main RAM.
- Bus --- a set of wires that permit data to be transferred from an I/O
device to memory.
- ISA expansion bus --- the slowest of the two expansion buses. About
to become extinct. Expansion cards (internal modem, network, sound, etc.)
plug into slots on the bus.
- PCI expansion bus --- a faster expansion bus. Again, expansion
cards (video adapters, hard disk controllers, etc.) plug into slots on the
bus.
- AGP bus --- an extremely fast bus, used to connect the video card to
memory.
- ROM BIOS --- the integrated circuit (chip) that contains the PC's
start-up program.
- Video adapter --- the expansion card which controls the PC's monitor.
- Monitor --- the tv-like display.
- Sound card --- the expansion card which provides multi-media. It
controls the PC's stereo speakers (not the simple one which ``beeps'' at us
all the time) and will be connected to the CD-ROM drive.
- Hard drive --- the PC's main disk drive. Uses magnetic technology.
- Platter --- a disk with a iron oxide (rust) coating. The bits and
bytes of which files are composed are stored here. The platter is rigid
for a hard drive and flexible for a floppy drive.
- Read/Write head --- an arm with a sensor at the end which reads and
writes data from/to the platter. On a hard drive, the head flies above the
platter. On a floppy drive, the head contacts the platter.
- Transistor --- the simple switch from which all computer chips are
constructed. It has two states: on and off. This is why all computers use
the binary (0 and 1) number system.
- Scanner --- an input device for reading an image on paper into the
PC.
CD-ROM drive --- a high capacity optical disk drive. 660MB of storage.
Read-only.
- CD-R --- a CD that you can write-to once. Often used for burning
music CDs.
- CD-RW --- a CD that you can write-to several times. CD, CD-R, and
CD-RW aren't always compatible with each other. Be careful.
- DVD --- an extremely high capacity optical disk drive. Up to 17GB of
storage.
- ZIP drive --- a high capacity (100 MB) removable floppy drive.
Motherboards, disk drives, floppies, SIMMS, and all sorts of goodies.
Thomas P. Kelliher
Fri Jan 19 16:02:40 EST 2001
Tom Kelliher