Functions of Com Bi National Logic
Functions of Com Bi National Logic
Functions of Com Bi National Logic
Makeleni Siyanda
Functions of combinational
Logic
“Who is wise? He that learns from
everyone.
Who is powerful? He that governs his
passion.
Who is rich? He that is content.
Who is that? Nobody.”
By- Benjamin Franklin
Section Objectives
Distinguish between half-adder and full-adders.
Use full-adders to implement multibit parallel binary adders.
Explain the differences between ripple carry and look-ahead
carry parallel adders.
Use the magnitude comparator to determine the relationship
between two binary numbers and use cascaded comparators
to handle the comparison of larger numbers.
Implement a basic binary decoder.
Use BCD-to-7-segement decoders in display systems.
Apply a decimal-to-BCD priority encoder in a simple keyboard
application.
Convert from BCD to binary, binary to Gray code, and
Gray code to binary by using logic devices.
Apply multiplexers in data selection, multiplexed
displays, logic function generation, simple
communications systems.
Used decoders as demultiplexers.
Explain the meaning of parity.
Use parity generators and checkers to detect bit errors
in digital systems.
Implement a simple data communications system.
Identify glitches, common bugs in digital systems.
Basic Adders
BCD-to-Binary Conversion
The binary numbers representing the weights
of the BCD bits are summed to produce the
total binary number.
Let consider decimal number 87 and
expressed in BCD as 1000 0111
The left most represent 80 while the right 4-
bits represent 7.
ten digit units digit
Weight 80 40 20 10 8421
Bit designation B3 B2 B1 B0 A3A2A1A0
Example
Binary Coded Decimal(BCD)