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

CSE332 Lab Report 1

The document describes an experiment to design a 2-bit logic unit. The objectives are to place ICs on a trainer board, connect power and inputs/outputs, apply input combinations, and verify outputs against a truth table. The theory discusses that the logic unit will perform AND, OR, XOR and NOT operations on 2 bits. A circuit diagram and truth table with the expected outputs for all combinations of 2-bit inputs are provided.

Uploaded by

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

CSE332 Lab Report 1

The document describes an experiment to design a 2-bit logic unit. The objectives are to place ICs on a trainer board, connect power and inputs/outputs, apply input combinations, and verify outputs against a truth table. The theory discusses that the logic unit will perform AND, OR, XOR and NOT operations on 2 bits. A circuit diagram and truth table with the expected outputs for all combinations of 2-bit inputs are provided.

Uploaded by

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

North South University

Department of Electrical & Computer


Engineering
Lab Report

Experiment No: 1
Experiment Title: Design of a 2-bit Logic Unit

Course Code: CSE332L


Course Name: Computer Organization & Architecture Lab

Name & ID: Mohammed Hasib Junayed Ilham 2013729042

Date Of Experiment: 28.10.2021


Date Of Submission: 29.10.2021
Objective:
1) Place the ICs on the trainer board.
2) Connect Vcc and ground to the respective pins of IC.
3) Connect the inputs with the switches and the outputs with LEDs.
4) Apply various combinations of inputs and observe the outputs.
5) Verify the experimental outputs with the Truth Table.

Theory:
In this experiment we constructed a 2-bit logic unit which is a part of an ALU. This logic unit will
have 4 micro-operations which are AND, OR, XOR and NOT operations. Logic micro-operations are
very useful for manipulating individual bits or a portion of a word stored in a register. They can be
used to change bit values, delete a group of bits, or insert a new set of bits in a register. As we are
going to design a 2-bit logic unit, we will have two outputs which is one output for each of the 2
bits.

Circuit Diagram:
Data/Readings/Truth Table:
A1 A0 B1 B0 AND1 AND0 OR1 OR0 XOR1 XOR0 NOTA1 NOTA0
0 0 0 0 0 0 0 0 0 0 1 1
0 0 0 1 0 0 0 1 0 1 1 1
0 0 1 0 0 0 1 0 1 0 1 1
0 0 1 1 0 0 1 1 1 1 1 1
0 1 0 0 0 0 0 1 0 1 1 0
0 1 0 1 0 1 0 1 0 0 1 0
0 1 1 0 0 0 1 1 1 1 1 0
0 1 1 1 0 1 1 1 1 0 1 0
1 0 0 0 0 0 1 0 1 0 0 1
1 0 0 1 0 0 1 1 1 1 0 1
1 0 1 0 1 0 1 0 0 0 0 1
1 0 1 1 1 0 1 1 0 1 0 1
1 1 0 0 0 0 1 1 1 1 0 0
1 1 0 1 0 1 1 1 1 0 0 0
1 1 1 0 1 0 1 1 0 1 0 0
1 1 1 1 1 1 1 1 0 0 0 0
Discussion:

You might also like