Q2 Digital Logic
Q2 Digital Logic
Quarter 2
the manipulation of binary values through
printed circuit board technology that uses
circuits and logic gates to construct the
implementation of computer operations
mainly used for data(must be digital
Digital
information) representation, manipulation
and processing of using discrete signals Logic
or binary digits (bits)
it can perform logical operations, data
retrieval or storing and data
transformation by analyzing logical
circuit design
• A logical statement that
Boolean results in a Boolean value,
either be True or False
Expression Example − AB′C is a Boolean
expression.
• The table used to represent the
Truth Boolean expression of a logic gate
function
Table • A logic gate truth table shows each
possible input combination to the
gate or circuit with the resultant
output depending upon the
combination of these input(s).
• The table used to represent the
Logic Boolean expression of a logic gate
function
Diagram • A logic gate truth table shows each
possible input combination to the
gate or circuit with the resultant
output depending upon the
combination of these input(s).
• A logic gate is a device that acts as a
building block for digital circuits
• perform basic logical functions that
are fundamental to digital circuits
OR GATE
• An OR gate is a digital logic gate that implements logical
disjunction.
• An OR gate has two or more than two inputs and one output
signal.
• An OR gate is a digital logic gate that gives an output of 1
when any of its inputs are 1, otherwise 0
OR Gate
Operation
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.
XOR GATE
• The Exclusive-OR or ‘Ex-OR’ gate is a digital logic gate that
accepts more than two inputs but only outputs one value.
• An XOR gate produces 0 if its two inputs are the same, and a 1
otherwise.
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.
NOT GATE
• A NOT gate accepts one input value and produces one output
value
• If the input value for a NOT gate is 0, the output value is
1, and if the input value is 1, the output is 0
• A NOT gate is sometimes referred to as an inverter because it
inverts the input value
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.
NAND GATE
• An abbreviation for “NOT AND;
• The combination of two basic logic gates, the AND gate and
the NOT gate connected in series
• A logic gate which produces an output which is false only if
all its inputs are true; thus its output is complement to
that of an AND 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.
NOR GATE
• A NOR (NOT OR) gate is a combination OR gate
followed by an inverter.
• Its output is true if both inputs are false.
Otherwise, the output is false.
• The NAND and NOR gates are
essentially the opposite of the AND
and OR gates, respectively.
NAND and • Are also called universal gates
• The NAND and NOR gates can perform
NOR gates all the other operations of the
gates such as logical AND, OR, and
NOT gates.
LOGIC GATE SYMBOL SUMMARY
THE END