0% found this document useful (0 votes)
25 views19 pages

Wa0014.

The document outlines a micro project on Digital Arithmetic Circuit focusing on multiplication and division, completed by a group of four students from the Government Polytechnic, Jalgaon for the academic year 2023-2024. It includes details about the project guide, weekly progress reports, evaluation sheets, and acknowledgments, along with an introduction to binary multiplication and division, circuit diagrams, and conclusions. The project aims to demonstrate the application of combinational logic circuits in digital systems.

Uploaded by

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

Wa0014.

The document outlines a micro project on Digital Arithmetic Circuit focusing on multiplication and division, completed by a group of four students from the Government Polytechnic, Jalgaon for the academic year 2023-2024. It includes details about the project guide, weekly progress reports, evaluation sheets, and acknowledgments, along with an introduction to binary multiplication and division, circuit diagrams, and conclusions. The project aims to demonstrate the application of combinational logic circuits in digital systems.

Uploaded by

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

STATE BOARD OF TECHNICAL EDUCATION

GOVERNMENT POLYTECHNIC, JALGAON


(0018)
Program Name and Code : INFORMATION TECHNOLOGY (IF3I)

Course Name : Digital Technique and Microprocessor

Course Code : [22323]


Academic Year : 2023-2024
Semester : Three
A MICRO PROJECT ON

DIGITAL ARITHMATIC CIRCUIT


In multiplication and division
Submitted by the group of 4 students

Sr. Rol Name of student Enrollmen Seat


No. l t No.
No. No.
1 0 Yash Bhushan Birari 2200180339
9
2 4 Harshavardhan shailendra patil 2200180382
3
3 4 Mayur Sunil patil 2200180383
4
4 4 Sachin Nitin Patil 2200180386
7
Project Guide :
(Dhanashri patil mam)
MAHARASHTRA STATE BOARD OF
TECHNICAL EDUCATION
Certificate
This is to certify that Yash Birari, Harshavardhan Patil, Mayur Patil, Sachin Patil
Roll No.09,43,44,47 of 3rd Semester of Diploma in Information Technology of
Government Polytechnic, Jalgaon (Code:0018) has completed the Micro Project
satisfactorily in the subject Digital Technique and Microprocessor (22323) for the
Academic Year 2023-2024 as prescribed in the curriculum.

Place : Jalgaon Enrollment no. :2200180339,382,383,386.

Subject Teacher Head Of Department Principal

Seal of institution
GOVTERNMENT POLYTECHNIC JALGAON

-SUBMISSION-

We are Yash Birari , Harshavardhan Patil, Mayur Patil, Sachin Patil


student’s of 3rd Semester of the Programme Information Technology humbly submit
that we have completed from time to time the Micro-Project work as described in this
report by y our own skills and study in academic year 2023-2024 as per instructions and
guidance Ms.Dhanashri Patil Mam that following students were associated with me
for this work, however, quantum of my contribution has been approved by the Lecturer.

And that I have not copied the report on its any appreciable part from any other
literature in contravention of the academic ethics.

Date: Signature of Student

1.

2.

3.
4.
WEEKLY PROGRESS REPORT

SR.NO. WEEK ACTIVITY PERFORMED SIGN OF GUIDE DATE


1 Discussion and finalization of topic

2 First Preparation and submission of


Abstract
3
Week Literature Review

4 Collection of Data

5 Collection of Data
Second
6 Discussion and outline of Content
Week

7 Formulation of Content

8 Editing and proof Reading of


Content

9 Compilation of Report And


Presentation
10
Third Seminar
Week
11 Viva voce

12 Final submission of Micro Project

Sign of the student Sign of the faculty


Evaluation Sheet for the Micro Project

Name of Student : Yash Birari , Harshavardhan Patil, Mayur Patil, Sachin Patil.
Enrollment No. :2200180339,2200180382,2200180383,2200180386.
Semester : Three
Course Title : Digital Techniques and Microprocessor

Code : 22323

Title of the Micro-Project : Digital Arithmatic Circuit

Micro-Project Evaluation Sheet

Marks out of Marks out of


6 for 4for performance
performance in
Roll No. Name of student oral/ Total out
in group
presentation of 10
activity (D5
(D5 Coi.9)
Coi.8)

09 Yash Birari

43 Harshavardhan Patil

44 Mayur Patil

Sachin Patil
47.
ACKNOWLEDGEMENT

This Micro project would not have been possible without considerable guidance
and support. So, we would like to acknowledge those who have enable us to complete
this project.

Firstly we would like to thank our project guide, Ms.Dhanashri patil Mam for providing
the guideline with continuous advice and feedback throughout the duration of finishing
this project. We also thank to the Dr. P. M. Patil (principal of Government Polytechnic
Jalgaon) for providing us the opportunity to embark on this project .
Secondly we would also like to thank all other staff members of Information
Technology that we may called upon for assistance since the genesis of this project
their opinion and suggestion have helped us in a realizing these project.

Also not to be forgotten, we would like to thank all our friends with the report
valuable opinion and sharing ideas during the process of this project.

Finally we would like to thank our families for their understanding,


encouragement and support towards the completion of project.

Thank so much.
INDEX

Sr.no Content Page no

1 INTRODUCTION 8

2 Ic’s used 10

3 Circuit diagram 11,12

12,13
4 EXPERIMENTAL SETUP

5 Truth table 15

16
6 CONCLUSION

17
7 REFERENCES
INTRODUCTION

In digital systems, combinational logic circuits


such as a binary multiplier and binary division are
used to perform binary arithmetic operations like
multiplication and division of two binary numbers
‘0’ and ‘1’. These are widely used in various
applications like computers, mobiles, calculators,
general-purpose processors, and digital signal
processors to process the signal with various
algorithms. This article gives a brief description
of the types, rules, and methods involved in the
binary multiplier and binary division.
What is Binary Multiplier?
A binary multiplier definition is; an electronic device or digital device or a
combinational logic circuit that performs the multiplication of two binary
numbers (0 and 1). The two binary numbers or the two binary inputs used
in the binary multiplication are multiplicand and multiplier to get the
binary product as a result.
The bit size of the multiplier and the multiplicand can be varied. But the
bit size of the binary product depends on the multiplier and the
multiplicand bit size. The sum of the multiplier and the multiplicand bit
size is equal to the final binary product’s bit size.
Function of Binary Multiplier
In the first step of the process of the binary multiplier, the partial product
terms are obtained by the bit by bit multiplication, which is equal to the
ANDing of two binary numbers. In the next step, all the partial product
terms of each column are added together to get the final binary product
output.

The main function of this multiplier is to do binary multiplication of 2


binary numbers with various bit sizes and reduce the calculation time in
electronic digital systems such as computers. The binary multiplication is
similar to the decimal multiplication.

What is Binary Division?


The binary division is a set of rules which are designed to divide two
numbers, which are represented in binary form. These rules are similar to
those which are used to divide two numbers in their decimal equivalent
form. The rules are framed based on a truth table, and logic gate circuits
can be designed based on the truth table. These logic gates, perform the
binary division when implemented and designed in a printed circuit board
or FPGA board.

Materials used in this circuit:


Connecting wires, jumper wires,ic 7408,7486,7405,resistor ,led,9volt
battery, breadboard.

IC’s Used In this Circuit

Ic: 7408 AND Gates(2)


Circuit Diagrams:

Binary Multiplier
Binary Division

Circuit created
How does binary multiplication work and
how to design a 2-bit multiplier?
Binary multiplication works just like normal multiplication. There
are four main rules that are quite simple to understand:
0 x 0 = 0
0 x 1 = 0
1 x 0 = 0
1 x 1 = 1

Two Bit Binary Division


The circuit diagram represents a two-bit divider circuit. The two bits input
are A0, A1, for one number, and B0, B1 for the other. The pins C0, C1, C2,
and C3 represent the binary form representation of the quotient. The
circuit is realized using AND gates and Ex-OR gates as shown in the figure.
A common application of logic gate operation can be found in
multiplexer and demultiplexer circuits.
Know more about Quine Mccluskey Method MCQs.
How do you divide a binary number by 3?
By checking with the decimal equivalent of the number, it can be divided
by 3
Which Division Method is used to Perform Binary Division?
The long division method is used to perform the binary division
Truth Tables

2 bit binary Multiplication


CONCLUSION

We learn that the product of multiplying any binary number

x by a single binary digit is always either 0 or x. Therefore,

the multiplication of two binary numbers comes down to shifting

the multiplicand left appropriately for each non-zero bit in the

multiplier, and then adding the shifted numbers together .

The binary number is divided by the divisor using only the

digits 0 and 1 in binary division. The residual is the value left

over after the division is complete, while the quotient is the

outcome of the division. Binary division works in a similar way

to long division in the decimal system


REFERENCES

1) Digital Techniques Nirali Textbook


2) Digital Tecniques techmax Textbook
3) https://en.wikipedia.org/wiki/Special:Search?go=Go&sear
ch=arithmatic+circuits&ns0=1

You might also like