DELD 1
DELD 1
Assistant Professor
KKWIEER, Nashik
Objectives
To develop skills for design and implementation of
combinational logic circuits
Outcomes
To Design and implement combinational circuits
Representations of signed numbers
Standard representations of logic functions
Logic Minimization techniques
❖ Digital Circuit are Classified as:
1. Combinational Circuits
• The output at any instant of time depend upon the inputs
present at that instant of time
• No memory in these circuits
2. Sequential Circuits
• The output at any instant of time depend upon the present
inputs as well as past inputs/outputs
• Elements to store information known as memory
▪ The output of combinational circuit at any instant of
time, depends only on the levels present at input
terminals
▪ The combinational circuit do not use any memory. The
previous state of input does not have any effect on the
present state of the circuit.
▪ A combinational circuit can have an n number of inputs
and m number of outputs
G1= B2 B1 + B1 B2 = B2 ⊕ B1 G0= B1 B0 + B0 B1 = B1 ⊕ B0
THANK YOU