Lab 8 Report

You might also like

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

Department of Computer ScienceSchool

of Systems and Technology

UniversityofManagement&Technology

Digital Logic Design Student Name: Abdullah Farooq

StudentID: F2023266160

ResourcePerson: Miss Jaweria Aslam Section: V1

Lab Report # 8

Title: Implementation of Half Subtractor and Full Subtractor

Objectives:

(1) To learn about half subtractor and full subtractor operations.


(2) To learn about 4-bit binary parallel subtractor.

Understanding:

In this lab, we came to know that how we can perform binary subtraction using half
subtractor and full subtractor. Half subtractor takes two inputs and provide two outputs that is
Difference and Carry. On the other hand, the full subtractor takes three inputs that is A, B and Borrow
In and provides two outputs that is Difference and Borrow Out. We drew truth table for both, derived
the simplified Boolean expressions for difference and Bout and drew logic diagrams and then
implemented them on hardware using logic gates. Then we also implement 4-bit binary parallel
subtractor that is made up of four full subtractors using IC 7483.

Learning/Conclusions:

Implementation of half subtractor, full subtractor and 4-bit parallel subtractor.

You might also like