Electronic Terms

JK Flip Flop

The JK Flip Flop is the most widely used flip flop. It is considered to be a universal flip-flop circuit. The sequential operation of the JK Flip Flop is the same as for the RS flip-flop with the same SET and RESET input. The difference is that the JK Flip Flop does not the invalid …

JK Flip Flop Read More »

NAND Gate

The NAND gate is a combination of an AND gate and NOT gate. They are connected in cascade form. It is also called Negated And gate. The NAND gate provides the false or low output only when their outputs is high or true. The NAND gate is essential because different types of a boolean function …

NAND Gate Read More »

NOR Gate

An OR gate followed by a NOT gate in a cascade is called a NOR gate. In other words, the gate which provides a high output signal only when there are low signals on the inputs such type of gate is known as NOR gate. The logic symbol of the gate is shown below: The …

NOR Gate Read More »

NOT Gate

The NOT gate is a single input single output gate. This gate is also known as Inverter because it performs the inversion of the applied binary signal, i.e., it converts 0 into 1 or 1 into 0. In other words, the gate which has a high input signal only when their input signal is low …

NOT Gate Read More »

AND Gate

AND gate also has two or more input signals same as that of the OR gate, and the output is single. The gate has a high output only when all the input signals are high otherwise the output signal is low. The logic symbol for the gate is shown below. The switching circuit of the …

AND Gate Read More »

OR Gate

An OR gate has two or more than two inputs and one output signal. It is called an OR gate because the output signal will be high only if any or all input signals are high. The OR gate follows the logical operation of the input and output signals. It permits the signal to pass …

OR Gate Read More »

RS Flip Flop

A Flip Flop is a bi-stable device. There are three classes of flip flops they are known as Latches, pulse-triggered flip-flop, Edge- triggered flip flop. In this set word means that the output of the circuit is equal to 1 and the word reset means that the output is 0. There are two types of …

RS Flip Flop Read More »

DeMorgan’s Theorem

DeMorgan’s Theorem is mainly used to solve the various Boolean algebra expressions. The Demorgan’s theorem defines the uniformity between the gate with the same inverted input and output. It is used for implementing the basic gate operation likes NAND gate and NOR gate. The Demorgan’s theorem mostly used in digital programming and for making digital …

DeMorgan’s Theorem Read More »