You are on page 1of 4

Addis Ababa Science and Technology University

College of Electrical and Mechanical Engineering


Department of Software Engineering
Digital Logic Design Laboratory Report 1

No Name Id Section
1
2
3
4
5
6
7
8

Activity One: Basic gates


1- NOT gates
Results: Discuss
Input Output
0/LOW/FALSE/
1/HIGH/TRUE/

2- AND gates
Results:
INPUT 1 INPUT 2 OUTPUT Discuss
0 0
0 1
1 0
1 1

3- OR gates
Results:
INPUT 1 INPUT 2 OUTPUT Discuss
0 0
0 1
1 0
1 1

July 28, 2022 1


Addis Ababa Science and Technology University
College of Electrical and Mechanical Engineering
Department of Software Engineering
Digital Logic Design Laboratory Report 1

Activity Two: Derived gates


1- NAND
Results:
INPUT 1 INPUT 2 OUTPUT Discuss
0 0
0 1
1 0
1 1

2- NOR
Results:
INPUT 1 INPUT 2 OUTPUT Discuss
0 0
0 1
1 0
1 1

3- X-OR
Results:
INPUT 1 INPUT 2 OUTPUT Discuss
0 0
0 1
1 0
1 1

4- X-NOR
Results:
INPUT 1 INPUT 2 OUTPUT Discuss
0 0
0 1
1 0
1 1

July 28, 2022 2


Addis Ababa Science and Technology University
College of Electrical and Mechanical Engineering
Department of Software Engineering
Digital Logic Design Laboratory Report 1

Activity Three: Universal Gates- NAND


1- NOT gate:

Design Results and Discussion


Input Output
0/LOW/FALSE/
1/HIGH/TRUE/

2- AND Gate

Design Results and Discussion


INPUT 1 INPUT 2 OUTPUT
0 0
0 1
1 0
1 1

3- OR Gate:

Design Results and Discussion


INPUT 1 INPUT 2 OUTPUT

0 0
0 1
1 0
1 1

July 28, 2022 3


Addis Ababa Science and Technology University
College of Electrical and Mechanical Engineering
Department of Software Engineering
Digital Logic Design Laboratory Report 1

July 28, 2022 4

You might also like