JEE Exam » JEE Study Material » Physics » Statement of operation

Statement of operation

In this article we will read about the statement of operation. This will include the logical gates such as Logical NOR, Logical NAND etc.

If you’re studying electronics, logic gates are a crucial topic. These are significant digital gadgets that rely primarily on the Boolean function. Logic gates perform logical operations on one or more binary inputs and output a single binary output. Logic gates are the electronic circuits that make up a digital system.

Basic logic gates

A logic gate is a basic digital circuit building element with two inputs and one output. The relationship between the input and the output follows a set of rules. These gates are implemented using electronic switches like transistors and diodes. Basic logic gates, on the other hand, are constructed utilizing CMOS technology, FETS, and MOSFETs (Metal Oxide Semiconductor FETs). Microprocessors, microcontrollers, embedded system applications, and electronic and electrical project circuits all use logic gates. AND, OR, XOR, NAND, NOR, XNOR, and NOT are the seven most basic logic gates.

Classification of basic gates

AND gate, OR gate, XOR gate, NAND gate, NOR gate, XNOR gate, and NOT gate are the seven types of basic logic gates. The logic gate function is depicted using the truth table. Except for the NOT gate, which has only one input, all logic gates have two inputs.

The binary integers 0 and 1 are used to create a truth table. The amount of inputs determines every conceivable combination.

AND gate:

The AND gate is a digital logic gate with ‘n’ inputs and a single output that conducts logical conjunction based on the input combinations. The output of this gate is true only when all the inputs are true. When one or more of the AND gate’s inputs are false, the AND gate’s output is false as well.

INPUT

OUTPUT

A

B

 

0

0

0

0

1

0

1

0

0

1

1

1






 

OR gate:

The OR gate is a digital logic gate with ‘n’ inputs and a single output that conducts logical conjunction based on the inputs’ combinations. The OR gate’s output is true only if one or more of its inputs are true. If all of the gate’s inputs are false, the OR gate’s output is also false.

INPUT

OUTPUT

A

B

O

0

0

0

0

1

1

1

0

1

1

1

1




XOR gate:

The Exclusive-OR gate is a two-input, one-output digital logic gate. Ex-OR is the abbreviation for this gate. It functions based on the OR gate’s activity. If any of the EX-OR gate’s inputs is high, the EX-OR gate’s output will also be high.

INPUT

OUTPUT

A

B

O

0

0

0

0

1

1

1

0

1

1

1

0



 

NAND gate:

The NAND gate is a digital logic gate with ‘n’ inputs and one output that performs the AND gate operation followed by the NOT gate function. The AND and NOT gates are combined to create the NAND gate. The output of the NAND gate will be low if the gate’s input is high.

INPUT

OUTPUT

A

B

O

0

0

1

0

1

1

1

0

1

1

1

0





NOR gate:

The NOR gate is a digital logic gate with n inputs and one output that executes the OR and NOT operations in sequence. The OR and NOT gates are combined to create the NOR gate. When either of the NOR gate’s inputs is true, the output of the NOR gate will be false.

INPUT

OUTPUT

A

B

O

0

0

1

0

1

0

1

0

0

1

1

0





XNOR gate:

The Exclusive-NOR gate is a two-input, one-output digital logic gate. Ex-NOR is the abbreviation for this gate. It functions based on the NOR gate’s functionality. When both of this gate’s inputs are high, the EX-NOR gate’s output is also high. The output will be low if any of the inputs is high (but not both).

INPUT

OUTPUT

A

B

O

0

0

1

0

1

0

1

0

0

1

1

1





NOT gate:

The NOT gate is a one-input, one-output digital logic gate that performs an inverter operation on the input. The NOT gate’s output is the inverse of its input. The output of the NOT gate will be false if the input is true, and vice versa.

INPUT

OUTPUT

A

O

0

1

1

0

Conclusion:

To execute fundamental logical functions, basic logic gates are used. These are the fundamental components of digital integrated circuits (integrated circuits). The majority of logic gates have two binary inputs and produce a single output, such as 1 or 0. Few logic gates are employed in some electronic circuits, whereas microprocessors contain millions of logic gates in others.

Diodes, transistors, relays, molecules, and optics are examples of mechanical devices that can be used to build logic gates. As a result, basic logic gates are used in the same way as electronic circuits are.

 
faq

Frequently Asked Questions

Get answers to the most common queries related to the JEE Examination Preparation.

What are the basic logic gates?

Ans.  A logic gate is a basic digital circuit building element with two input...Read full

Define AND gate using truth table.

Ans. The AND gate is a digital logic gate with ‘n’ inputs and a si...Read full

Explain Logical NOR gate.

Ans : The NOR gate is a digital logic gate with n inputs and one output that ...Read full

Give two examples of devices in which logic gates are used.

Ans :Logic gates are used in burglar alarms and push button switches.

Can we make a NAND gate using basic gates?

Ans :  Yes, by using a NOT gate and a AND gate we can make a NAND gate.