Tom Allen Computer Science Department Trinity University.

26
Tom Allen Computer Science Department Trinity University

Transcript of Tom Allen Computer Science Department Trinity University.

Page 1: Tom Allen Computer Science Department Trinity University.

Tom Allen

Computer Science DepartmentTrinity University

Page 2: Tom Allen Computer Science Department Trinity University.

Hardware:

the physical devices and components associated with the computer.

Page 3: Tom Allen Computer Science Department Trinity University.

Bit:

a unit of information storage capacity in computer memory; it is sufficient to store either a 0 or a 1. It is short for Binary Digit.

Page 4: Tom Allen Computer Science Department Trinity University.

Byte:

the amount of space necessary to store one character; usually eight bits.

Page 5: Tom Allen Computer Science Department Trinity University.

ASCII:

American Standard Code for Information Interchange. A standard for defining codes for information exchange between equipment produced by different manufacturers. (collating sequence)

Page 6: Tom Allen Computer Science Department Trinity University.

Mouse:

a surface device which an operator can manipulate in order to control a pointer image on the computer system.

Page 7: Tom Allen Computer Science Department Trinity University.

Monitor:

a hardware device used to project a visual image into the processing of a computer system. It is the most common computer outputdevice.

Page 8: Tom Allen Computer Science Department Trinity University.

Keyboard:

a most common hardware device used to input information and commands into a computer system.

Page 9: Tom Allen Computer Science Department Trinity University.

Mother Board:

a large circuit board into which can be plugged a number of smaller boards, or circuit elements. This board becomes the backbone of a computer system.

Page 10: Tom Allen Computer Science Department Trinity University.

Microprocessor:

a single semiconductor chip or a small number of chips that contains the arithmetic and control logic circuitry necessary to perform the operations of a computer.

Page 11: Tom Allen Computer Science Department Trinity University.

CPU: Central Processing Unit.

The control circuitry necessary to perform the operations of a computer.

Page 12: Tom Allen Computer Science Department Trinity University.

IC Chip: Integrated Circuit Chip.

A complex electronic circuit fabricated on a simple piece of material, usually a silicon.

Page 13: Tom Allen Computer Science Department Trinity University.

RAM: Random Access Memory.

A memory chip used for the main memory of a microcomputer. Application software will both store andretrieve information from this type of chip.

Page 14: Tom Allen Computer Science Department Trinity University.

Floppy Drive:

a computer storage read/write device, usually of minimal capacity, which accepts multiple surfaces. Data on these surfaces may be randomly accessed. The high density, double sided floppy disks of today hold 1.4 MB of data.

Page 15: Tom Allen Computer Science Department Trinity University.

Hard Drive:

a computer storage read/write device, usually of substantial capacity, which has fixed/permanent surfaces. Data on these surfaces may be randomly accessed. Hard drives hold as little as 10 MB and as much as several GB.

Page 16: Tom Allen Computer Science Department Trinity University.

Tape Drive:

a computer storage read/write device, usually of substantial capacity, which has one surface. Data on this surfaces must be sequentially accessed. It is used primarily for backup purposes. Tape drive access is slow!

Page 17: Tom Allen Computer Science Department Trinity University.

CD Rom Drive: (DVD)

a computer storage read and/or read/write device, always of substantial capacity, which has one surface. Data on this surface may be randomly accessed. The optical disk containing digitized information uses the same technology as the musical CD. Most of the compact disks used by computers are 4.7 inches and hold as much as 780 MB. The CD drive uses laser technology to read and write to the drive.

Page 18: Tom Allen Computer Science Department Trinity University.

Modem:

a data communication device that enables computers to communicate via telephone lines. The term modem was constructed from the terms MOdulate and DEModulate. Modulation translates digital data into analog data. Analog data can be transferred along the phone line. Demodulation translates analog data into digital data. Single phone line modems speeds range from 1200 baud to 33,600 baud.

Page 19: Tom Allen Computer Science Department Trinity University.

Format Disk:

the process of laying out a structure on the disk that will enable the disk to receive information. IBM PC's use a different disk format from either the Macintosh or UNIX systems. IBM PC, Macintosh, and UNIX disk formatting divides the disk into sectors, tracks, and blocks.

Page 20: Tom Allen Computer Science Department Trinity University.

Track:

ring-shaped portion of a floppy/hard disk surface.

Sector:

pie-shaped portion of a floppy/hard disk surface.

Page 21: Tom Allen Computer Science Department Trinity University.

Block:

rectangular-shaped portion within one track of one sector of a floppy/hard disk surface.

Page 22: Tom Allen Computer Science Department Trinity University.

Input Devices:

those devices that provide input to the computer. Examples of input devices would be keyboard, light pen, graphics tablet, bar code reader, mouse, scanner, digital camera, floppy drive, hard drive, CD rom drive, zip drive, electronic keyboard (music), microphone, A to D(analog to digital) devices/sensors, touch screen monitor, etc.

Page 23: Tom Allen Computer Science Department Trinity University.
Page 24: Tom Allen Computer Science Department Trinity University.

Output Devices:

those devices that receive output from the computer. Examples of output devices would be traditional monitor, floppy drive, hard drive, CD rom drive, zip drive, speakers, printers, A to D (analog to digital) devices/sensors, touch screen monitor, photo maker, transparency maker, etc.

Page 25: Tom Allen Computer Science Department Trinity University.
Page 26: Tom Allen Computer Science Department Trinity University.

Kilobyte: (~ a thousand bytes)

MB: Megabyte. (~ a million bytes)

GB: Gigabyte. (~ a billion bytes)