1 / 24

MOTHERBOARD

MOTHERBOARD. MOTHERBOARD. MOTHERBOARD. holds the processor, memory and expansion slots and connects directly or indirectly to every part of the PC. include a small block of ROM . The ROM contains the PC’s BIOS. BUS. A bus is a channel over which information flows.

meli
Download Presentation

MOTHERBOARD

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. MOTHERBOARD

  2. MOTHERBOARD

  3. MOTHERBOARD • holds the processor, memory and expansion slots and connects directly or indirectly to every part of the PC. • include a small block of ROM. The ROM contains the PC’s BIOS.

  4. BUS A bus is a channel over which information flows. The wider the bus, the more information can flow over the channel, much as a wider highway can carry more cars than a narrow one. The original ISA bus on the IBM PC was 8 bits wide.

  5. BUS The universal ISA bus used now is 16 bits. The other I/O buses (including PCI) are 32 bits wide. The memory and processor buses on Pentium and higher PCs are 64 bits wide.

  6. MOTHERBOARD • Peripheral Component Interconnect(PCI) is a computer bus standard for attaching peripheral devices to a computer motherboard.

  7. MOTHERBOARD • Industry Standard Architecture(ISA) is a bus standard for IBM compatibles that extends the XT bus architecture to 16 bits. It is designed to connect peripheral cards to the motherboard.

  8. MOTHERBOARD • The Accelerated Graphics Port (AGP) is a high-speed computer bus standard for attaching peripheral devices to a computer motherboard, dedicated primarily to assist in the acceleration of 3D computer graphics.

  9. CPU

  10. Central Processing Unit (CPU) The CPU completes a set of four basic operations: • Fetches an instruction • Decodes the instruction • Executes the instruction • Stores the results

  11. Central Processing Unit (CPU) Control Center of the Computer The Brains of the Computer – interprets and issues instructions

  12. Central Processing Unit (CPU) The Arithmetic/Logic Unit (ALU) is a component of the CPU which performs arithmetic, comparisons, and logical operations.

  13. What does this mean? • 32-bit Pentium processor with 128 megabytes of RAM and 40 gigabytes of hard disk space.

  14. BINARY WORLD Electronic circuits can exist in only one of two states: ON or OFF. • 0 0 (OFF OFF) = Decimal 0 • 0 1 (OFF ON) = Decimal 1 • 1 0 (ON OFF) = Decimal 2 • 1 1 (ON ON) = Decimal 3

  15. Binary-coded decimal Binary coded decimal (BCD) is a numeral system used in computer memory. In BCD, numbers are represented as decimal digits, and each digit is represented by four bits: Digit Bits Digit Bits 0 0000 5 0101 1 0001 6 0110 2 0010 7 0111 3 0011 8 1000 4 0100 9 1001

  16. 24 = 16 4-bit (Nibble) 28 = 256 8-bit (Byte) 16-bit Sample 216 = 65536

  17. AMERICAN STANDARD CODE FOR INFORMATION INTERCHANGE ASCII is a seven-bit code it uses the integers representable with seven binary digits (a range of 0 to 127 decimal) to represent information. i.e. 0000000 to 1111111

  18. Decimal  Binary Representation 14/2 7/2 3/2 7 3 0 1 1 0 0 1 1 2 10 3 11 4 100 5 101 6 110 7 111 8   1000 9 1001 10 1010 11 1011 12 1100 13 1101 14 1110 15 1111 1 1*23 = + 1*22 = + 1*21 = + 0*20 = 8 4 2 0 14

  19. BINARY on your fingertips Thanks to http://www.dnaco.net/~ivanjs/bin1-7.html

  20. 0100100001101001001000000100100100100000011000010110110100100000010000010101001101000011010010010100100101001000011010010010000001001001001000000110000101101101001000000100000101010011010000110100100101001001 Click here to decode

More Related