Skip to main content

Motherboard [chipsets & ICs]



fig:- Block diagram of Mother board



  • North Bridge [GMCH]

   - [Graphic Memory Controller Hub]
      It controls graphic and memory sections of MotherBoard.Graphic section includes VGA                     port,AGP or pcl express slot & Memory stands for DIMM Slot [RAM]
  - All data from these Port travels to CPU through GMCH so,any fault in GMCH block the data              transmission from CPU to RAM & hence no data outs at dispaly
  • South Bridge [ICH]

   -[Input Output Controller Hub]
    It control all sections except graphic & Memory but all section are not directly controlled by this         chip.Few other ICs are used between input - output section & ICH
  -The section ICH controls directly are USB,PCI,SATA,PATA,BIOS,RTC crystal,Audio IC,LAN          IC,SIO IC.
  • SIO 

  -[Serial Input Output IC]
   It works under south Bridge & controls PS/2 port (KB,Mouse).Seriial Port,Parallel Port,Floppy          Port,fan,speed & power switch.
  • RAM

 -[Random Acess Memory]
  It hold data during working of computer.The processed data by CPU is placed into RAM whhich is further sent to display through North Bridge.
Types of RAM used in computer
-SD-RAM
 
                                                           Fig:-SD-RAM
  i. It has two cut and pin type IC.
 ii. It works on 3.3V
iii. It has 164 pins
iv. It is used in Pentium III computers/speed 100 to 200 MHz

-DDR I
Fig :- DDR I
  i. It has one cut and pin type IC.
 ii.It works on 2.5V.
iii. It has 184 pins.
iv. Used in earlier Pentium IV computers /speed 200 to 400MHZ

-DDR II
                                             Fig:- DDR II
 i. It has 240 pins & speed 400-800 MHz
ii. One cut and works on 1.8V

-DDR III
                                                             Fig:-DDR III
 i. It has also single cut but broad height is smaller than other RAM
ii. It works on 1.5V
iii. Speed 800-1600 MHz.

Popular posts from this blog

SMPS of computer

                                            fig:- working principle of SMPS       fig :- SMPS of computer From the above figure, we came to know that the function of SMPS in computer which is to convert  the high 220V-AC to 0-12V DC.SMPS contain several color of wires which carry the different voltage to the different parts of the computer.The following table shows the different color cables and its carrying voltage.      

warm clothes distribution program

‘ Small step can make a big difference ’ Rural Women Development Centre from morang,Nepal distributed the warm clothes to the needy people. They manage it possible by collecting fund from working staffs and management committe. Here is the video link of the distribution program. https://youtu.be/AxaHbivcQUM

Multiple mcp23017 interfacing with Arduino

MCP23017 is the I/O port extender that runs on 12C. It is 16-bit I/O expender.in this tutorial we are going to interface the single and multiple  mcp23017 with arduino.  fig:- mcp32017 module IT has 16 I/O ports from PA0 to PA7 and PB0 to PB7. first of all we are going to interface the single mcp23017 with Arduino. For this  connect the circuit as shown on figure. Download the library for mcp23017  from  sketch-- include library -- manage libraries.