Ads 468x60px

  • Sabtu, 21 April 2012

    Motherboard

    Motherboard CPU sockets Main article: CPU socket A CPU socket or slot is an electrical component that attaches to a printed circuit board (PCB) and is designed to house a CPU (also called a microprocessor). It is a special type of integrated circuit socket designed for very high pin counts. A CPU socket provides many functions,...

    Rabu, 04 April 2012

    TAS ASD

    #include<stdio.h> #include<stdlib.h> #include<string.h> #include<conio.h> struct tnode{ char nama[25]; char alamat[40]; char notelp[10]; char email[20]; struct tnode *next; }; void addData(tnode **node,char...