DECO Fil
DECO Fil
SCHOOL OF TECHNOLOGY
PANDIT DEENDAYAL ENERGY UNIVERSITY
SESSION 2024-25
SUBMITTED BY
NAME : Kouadio Akotto Daniel
ROLL NO. : 23BCP471
DIVISION : 7
COURSE NAME : Digital Electronics and
Computer Organization
COURSE CODE : 20CP203P
10
EXP 1: LOGICAL GATES
AND Gate :
• Definition: The AND gate outputs a high signal (1) only if all of its inputs are high
(1).
• Output Operation: For inputs A and B, the output Y = A*B
OR Gate
• Definition: The OR gate outputs a high signal (1) if at least one of its inputs is high
(1).
• Output Operation: For inputs A and B, the output Y= A+B
NOT Gate
• Definition: The NOT gate, also known as an inverter, outputs the opposite of its input.
• Output Operation: For input AAA, the output Y= ¬A
NAND Gate
• Definition: The NAND gate outputs a low signal (0) only if all of its inputs are high
(1); it’s the inverse of the AND gate.
• Output Operation: For inputs A and B, the output Y= ¬(A*B)
NOR Gate
• Definition: The NOR gate outputs a high signal (1) only if all of its inputs are low (0);
it’s the inverse of the OR gate.
• Output Operation: For inputs AAA and BBB, the output Y=¬(A+B)
• Definition: The XOR gate outputs a high signal (1) only if exactly one of its inputs is
high (1). It’s often used for binary addition.
• Output Operation: For inputs AAA and BBB, the output Y=A⊕B
• Definition: The XNOR gate outputs a high signal (1) if both inputs are the same,
either both 0 or both 1. It is the inverse of the XOR gate.
• Output Operation: For inputs AAA and BBB, the output Y=¬(A⊕B)
EXP2: MULTIPLE GATES
EXP 3: XOR and XNOR
EXP 4: FULL SUB GATES
EXP 5: FULL ADDER AND HALF ADDER
EXP 6: LOGICAL UNIT WITH AN ADDITION