You are on page 1of 2

Practical : 1

 NAME : DABHI PARAMVEERSINH A.


 ENROLLMENT NO. : 190130107022
 BATCH : CE A1
 SUBJECT : DIGITAL FUNDAMENTAL
 DATE : 29 AUG,2020

AIM:

Study and Implement All Basic Logic gates. Implement NAND


and NOR Logic gates as Universal gates.

DESCRIPTION:

1. The three primitive logic gates are represented by


distinctive logic symbols known as basic logic gates : AND
gate, OR gate & NOT gate.

2. From these primitive logic functions we have derived


logic function and hence derived logic gates. These are
NAND , NOR , EX-OR & EX-NOR.

3. NAND & NOR gates are called universal gate because


since with either one the AND & OR function and NOT can
be generated.
1. NOT gate (inverter):
 The output is a complement of input.
 Boolean expression: Y= Á

TRUTH TABLE
Input Output
A Z
0 1
1 0

You might also like