1st year notes Archive

  • Diodes: A diode is a two-terminal device which acts like a valve: it blocks the flow of current in the reverse direction, and allows it to flow in the forward...

    Diode

    Diodes: A diode is a two-terminal device which acts like a valve: it blocks the flow of current in the reverse direction, and allows it to flow in the forward...

    Continue Reading...

  • SEMICONDUTOR MATERIAL: SEMICONDUCTORS – Group IV ELEMENTS “Semiconductors are solid materials, either non –metallic compounds, which allow electrons to pass through them so that they conduct electricity in much the...

    Semiconductor Materials

    SEMICONDUTOR MATERIAL: SEMICONDUCTORS – Group IV ELEMENTS “Semiconductors are solid materials, either non –metallic compounds, which allow electrons to pass through them so that they conduct electricity in much the...

    Continue Reading...

  • /****************************************************************/ /*                         HEADER FILES                            */ #include<stdio.h> #include<string.h> /****************************************************************/ /****************************************************************/ /*                         MACROS      ...

    C code : search any file

    /****************************************************************/ /*                         HEADER FILES                            */ #include<stdio.h> #include<string.h> /****************************************************************/ /****************************************************************/ /*                         MACROS      ...

    Continue Reading...

  • copy and paste this code : #include<conio.h> #include<graphics.h> #include<stdlib.h> #include<dos.h> void main() { int gdriver=DETECT,gmode; int i,x,y; initgraph(&gdriver,&gmode,”e:    cgi”); while(!kbhit()) { x=random(640); y=random(480); setcolor(15); for(i=1;i<10;i++) { circle(x,y,i); delay(10); } setfillstyle(1,15);...

    C Code : A blinking star

    copy and paste this code : #include<conio.h> #include<graphics.h> #include<stdlib.h> #include<dos.h> void main() { int gdriver=DETECT,gmode; int i,x,y; initgraph(&gdriver,&gmode,”e:    cgi”); while(!kbhit()) { x=random(640); y=random(480); setcolor(15); for(i=1;i<10;i++) { circle(x,y,i); delay(10); } setfillstyle(1,15);...

    Continue Reading...

  • o    Alternator operation o    The polarity of the voltage across the wire coils reverses as the opposite poles of the rotating magnet pass by. Connected to a load, this reversing...

    AC GENERATOR: 1st year notes, Electrical Engineering

    o    Alternator operation o    The polarity of the voltage across the wire coils reverses as the opposite poles of the rotating magnet pass by. Connected to a load, this reversing...

    Continue Reading...

  • o Direct current, which is electricity flowing in a constant direction, and/or possessing a voltage with constant polarity. DC is the kind of electricity or the kind of charge generated...

    INTRODUCTION TO AC AND DC :1st year Notes,Electrical Engineering

    o Direct current, which is electricity flowing in a constant direction, and/or possessing a voltage with constant polarity. DC is the kind of electricity or the kind of charge generated...

    Continue Reading...

  • Voltage regulator: A voltage regulator is an electrical regulator designed to automatically maintain a constant voltage level. It may use an electromechanical mechanism, or passive or active electronic components. Depending...

    Voltage Regulator: description

    Voltage regulator: A voltage regulator is an electrical regulator designed to automatically maintain a constant voltage level. It may use an electromechanical mechanism, or passive or active electronic components. Depending...

    Continue Reading...