Skip to main content

Posts

Gtu sem 5th python programming ( 3151108 ) question paper download

Python programming (3151108)exam questions paper summer 2022. Gtu python programming paper download. plication (MCA) , PDDC , Diploma Of pharmacy (D.pharm) , Diploma engineering. While you searched for download GTU B.E. CIVIL SEM 5 3151108 Python Programming gtupaper.in past exam papers.You might have gone to other sites on the internet along with the official gtu site i.e. gtu.ac.in but you must be confused there with your download GTU B.E. CIVIL SEM 5 3151108 Python Programming gtupaper.in past exam papers. AS you dont know the subject code of GTU B.E. CIVIL SEM 5 3151108 Python Programming gtupaper.in .That`s what we were filling lack of. So we created sudybudyy.in   Hey students, simply long press on image to download , you get download image option.   Here, on gtupaper.in You don`t need to remember your GTU B.E. CIVIL SEM 5 3151108 Python Programming gtupaper.in subject code.You just select your branch from be , bpharm , mba , mca , dpharm , mpharm , pddc , me and diploma...

MCQ of electrical and physics/ studybuddy

Electrical engineering and simple physics MCQ with answers.  1.What is Ohm's Law used to calculate? a) Voltage b) Current c) Resistance d) Power 2.What is the unit of electrical resistance? a) Coulomb b) Volt c) Ohm d) Watt 3.How is alternating current (AC) different from direct current (DC)? a) AC has a higher voltage than DC b) AC changes direction, while DC does not c) AC is more efficient than DC d) AC is less expensive than DC 4.What is a transformer used for in an electric circuit? a) To increase the voltage b) To decrease the voltage c) To increase the current d) To decrease the resistance 5.What is a diode used for in an electric circuit? a) To rectify AC to DC b) To amplify a signal c) To store electrical energy d) To switch the circuit on and off

what is transformer / transformer explain

 electrical transformer / basic explain. A transformer is an electrical device that is used to transfer electrical energy between two or more circuits through electromagnetic induction. It consists of two or more coils of wire, known as the primary and secondary coils, which are wrapped around a core made of iron or another magnetic material. When an alternating current (AC) flows through the primary coil, it creates a varying magnetic field that is linked to the secondary coil through the core. This varying magnetic field causes an AC current to flow in the secondary coil, transferring energy from the primary circuit to the secondary circuit. One of the key features of a transformer is that it allows for the voltage of an electrical current to be increased or decreased. This is done by manipulating the number of turns in the primary and secondary coils. For example, if the number of turns in the secondary coil is greater than the number of turns in the primary coil, the voltage in...

Time Delays in 8051 C

 Time Delays in 8051 C Micro controller / electric engineering. We can create time delay in 8051 C by two ways: Using for loop statement . Using the 8051 timers We cannot get the exact delays using simple for loops because of following reasons: 1. The instruction execution speed varies according to the number of clock periods per machine cycle. The different variants of 8051 microcontroller use different clock periods per machine cycle. 2. The crystal frequency connected to the X₁-X₂ input pins. The duration of the clock period for the machine cycle is a function of this crystal frequency. 3. In case of C programs, it is the C compiler that converts the C statements and functions to assembly language instructions. As a result different compilers produce different code and hence instructions executed in a loop may vary with different compilers.