Key Concepts & Self-Assessment20 Key Facts
Review key What Is a Logic Gate? Boolean Algebra, AND-OR-NOT Truth Tables & Universal NAND-NOR Gates exam facts and rate your mastery to track revision.
Progress: 0/20 Rated 0 Mastered 0 Review Later
#1
George Boole introduced Boolean algebra in his 1854 work 'An Investigation of the Laws of Thought', formalizing logic with truth values true (1) and false (0).
#2
Claude Shannon demonstrated in his 1937 MIT master's thesis that electrical switches could solve Boolean algebraic problems, establishing modern digital circuit design.
#3
A logic gate is an idealized physical device implementing a Boolean function, performing logical operations on one or more binary inputs to yield a single binary output.
#4
The NOT gate (inverter) accepts a single input and produces its complement, converting binary 1 to 0 and binary 0 to 1.
#5
The AND gate produces a high output (1) only when all of its inputs are simultaneously high (1); any low input (0) produces a low output (0).
#6
The OR gate produces a high output (1) if at least one of its inputs is high (1), producing 0 only when all inputs are 0.
#7
The XOR (exclusive OR) gate produces an output of 1 only when inputs differ (odd parity detector), giving 0 when inputs are identical (0,0 or 1,1).
#8
The XNOR (exclusive NOR) gate acts as an equivalence gate, producing 1 when both inputs match (0,0 or 1,1) and 0 when inputs differ.
#9
NAND and NOR are classified as universal gates because any combinational digital logic circuit can be constructed entirely using only NAND gates or only NOR gates.
#10
A NAND gate functions as an inverted AND gate, producing an output of 0 only when all inputs are 1, and 1 for all other input combinations.
#11
A NOR gate functions as an inverted OR gate, producing an output of 1 only when all inputs are 0, and 0 if any input is 1.
#12
De Morgan's first theorem states that the complement of a logical product equals the sum of the complements: NOT(A AND B) = (NOT A) OR (NOT B).
#13
De Morgan's second theorem states that the complement of a logical sum equals the product of the complements: NOT(A OR B) = (NOT A) AND (NOT B).
#14
A minimal half-adder circuit requires one XOR gate (to calculate the sum) and one AND gate (to calculate the carry bit).
#15
A full adder adds three one-bit binary digits (two operands and an input carry) and can be constructed using two half adders and one OR gate.
#16
In modern integrated circuits, logic gates are implemented using Complementary Metal-Oxide-Semiconductor (CMOS) technology, combining pMOS and nMOS field-effect transistors.
#17
In positive logic representation, a higher voltage level represents binary 1 (HIGH), while near-zero voltage represents binary 0 (LOW).
#18
Sequential logic circuits differ from combinational circuits because they incorporate memory elements (such as flip-flops and latches) where output depends on present inputs and past states.
#19
Implementing a NOT gate requires 1 NAND gate, an AND gate requires 2 NAND gates, and an OR gate requires 3 NAND gates.
#20
Digital integrated circuits arrange millions to billions of interconnected logic gates to build arithmetic logic units, registers, memory caches, and microprocessors.
Subject Specialist Commentary
Analytical perspective & practical exam advice from the Master10 academic board
Logic gates form the decision-making elements inside every computer processor and smartphone chip. At their simplest, they act like automated electrical switches that open or close paths based on incoming voltage signals. By combining these elementary switches, engineers translate everyday mathematical calculations and conditional rules into physical electrical circuits that process billions of binary operations every second.
For UPSC and SSC examinations, memorizing truth tables and De Morgan's laws is essential. Questions often test universal gates: remember that NAND and NOR can replicate every other gate. A common exam trap confuses XOR and XNOR: recall that XOR outputs 1 only for unequal inputs (odd detector), whereas XNOR outputs 1 for matching inputs (equivalence detector). Practice simplifying Boolean expressions to solve scoring multiple-choice questions quickly.
Related Knowledge Topics to Discover
Computer & Digital Awareness
Von Neumann Architecture: Stored-Program Computers, Unified Bus & Bottleneck
Explore Topic
Computer & Digital Awareness
What Is Cloud Computing and How Does It Work?
Explore Topic
Computer & Digital Awareness
Bluetooth vs Wi-Fi: Frequencies, Bandwidth, Range, Power Consumption & Network Topologies
Explore Topic
Looking for more GK practice?
Explore 52,789+ questions across 65 General Knowledge categories.