عربي  Mark    Scores  Hardware

 

1Computer Hardware
2Computer Architecture Principles
3Central Processing Unit (CPU)
4Arithmetic and Logic Unit (ALU)
5Control Unit (CU)
6CPU Registers
7Program Execution
8Microprocessor Chips
9CPU Speed
10 CPU Local Bus
11Memory (Primary Storage Device)
12Random Access Memory (RAM)
13Memory Modules
14Special Memory Devices
15 Cache
16Read-Only Memory (ROM)
17Buses
18Boards and Ports
19Secondary Storage Devices
20 Floppy-Diskette Drive (FDD)
21Floppy-Diskette Drive: Properties
22Floppy Diskette: Capacity Calculation
23 Hard-Disk Drive (HDD)
24Compact-Disk (CD) Drives
25Compact Disk-Read Only Memory (CD-ROM) Drive
26Compact Disk-Recordable (CD-R) Drive
27Compact Disk-ReWritable (CD-RW) Drive
28 Digital-Versatile-Disk (DVD) Drive
29Computer Peripherals
30Keyboard
31Mouse
32Mouse: Internal Work
33Mouse: Connecting to Computer
34Trackball, Joystick, Pointing Stick
35Scanner
36Monitor
37Cathode-Ray Tube (CRT) Monitor
38Liquid-Crystal Display (LCD) Monitor
39Video Cards (Display Adapters)
40Printers
41Dot-Matrix Printer
42Inkjet Printer
43Laser Printer
44Plotter
45Speaker and Microphone
  Previous (Page 16)Next (Page 18)
Buses
Computer data buses.
  Computer data buses. Data bus types.



A bus is an electronic path along which bits (signals) are transmitted. The different computer components communicate along buses. Buses carry data, address, and control signals. They are composed of a complex collection of electronic circuits, a number of chips, and expansion slots into which we plug expansion boards that connect input, output, and secondary storage devices. A bus speed is the number of transmission operations it can handle per second and is measured in hertz with 1 hertz = 1 cycle (operation) per second. A bus width is the number of bits it can carry. A bus with speed 8 MHz and with width 16 bits can deliver 8 x 106 x 16 = 128000000 bps (bit per second) = 128 Mbps (megabit per second).

A typical microcomputer has three data buses:

- System bus that connects the microprocessor and memory

- Expansion bus that connects low-speed devices as mice and keyboards to memory. The typical standards for this bus are the industry standard architecture (ISA) and the extended ISA (EISA). Also most computers today have a universal serial bus (USB). A USB can support up to 127 input/output (peripheral) devices. USB devices are hot-swappable meaning that they can be plugged or unplugged at any time with no need for rebooting or shutting down the computer.

- Local bus that connects high-speed devices as hard-disk drives and monitors directly to the CPU. This bus looks as an extension to the CPU's local (internal) bus and that is where its name comes from. The typical standards for this bus are the Video Electronics Standards Association local bus (VL-bus) and the peripheral component interconnect (PCI). The PCI is faster, can connect more devices, and supports the plug and play (PnP) feature. PnP gives the computer the ability to automatically detect and configure new hardware devices. See comparison.

 
Page 17 of 45

Previous (Page 16)Next (Page 18)