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

Dte Final Micro Project

The document discusses binary multiplication and binary division circuits. It explains how binary multiplication works by shifting and adding partial products. It also explains how binary division works using long division methods with the digits 0 and 1. Circuit diagrams of a 2-bit multiplier and divider are presented and the components used are listed.

Uploaded by

lokeshdhangar842
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
12 views

Dte Final Micro Project

The document discusses binary multiplication and binary division circuits. It explains how binary multiplication works by shifting and adding partial products. It also explains how binary division works using long division methods with the digits 0 and 1. Circuit diagrams of a 2-bit multiplier and divider are presented and the components used are listed.

Uploaded by

lokeshdhangar842
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 11

INDEX

Sr.no Content Page no


1 INTRODUCTION 8

2 Ic’s used 9

3 10

Circuit diagram

4 11
EXPERIMENTAL SETUP

5 Truth table 13

6 CONCLUSION 17

7 REFERENCES 18
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&search=arithmatic+circuits&ns0=1
4)

You might also like