DLD Lecture No. 24
DLD Lecture No. 24
Lecture No 24
Combinational Circuits
Introduction Introduction
• Logic circuits for digital systems may be combinational or • Because the state of the storage elements is a function of previous
sequential. inputs, the outputs of a sequential circuit depend not only on
present values of inputs, but also on past inputs, and the circuit
• A combinational circuit consists of logic gates whose outputs at any behavior must be specified by a time sequence of inputs and
time are determined from only the present combination of inputs. internal states.
A combinational circuit performs an operation that can be specified
logically by a set of Boolean functions.
• In contrast, sequential circuits employ storage elements in addition
to logic gates. Their outputs are a function of the inputs and the
state of the storage elements.
1
11/30/2024
2
11/30/2024
3
11/30/2024
Truth Table for BCD to Excess-3 Code Truth Table for BCD to Excess-3 Code
4
11/30/2024
Assignment # 2
• Draw the truth tables, find the simplest Boolean expressions using
Karnaugh Maps, identify whether using SOP or POS forms will results
in simplest expressions and finally draw circuit diagrams for the
following binary codes:
a) BCD Code
b) Gray code
c) 6311
d) 2421
e) Odd & Even Parity Generator for four bit data.
Assignment submission date : 12 December 2024 before start of
class.