computer terminologies (1) cpu - central processing unit ram - random access memory rom - read-only...

23
Computer Terminologies (1) • CPU - Central Processing Unit • RAM - Random Access Memory • ROM - Read-Only Memory • CD-ROM drive • Floppy disk drive • Hard disk drive • Bus

Upload: evangeline-fletcher

Post on 19-Jan-2016

250 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: Computer Terminologies (1) CPU - Central Processing Unit RAM - Random Access Memory ROM - Read-Only Memory CD-ROM drive Floppy disk drive Hard disk drive

Computer Terminologies (1)

• CPU - Central Processing Unit

• RAM - Random Access Memory

• ROM - Read-Only Memory

• CD-ROM drive

• Floppy disk drive

• Hard disk drive

• Bus

Page 2: Computer Terminologies (1) CPU - Central Processing Unit RAM - Random Access Memory ROM - Read-Only Memory CD-ROM drive Floppy disk drive Hard disk drive

Computer Terminologies (2)

• System unit

• Motherboard (Mainboard)

• Expansion slot

• Network Card

• Video Card

• Sound Card

• Parallel port and Serial port

Page 3: Computer Terminologies (1) CPU - Central Processing Unit RAM - Random Access Memory ROM - Read-Only Memory CD-ROM drive Floppy disk drive Hard disk drive

An Idealized Computer

Page 4: Computer Terminologies (1) CPU - Central Processing Unit RAM - Random Access Memory ROM - Read-Only Memory CD-ROM drive Floppy disk drive Hard disk drive

Information Flow

Page 5: Computer Terminologies (1) CPU - Central Processing Unit RAM - Random Access Memory ROM - Read-Only Memory CD-ROM drive Floppy disk drive Hard disk drive

What’s in that box?

Page 6: Computer Terminologies (1) CPU - Central Processing Unit RAM - Random Access Memory ROM - Read-Only Memory CD-ROM drive Floppy disk drive Hard disk drive

Network Interface Cards

communicate through a serial connection

Each card requires an IRQ, an I/O address, and an upper memory address to work with DOS/WIN95.

To configure TCP/IP LAN settings in a Windows machine, use the Control Panel icon, Network.

Page 7: Computer Terminologies (1) CPU - Central Processing Unit RAM - Random Access Memory ROM - Read-Only Memory CD-ROM drive Floppy disk drive Hard disk drive

Network Interface CardsConsiderations:

type of network (Ethernet, Token Ring, FDDI)

type of media (CAT5, fiber, wireless)

type of system bus either PCI/ISA or PCMCIA, which is used on laptops)

To change a PCs network speed from 10Mbps to 100Mbps, you need to upgrade the NIC.

Page 8: Computer Terminologies (1) CPU - Central Processing Unit RAM - Random Access Memory ROM - Read-Only Memory CD-ROM drive Floppy disk drive Hard disk drive

NIC: Network Interface Card

• IRQ

• I/O address

• Memory address

PCMCIAPCMCIAPersonal Computer Memory Card

International Association

Page 9: Computer Terminologies (1) CPU - Central Processing Unit RAM - Random Access Memory ROM - Read-Only Memory CD-ROM drive Floppy disk drive Hard disk drive
Page 10: Computer Terminologies (1) CPU - Central Processing Unit RAM - Random Access Memory ROM - Read-Only Memory CD-ROM drive Floppy disk drive Hard disk drive

Select a NIC

• Type of Network:– Ethernet, Token Ring, FDDI

• Type of media:– Twisted-pair, Coaxial, Fiber-optic cable

• Type of system bus:– PCI, ISA

Page 11: Computer Terminologies (1) CPU - Central Processing Unit RAM - Random Access Memory ROM - Read-Only Memory CD-ROM drive Floppy disk drive Hard disk drive

Information stored in computers

• Symbols or "bits", are 1 and 0.

Page 12: Computer Terminologies (1) CPU - Central Processing Unit RAM - Random Access Memory ROM - Read-Only Memory CD-ROM drive Floppy disk drive Hard disk drive

Data Networks

Page 13: Computer Terminologies (1) CPU - Central Processing Unit RAM - Random Access Memory ROM - Read-Only Memory CD-ROM drive Floppy disk drive Hard disk drive

1 Byte = 8 Bits. Information Unit

Page 14: Computer Terminologies (1) CPU - Central Processing Unit RAM - Random Access Memory ROM - Read-Only Memory CD-ROM drive Floppy disk drive Hard disk drive

Numbering System

Page 15: Computer Terminologies (1) CPU - Central Processing Unit RAM - Random Access Memory ROM - Read-Only Memory CD-ROM drive Floppy disk drive Hard disk drive

Binary Numbering System

Page 16: Computer Terminologies (1) CPU - Central Processing Unit RAM - Random Access Memory ROM - Read-Only Memory CD-ROM drive Floppy disk drive Hard disk drive

Binary Number System• Computer systems only

understand “on” and “off” or “1s” and “0s.”

• Computer systems use a binary numbering system rather than decimal.

• Decimal numbering system uses 10 symbols; they are 0-9.

• Computer systems use a Base 2 system.

27 26 25 24 23 22 21 20

128 64 32 16 8 4 2 1

8 bits = 1 byte

A bit is a binary digit used in the binary numbering system, either 0 or 1.

Page 17: Computer Terminologies (1) CPU - Central Processing Unit RAM - Random Access Memory ROM - Read-Only Memory CD-ROM drive Floppy disk drive Hard disk drive

Binary Number System

Page 18: Computer Terminologies (1) CPU - Central Processing Unit RAM - Random Access Memory ROM - Read-Only Memory CD-ROM drive Floppy disk drive Hard disk drive

Binary Number System

The binary number 10010001 in Base 2 = 145.

27 26 25 24 23 22 21 20

128 64 32 16 8 4 2 1

1 0 0 1 0 0 0 1

(1, 128) = 128 + (0, 64) = 0 + (0, 32) = 0 + (1, 16) = 16 + (0, 8) = 0 + (0, 4) = 0 + (0, 2) = 0 + (1, 1) = 1 = 145

Page 19: Computer Terminologies (1) CPU - Central Processing Unit RAM - Random Access Memory ROM - Read-Only Memory CD-ROM drive Floppy disk drive Hard disk drive

Binary Number System

The decimal number 35 in Base 2

27 26 25 24 23 22 21 20

128 64 32 16 8 4 2 1

0 0 1 0 0 0 1 1

Page 20: Computer Terminologies (1) CPU - Central Processing Unit RAM - Random Access Memory ROM - Read-Only Memory CD-ROM drive Floppy disk drive Hard disk drive

Binary Number System

If the right-most digit is odd, then the number is odd. (255)

27 26 25 24 23 22 21 20

128 64 32 16 8 4 2 1

1 1 1 1 1 1 1 1

Page 21: Computer Terminologies (1) CPU - Central Processing Unit RAM - Random Access Memory ROM - Read-Only Memory CD-ROM drive Floppy disk drive Hard disk drive

Binary Number System

If the right-most digit is even, then the number is even. (142)

27 26 25 24 23 22 21 20

128 64 32 16 8 4 2 1

1 0 0 0 1 1 1 0

Page 22: Computer Terminologies (1) CPU - Central Processing Unit RAM - Random Access Memory ROM - Read-Only Memory CD-ROM drive Floppy disk drive Hard disk drive

Preparation for LAB

• 1: Installation of NIC

• 2: Configuring network settings

Page 23: Computer Terminologies (1) CPU - Central Processing Unit RAM - Random Access Memory ROM - Read-Only Memory CD-ROM drive Floppy disk drive Hard disk drive

Q & A