Miscellaneous Articles

Page 5 of 8

Resistors in AC Circuits

Manish Kumar Saini
Manish Kumar Saini
Updated on 26-May-2021 1K+ Views

Important TermsAC Circuit − A closed path followed by alternating current is called as an AC Circuit.Resistance − The measure of opposition offered by a material in the path of electric current is known as resistance of that material. The element possessing the resistance is known as Resistor.Peak Value of Voltage or Current − It is the maximum value attained by an alternating quantity. It is also called as Amplitude.Average Value − The arithmetical average of all values of an alternating quantity over one cycle is called as average value. For sinusoidal voltage or current, $$\mathrm{I_{avg}=\frac{2I_{m}}{\pi}=0.637I_{m}}$$$$\mathrm{V_{avg}=\frac{2V_{m}}{\pi}=0.637I_{m}}$$Root Mean Square (RMS) value ...

Read More

Physical Limitations of Operational Amplifiers

Manish Kumar Saini
Manish Kumar Saini
Updated on 26-May-2021 3K+ Views

A practical operational amplifier exhibits some limitations that should be considered in the design of instrument.The Physical Limitations of Operational Amplifier −Voltage Supply LimitationsFinite Bandwidth LimitationsInput Offset Voltage LimitationsInput Bias Current LimitationsOutput Offset Voltage LimitsSlew Rate LimitationShort Circuit Output LimitsLimited Common Mode Rejection RatioVoltage Supply LimitationsAn operational amplifier is power by an external DC power supply (+VCC and -VCC), which are symmetric and of the order of ± 10 V to ± 20 V. The effect of voltage supply limits is that amplifiers are able to amplify the signals only within the range of their power supply voltage. It is ...

Read More

MOSFET – Types and Working Principle

Manish Kumar Saini
Manish Kumar Saini
Updated on 26-May-2021 25K+ Views

A Metal Oxide Semiconductor Field Effect Transistor (MOSFET) has four terminals − Source (S), Gate (G), Drain (D), Body (B). It is a semiconductor device which is used for switching and amplification applications in electronic circuits. In general, the body terminal is connected with the source thus forming a three terminal device just like an FET.The MOSFET is a voltage controlled device. Since its operation depends upon the flow of majority carriers only, hence MOSFET is a unipolar device.In other words, An FET that can be operated in the enhancement mode is known as MOSFET.Why the Name MOSFET? The gate ...

Read More

How to Test a Transistor Using a Digital Multimeter

Manish Kumar Saini
Manish Kumar Saini
Updated on 26-May-2021 18K+ Views

Basically a transistor is nothing but two pn-junctions connected back to back. By examining both the junctions (Emitter-Base junction and Collector-Base junction) with the help of a digital multimeter, we can comment on the functionality of the transistor.The test of the transistor is based on the principle of pn-junction biasing, i.e., when a forward bias is applied to the pn-junction (by connecting positive terminal to the p-region and negative terminal to the n-region), the junction allows current to through it. When the reverse bias applied to the junction, it behaves as an open circuit.NPN Transistors are widely used. We can ...

Read More

Enhancement Mode MOSFET

Manish Kumar Saini
Manish Kumar Saini
Updated on 26-May-2021 22K+ Views

The Enhancement Mode Metal Oxide Semiconductor Field Effect Transistor (EMOSFET) is a three-terminal Device viz. Source (S), Gate (G) and Drain (D). The EMOSFET is a voltage controlled device.The EMOSFET can be operated in the enhancement mode only. The EMOSFET has no physical channel from source to drain since the substrate extends completely to the SiO2 layer.By the application of gate–source voltage (VGS) of proper magnitude and polarity the device can be made operating. The use of VGS induces an n-channel just below the gate terminal and this made the device operating.The minimum value of VGS of proper polarity that ...

Read More

Digital Circuits and Their Applications

Manish Kumar Saini
Manish Kumar Saini
Updated on 26-May-2021 11K+ Views

Digital electronics is branch of electronics which deals with digital signals to accomplish the tasks. The digital signals are the signals which are represented using the binary language, i.e., 0’s and 1’s.The digital circuits are implemented using logic gates like AND, OR, NOT, NAND, NOR, XOR and XNOR which can perform logical operations.Digital Circuit DefinitionA circuit implemented using a number of logic gate and takes the input in the binary form (0’s and 1’s) is called as Digital Circuit.Types of Digital CircuitsCombinational Digital CircuitsSequential Digital CircuitsDigital Logic GatesA logic gate is an electronic component that is implemented using a Boolean ...

Read More

Diac Operations and Applications

Manish Kumar Saini
Manish Kumar Saini
Updated on 26-May-2021 8K+ Views

A diac is a two-terminal, three-layer, bidirectional device which can be switched from OFF state to ON state for both positive and negative polarity of the supply voltage.Constructional Details of the DiacThe basic structure of a Diac is similar to a BJT transistor. The only difference is that there is no base terminal in case of Diac.The terminals of the diac are taken from the two p-regions of silicon that are separated by an n-region. The concentrations are identical in all layers to give the device symmetrical properties.V – Characteristics of DiacFrom I-V Characteristics of a Diac, for the applied ...

Read More

DC Power Supply Filter Types

Manish Kumar Saini
Manish Kumar Saini
Updated on 26-May-2021 11K+ Views

In practice, a rectifier is used to produce pure DC supply in electronic circuits. But the output of a rectifier is not pure DC, it has pulsations, i.e., it contains AC and DC components. The AC component is undesirable and must be removed. For this, a filter circuit is used."A Filter Circuit is a circuit which removes the ac component from the output of rectifier and produces the pure dc output across the load."The filter circuit should be placed between the rectifier and the load.A filter circuit is basically a combination capacitors (C) and inductors (L). A capacitor allows the ...

Read More

Difference Between Local and Global Variable

AmitDiwan
AmitDiwan
Updated on 24-Mar-2021 11K+ Views

In this post, we will understand the difference between local and global variables.Local variableIt is generally declared inside a function.If it isn’t initialized, a garbage value is stored inside it.It is created when the function begins its execution.It is lost when the function is terminated.Data sharing is not possible since the local variable/data can be accessed by a single function.Parameters need to be passed to local variables so that they can access the value in the function.It is stored on a stack, unless mentioned otherwise.They can be accessed using statement inside the function where they are declared.When the changes are ...

Read More

Difference Between Static and Dynamic Binding

AmitDiwan
AmitDiwan
Updated on 24-Mar-2021 2K+ Views

In this post, we will understand the difference between static binding and dynamic binding.Static BindingIt is resolved at compile time.It uses type of the class and fields.It uses private, final, and static methods and variables.Example: OverloadingDynamic BindingIt is resolved during run time.Virtual methods use this technique.It uses objects to resolve the binding.Example: Method overriding.

Read More
Showing 41–50 of 71 articles
« Prev 1 3 4 5 6 7 8 Next »
Advertisements