0% found this document useful (0 votes)
75 views

Lab 01

This lab aims to familiarize students with basic logic gates like AND, OR, NOT, NAND, NOR, XOR and XNOR. The objectives are for students to learn about the symbols, truth tables and boolean expressions of each logic gate and demonstrate the ability to develop different logic circuits using available gates. The result section then shows the symbol, boolean expression and truth table for each of the 7 common logic gates.

Uploaded by

Anonymous eWXehp
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
75 views

Lab 01

This lab aims to familiarize students with basic logic gates like AND, OR, NOT, NAND, NOR, XOR and XNOR. The objectives are for students to learn about the symbols, truth tables and boolean expressions of each logic gate and demonstrate the ability to develop different logic circuits using available gates. The result section then shows the symbol, boolean expression and truth table for each of the 7 common logic gates.

Uploaded by

Anonymous eWXehp
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 4

Lab

01 Introduction to Logic Gates


BTE3012
Digital Logic Design Laboratory
Lab Objectives

By the end of this lab, students should be able to:

1. Familiarization with basic logic gates.


2. Demonstrate the ability to develop different logic circuits using
available gates.

20 Student names Student ID Section Group


MOHAMED IKHWAN BIN MOHAMED HARRIS TB16081

ABDUL AZIZ BIN ZULKIFLI

Due Date: Delivery Date:


INTRODUCTION

Actually the term logic is applied to digital circuits used to implement logic functions. Several
kinds of digital logic circuits are the basic elements that form the building blocks for such
complex digital system as the computer. The lines connected to each symbols are the inputs
and outputs. The inputs are on the left of each symbol and the output is on the right. A circuit
that performs a specific logic operation (AND, OR) is called a logic gate. The objective of this
lab is to familiarize with the logic gates and demonstrate the ability to develop different logic
circuits using available gates.
RESULT

No. Gate Symbol Boolean Truth Table


A B F
0 0 0
1 AND F=A.B 0 1 0
1 0 0
1 1 1
A B F
0 0 0
2 OR F=A+B 0 1 1
1 0 1
1 1 1
A B F
0 0 1
3 XNOR 𝐹 =𝐴⊕𝐵 0 1 0
1 0 0
1 1 1
A B F
0 0 1
4 NAND 𝐹 = 𝐴. 𝐵 0 1 1
1 0 1
1 1 0
A B F
0 0 0
5 EOR 𝐹 =𝐴⊕𝐵 0 1 1
1 0 1
1 1 0
A B F
0 0 1
6 NOR 𝐹 =𝐴+𝐵 0 1 0
1 0 0
1 1 0
A B F
0 0 1
7 NOT 𝐹=𝐴 0 1 0
1 0 0
1 1 0

You might also like