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

Computer Organization and Architecture: CSE 332/ EEE 336/ ETE 336

This document provides instructions for an experiment to design a 2-bit logic unit. The logic unit will perform AND, OR, XOR, and NOT operations on 2-bit inputs. Students are asked to complete the truth table for the logic operations and implement the logic circuit in Logisim. They must submit the Logisim circuit file and screenshots along with an individual lab report containing the circuit diagram with their name and student ID.
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
64 views

Computer Organization and Architecture: CSE 332/ EEE 336/ ETE 336

This document provides instructions for an experiment to design a 2-bit logic unit. The logic unit will perform AND, OR, XOR, and NOT operations on 2-bit inputs. Students are asked to complete the truth table for the logic operations and implement the logic circuit in Logisim. They must submit the Logisim circuit file and screenshots along with an individual lab report containing the circuit diagram with their name and student ID.
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 5

CSE 332/ EEE 336/ ETE 336 Computer Organization and Architecture

Lab Manual
Department of Electrical and Computer Engineering
School of Engineering and Physical Sciences
North South University, Bashundhara, Dhaka-1229, Bangladesh
______________________________________________________________________________
Experiment No: 1
Experiment Name: Design of a 2-bit Logic unit.

Introduction:
In this experiment you will construct a 2-bit logic unit which is actually 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.

Equipments:
Trainer board
IC 7404,7408,7432,7486, 74F153
Wires for connection.

Truth Table:
Complete the Truth Table according to your theoretical knowledge.

A1 A0 B1 B0 AND1 AND0 OR1 OR0 XOR1 XOR0 NOT NOT


A1 A0

0 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 0 0 0
CSE 332/ EEE 336/ ETE 336 Computer Organization and Architecture

1 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

Logic Diagram:
CSE 332/ EEE 336/ ETE 336 Computer Organization and Architecture

Procedure: (hardware)

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.

Assignment/Task:

1. Implement the circuit in Logisim. Submit logisim (.circ) file + the screenshots of
the circuits within the given time by your lab instructor.

2. Prepare and submit the lab report by the end of the class individually. In the
report, you have to include the Screenshot of the circuit as a Circuit Diagram. The
screenshot must contain your name and ID along with the circuit.

**Plagiarism and late submission will not be acceptable.


Pin configuration of ICs:
CSE 332/ EEE 336/ ETE 336 Computer Organization and Architecture
CSE 332/ EEE 336/ ETE 336 Computer Organization and Architecture

You might also like