Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                

St. Xavier's College: Maitighar, Kathmandu

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 6

St.

Xavier’s College
Maitighar, Kathmandu

LAB REPORT 3: To verify the operation of 3 input AND and or gate using multiple
gates.

(COMPUTER SCIENCE)

SUBMITTED BY: SUBMITTED TO:

NAME: Kripal Shrestha

GRADE: BIM 1st semester (Anil sir)

DATE : 9st October 2018 Digital Logics lecturer

Department of computer science

KATHMANDU, NEPAL
2018
A Project On
Boolean algebra

Submitted as a partial fulfillment of requirement of the curriculum of


BIM 1st semester under TU

Submitted By:
Kripal Shrestha

Under Supervision Of
Anil shah sir

Date:
29th October 2018

St. Xavier’s College


Maitighar, Kathmandu
Nepal

Roll No: 018BIM021 St. Xavier’s college, Maitighar

2|Page
TITLE: To verify the operation of 3 input AND and or gate using multiple
gates.
Theory:
AND Gate:
PRINCIPLE:
The AND gate is an electronic circuit that gives a high output (1) only if
it’s all inputs are high. In other words all the outputs are low (0) if there is at
least one low input. The output is equal to the logical multiplication of the
logical inputs.
The result remain same even with the use of multiple gate .It is represented by
(A.B.C).

Observation Diagram of AND Gate:

3|Page
Truth Table:
A B C O=A.B.C
0 0 0 0
0 0 1 0
0 1 0 0
0 1 1 0
1 0 0 0
1 0 1 0
1 1 0 0
1 1 1 1

4|Page
OR Gate:
PRINCIPLE:
The OR gate is an electronic circuit that gives a high output (1) if
one or more of its input are high. In other words OR gate produces low (0)
output if all the given inputs are low .It is represented by (A+B+C).

BOOLEN EXPRESSION : ( A+B+C)

Observation Diagram of OR Gate:

5|Page
Truth Table:
A B C O=A+B+C
0 0 0 0
0 0 1 1
0 1 0 1
0 1 1 1
1 0 0 1
1 0 1 1
1 1 0 1
1 1 1 1

CONCLUSION:
So from the above verification we can lean how OR gate and AND gate
operates when there is 3 inputs and multiple gates and in the following way the
operation of three inputs OR and AND gates using multiple gates can be
verified in terms of truth table and logic diagram.

REFERENCE:
1. Reference Books
2. Google
3. Reference sites
4. Digital works
5. YouTube

6|Page

You might also like