2-bit Multiplier

 A Binary Multiplier is a digital circuit used in digital electronics to multiply two binary numbers and provide the result as output. The method used to multiply two binary numbers is similar to the method taught to school children for multiplying decimal numbers which is based on calculating partial product, shifting them and adding them together. Similar approach is used to multiply two binary numbers. Long multiplicand is multiplied by 0 or 1 which is much easier than decimal multiplication as product by 0 or 1 is 0 or same number respectively.


Truth Table for 2-bit Multiplier




Simulation for 2 - bit Multiplier



Comments

Popular posts from this blog

Introduction to CEDAR Logic Simulator

Flip - Flops

Frequency Divider & Counters