You are on page 1of 1

PROJECT-1 ON LOGISIM

Q1. Draw the following circuit using Logisim and output its truth table and Boolean expression
obtained in Logisim. Include snapshots (Circuit, Truth Table and Boolean Expression) from your
simulation into your report.

Repeat the above question with each AND gate replaced by NAND gate and each OR gate replaced
by NOR gate

5 Marks

Q2. In Logisim, construct truth table and simulate a circuit to do the following task:

The logic output Y should produce HIGH output if and only if the Input represented by 4-bit Binary
Number is greater than 4 and less than 11. Construct the truth table to perform this operation using
Logisim. Include the snapshot of the truth table so developed in your report. Simulate the circuit and
attach the snapshot of the circuit developed. 10 Marks

Q3. Design a logic circuit to multiply two, 2-bit binary numbers together that produce a 4-bit result
Y3Y2Y1Y0 . The numbers are represented by expressions A 1A0 and B1B0 (A1 and B1 represent the Most
Significant Bit). Perform the following steps:

a) Produce a truth table for the multiplication operation.

b) Draw a K-Map for the second Least Significant Bit (Y 1) of the multiplication result and
produce a simplified logic expression.

c) Input the truth table prepared in part (a) using Logisim and verify that K-Map and Boolean
expression you obtained part (b) matches with the one obtained using Logisim. Include the
snapshot in your report

15 Marks

You might also like