SlideShare a Scribd company logo
1 of 17
COMBINATIONAL
CIRCUITS
Half Adder
Full Adder
Combinational Circuits
 Combinational Circuits:
o A combinational circuit is a connected arrangement of logic gates with a set of
inputs and outputs.
o The behavior of a combinational circuit is memoryless i.e. the output depends
solely on its most recent input and is independent of the circuit’s past
history.
o In general term, a combinational circuit consists of n binary inputs and m
binary outputs.
o Combinational Logic circuits are made up from basic logic NAND, NOR or
NOT gates that are combined or connected together to produce more
complicated switching circuits.
o Any combinational circuit can be implemented with only NAND and NOR
gates as these are classified as “universal gates.”
Combinational Circuits
o As with logic gates, a combinational circuit
can be defined in three ways:
 Truth Table: For each of the 2n
possible combinations of input
signals, the binary value of each of the
m output signal is listed.
 Graphical Symbols: The
interconnected layout of gates is
depicted.
 Boolean Equations: Each output
signal is expressed as a Boolean
function of its input signals.
Representation of Combinational Logic
Circuits
◦ Common combinational circuits made up from individual logic gates that carry
out a desired application include Multiplexer, De-multiplexers, Encoders,
Decoders, Full and Half Adders etc.
Half Adder
o The most basic digital arithmetic circuit is the addition of two binary digits.
o A combinational circuit that performs the arithmetic addition of two bits is called a
half-adder.
◦ Half-adder truth table and implementation
◦ S = A`B+AB` = A⊕B C = AB
Half Adder
◦ To implement half adder using NAND gates; we require 5 NAND gates.
0+1 = 1 +0 =1  S=1, C= 0
1+1 = 10  S=0, C=1
1+1+1 = 11 S=1, C=1
Limitations of Half Adder
oThe reason it’s called half adder is that there is no scope to add
the carry bit from previous bit. This is a major limitation of half
adders when used as binary adders especially in real time
scenarios which involves addition of multiple bits.
oTo overcome this limitation, full adders are developed.
Full Adder
◦ A full-adder is a combinational circuit that performs the arithmetic sum of
three input bits.
Block Diagram of Full Adder Logic Diagram of Full Adder
Full Adder
◦ The full adder can be thought of as two half adders connected together, with the
first half adder passing its carry to the second half adder.
Truth Table for Full Adder
o The Boolean Expression for a full
adder is: Sum = (A⊕B) ⊕Cin
◦C-Out = A.B + Cin(A⊕B) =
AB+ACin+BCin
◦ AB+ACin+BCin
◦ = AB + ACin+BCin(A+A`)
◦ = ABCin+AB+ACin+A`BCin
◦ = AB(1+Cin)+ACin+A`BCin
◦ = AB+ACin+A`BCin
◦ =AB+ACin(B+B`)+A`BCin
◦=ABCin+AB+AB`Cin+A`BCin
◦=AB(1+Cin)+AB`Cin+A`BCin
◦=AB+AB`Cin+A`BCin
◦=AB+Cin(AB`+A`B) =
AB+Cin(A⊕B)
Half Subtractor
◦ The half-subtractor is a combinational circuit which is used to perform subtraction of two bits. It has two inputs, A (minuend)
and B (subtrahend) and two outputs Difference and Borrow. The logic symbol and truth table are shown below.
Circuit Diagram of Half Subtractor
◦ From the above truth table we can find the boolean expression.
Difference = A ⊕ B
Borrow = A' B
Full Subtractor
◦ A full subtractor is a combinational circuit that performs subtraction involving three bits, namely A
(minuend), B (subtrahend), and Bin (borrow-in) . It accepts three inputs: A (minuend), B (subtrahend) and
a Bin (borrow bit) and it produces two outputs: D (difference) and Bout (borrow out). The logic symbol
and truth table are shown below.
Truth Table
◦ From the above truth table we can find
the boolean expression.
D = A ⊕ B ⊕ Bin
Bout = A' Bin + A' B + B Bin
Circuit Diagram
Title Lorem Ipsum
LOREM IPSUM DOLOR SIT AMET,
CONSECTETUER ADIPISCING ELIT.
NUNC VIVERRA IMPERDIET ENIM.
FUSCE EST. VIVAMUS A TELLUS.
PELLENTESQUE HABITANT MORBI
TRISTIQUE SENECTUS ET NETUS.

More Related Content

Similar to Lesson Week 1-2.pptx

Combinationalcircuits
CombinationalcircuitsCombinationalcircuits
CombinationalcircuitsAmjad Khan
 
combinational_circuits
combinational_circuitscombinational_circuits
combinational_circuitsBindu Madhavi
 
combinational_circuits
combinational_circuitscombinational_circuits
combinational_circuitsBindu Madhavi
 
18CSC203J_COA_Unit 2 final.pptx
18CSC203J_COA_Unit 2 final.pptx18CSC203J_COA_Unit 2 final.pptx
18CSC203J_COA_Unit 2 final.pptxtakix43466
 
Adder and Subtractor
Adder and SubtractorAdder and Subtractor
Adder and SubtractorJaydeep Kale
 
I semester Unit 4 combinational circuits.pptx
I semester Unit 4 combinational circuits.pptxI semester Unit 4 combinational circuits.pptx
I semester Unit 4 combinational circuits.pptxMayank Pandey
 
Combinational circuits r011
Combinational circuits   r011Combinational circuits   r011
Combinational circuits r011arunachalamr16
 
combinational circuit-Half Adder ,full Adder
combinational circuit-Half Adder ,full Addercombinational circuit-Half Adder ,full Adder
combinational circuit-Half Adder ,full Adderaniqa56
 
Unit 4 combinational circuit
Unit 4 combinational circuitUnit 4 combinational circuit
Unit 4 combinational circuitKalai Selvi
 
Digital electronics lab
Digital electronics labDigital electronics lab
Digital electronics labswatymanoja
 
Chapter 5_combinational logic (EEEg4302).pdf
Chapter 5_combinational logic (EEEg4302).pdfChapter 5_combinational logic (EEEg4302).pdf
Chapter 5_combinational logic (EEEg4302).pdfTamiratDejene1
 
Unit 3 combinational circuits
Unit 3  combinational circuitsUnit 3  combinational circuits
Unit 3 combinational circuitsAmrutaMehata
 
CHAPTER 6: Function of Combination Logic From Flyod ( Digital Logic Design )
CHAPTER 6: Function of Combination Logic From Flyod ( Digital Logic Design ) CHAPTER 6: Function of Combination Logic From Flyod ( Digital Logic Design )
CHAPTER 6: Function of Combination Logic From Flyod ( Digital Logic Design ) Sefat Ahammed Shovo
 

Similar to Lesson Week 1-2.pptx (20)

Chapter 4: Combinational Logic
Chapter 4: Combinational LogicChapter 4: Combinational Logic
Chapter 4: Combinational Logic
 
Combinationalcircuits
CombinationalcircuitsCombinationalcircuits
Combinationalcircuits
 
Lecturer mid.ppt
Lecturer mid.pptLecturer mid.ppt
Lecturer mid.ppt
 
combinational_circuits
combinational_circuitscombinational_circuits
combinational_circuits
 
combinational_circuits
combinational_circuitscombinational_circuits
combinational_circuits
 
18CSC203J_COA_Unit 2 final.pptx
18CSC203J_COA_Unit 2 final.pptx18CSC203J_COA_Unit 2 final.pptx
18CSC203J_COA_Unit 2 final.pptx
 
Adder and subtrctor DLD
Adder and subtrctor  DLDAdder and subtrctor  DLD
Adder and subtrctor DLD
 
Adder and Subtractor
Adder and SubtractorAdder and Subtractor
Adder and Subtractor
 
Fulll Adder
Fulll AdderFulll Adder
Fulll Adder
 
I semester Unit 4 combinational circuits.pptx
I semester Unit 4 combinational circuits.pptxI semester Unit 4 combinational circuits.pptx
I semester Unit 4 combinational circuits.pptx
 
Combinational circuits r011
Combinational circuits   r011Combinational circuits   r011
Combinational circuits r011
 
Chapter-04.pdf
Chapter-04.pdfChapter-04.pdf
Chapter-04.pdf
 
combinational circuit-Half Adder ,full Adder
combinational circuit-Half Adder ,full Addercombinational circuit-Half Adder ,full Adder
combinational circuit-Half Adder ,full Adder
 
cs 3351 dpco
cs 3351 dpcocs 3351 dpco
cs 3351 dpco
 
Unit 4 combinational circuit
Unit 4 combinational circuitUnit 4 combinational circuit
Unit 4 combinational circuit
 
Digital electronics lab
Digital electronics labDigital electronics lab
Digital electronics lab
 
Chapter 5_combinational logic (EEEg4302).pdf
Chapter 5_combinational logic (EEEg4302).pdfChapter 5_combinational logic (EEEg4302).pdf
Chapter 5_combinational logic (EEEg4302).pdf
 
Unit 3 combinational circuits
Unit 3  combinational circuitsUnit 3  combinational circuits
Unit 3 combinational circuits
 
CHAPTER 6: Function of Combination Logic From Flyod ( Digital Logic Design )
CHAPTER 6: Function of Combination Logic From Flyod ( Digital Logic Design ) CHAPTER 6: Function of Combination Logic From Flyod ( Digital Logic Design )
CHAPTER 6: Function of Combination Logic From Flyod ( Digital Logic Design )
 
Combinational circuit
Combinational circuitCombinational circuit
Combinational circuit
 

More from ChristineTorrepenida1

Kirchoff’s Law in the Frequency Domain.pptx
Kirchoff’s Law in the Frequency Domain.pptxKirchoff’s Law in the Frequency Domain.pptx
Kirchoff’s Law in the Frequency Domain.pptxChristineTorrepenida1
 
RLC Circuits elements Phasor Representation
RLC Circuits elements Phasor RepresentationRLC Circuits elements Phasor Representation
RLC Circuits elements Phasor RepresentationChristineTorrepenida1
 
sinusoids and phasors in AC circuits.pptx
sinusoids and phasors in AC circuits.pptxsinusoids and phasors in AC circuits.pptx
sinusoids and phasors in AC circuits.pptxChristineTorrepenida1
 
Lesson_8_2--Asynchronous_Counters1.ppt
Lesson_8_2--Asynchronous_Counters1.pptLesson_8_2--Asynchronous_Counters1.ppt
Lesson_8_2--Asynchronous_Counters1.pptChristineTorrepenida1
 
Battle of the brain cells Quiz Bee.pptx
Battle of the brain cells Quiz Bee.pptxBattle of the brain cells Quiz Bee.pptx
Battle of the brain cells Quiz Bee.pptxChristineTorrepenida1
 
week 6 -Multiplexer & Demultiplexer.ppt
week 6 -Multiplexer & Demultiplexer.pptweek 6 -Multiplexer & Demultiplexer.ppt
week 6 -Multiplexer & Demultiplexer.pptChristineTorrepenida1
 
Week 1-2 -INTRODUCTION TO QUANTITATIVE RESEARCH.pptx
Week 1-2 -INTRODUCTION TO QUANTITATIVE RESEARCH.pptxWeek 1-2 -INTRODUCTION TO QUANTITATIVE RESEARCH.pptx
Week 1-2 -INTRODUCTION TO QUANTITATIVE RESEARCH.pptxChristineTorrepenida1
 
Grammar Review 2nd 6 weeks Subject Verb Agreement and Pronoun Use.pptx
Grammar Review 2nd 6 weeks Subject Verb Agreement and Pronoun Use.pptxGrammar Review 2nd 6 weeks Subject Verb Agreement and Pronoun Use.pptx
Grammar Review 2nd 6 weeks Subject Verb Agreement and Pronoun Use.pptxChristineTorrepenida1
 
Introduction to communication system.pdf
Introduction to communication system.pdfIntroduction to communication system.pdf
Introduction to communication system.pdfChristineTorrepenida1
 

More from ChristineTorrepenida1 (20)

Kirchoff’s Law in the Frequency Domain.pptx
Kirchoff’s Law in the Frequency Domain.pptxKirchoff’s Law in the Frequency Domain.pptx
Kirchoff’s Law in the Frequency Domain.pptx
 
RLC Circuits elements Phasor Representation
RLC Circuits elements Phasor RepresentationRLC Circuits elements Phasor Representation
RLC Circuits elements Phasor Representation
 
sinusoids and phasors in AC circuits.pptx
sinusoids and phasors in AC circuits.pptxsinusoids and phasors in AC circuits.pptx
sinusoids and phasors in AC circuits.pptx
 
conversion of number system.pptx
conversion of number system.pptxconversion of number system.pptx
conversion of number system.pptx
 
digital-communication-report.pptx
digital-communication-report.pptxdigital-communication-report.pptx
digital-communication-report.pptx
 
color coding.pptx
color coding.pptxcolor coding.pptx
color coding.pptx
 
Resistor Color Code power point.ppt
Resistor Color Code power point.pptResistor Color Code power point.ppt
Resistor Color Code power point.ppt
 
week 2-REGISTER.pptx
week 2-REGISTER.pptxweek 2-REGISTER.pptx
week 2-REGISTER.pptx
 
Week-3.pptx
Week-3.pptxWeek-3.pptx
Week-3.pptx
 
Lesson_8_2--Asynchronous_Counters1.ppt
Lesson_8_2--Asynchronous_Counters1.pptLesson_8_2--Asynchronous_Counters1.ppt
Lesson_8_2--Asynchronous_Counters1.ppt
 
Battle of the brain cells Quiz Bee.pptx
Battle of the brain cells Quiz Bee.pptxBattle of the brain cells Quiz Bee.pptx
Battle of the brain cells Quiz Bee.pptx
 
WEEK 6-8 LESSON.pptx
WEEK 6-8 LESSON.pptxWEEK 6-8 LESSON.pptx
WEEK 6-8 LESSON.pptx
 
week 6 -Multiplexer & Demultiplexer.ppt
week 6 -Multiplexer & Demultiplexer.pptweek 6 -Multiplexer & Demultiplexer.ppt
week 6 -Multiplexer & Demultiplexer.ppt
 
tCh10.ppt
tCh10.ppttCh10.ppt
tCh10.ppt
 
False Position Method.pptx
False Position Method.pptxFalse Position Method.pptx
False Position Method.pptx
 
DiffEqPresent.ppt
DiffEqPresent.pptDiffEqPresent.ppt
DiffEqPresent.ppt
 
digital-communications.ppt
digital-communications.pptdigital-communications.ppt
digital-communications.ppt
 
Week 1-2 -INTRODUCTION TO QUANTITATIVE RESEARCH.pptx
Week 1-2 -INTRODUCTION TO QUANTITATIVE RESEARCH.pptxWeek 1-2 -INTRODUCTION TO QUANTITATIVE RESEARCH.pptx
Week 1-2 -INTRODUCTION TO QUANTITATIVE RESEARCH.pptx
 
Grammar Review 2nd 6 weeks Subject Verb Agreement and Pronoun Use.pptx
Grammar Review 2nd 6 weeks Subject Verb Agreement and Pronoun Use.pptxGrammar Review 2nd 6 weeks Subject Verb Agreement and Pronoun Use.pptx
Grammar Review 2nd 6 weeks Subject Verb Agreement and Pronoun Use.pptx
 
Introduction to communication system.pdf
Introduction to communication system.pdfIntroduction to communication system.pdf
Introduction to communication system.pdf
 

Recently uploaded

VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Bookingdharasingh5698
 
MANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTING
MANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTINGMANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTING
MANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTINGSIVASHANKAR N
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...ranjana rawat
 
UNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular ConduitsUNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular Conduitsrknatarajan
 
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordCCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordAsst.prof M.Gokilavani
 
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...Call Girls in Nagpur High Profile
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations120cr0395
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINESIVASHANKAR N
 
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...ranjana rawat
 
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingUNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingrknatarajan
 
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptxBSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptxfenichawla
 
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSISrknatarajan
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxupamatechverse
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingrakeshbaidya232001
 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...Call Girls in Nagpur High Profile
 
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...roncy bisnoi
 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performancesivaprakash250
 

Recently uploaded (20)

VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
 
MANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTING
MANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTINGMANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTING
MANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTING
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
 
UNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular ConduitsUNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular Conduits
 
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordCCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
 
Water Industry Process Automation & Control Monthly - April 2024
Water Industry Process Automation & Control Monthly - April 2024Water Industry Process Automation & Control Monthly - April 2024
Water Industry Process Automation & Control Monthly - April 2024
 
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations
 
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINEDJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
 
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
 
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingUNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
 
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptxBSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
 
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSIS
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptx
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writing
 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
 
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performance
 

Lesson Week 1-2.pptx

  • 2. Combinational Circuits  Combinational Circuits: o A combinational circuit is a connected arrangement of logic gates with a set of inputs and outputs. o The behavior of a combinational circuit is memoryless i.e. the output depends solely on its most recent input and is independent of the circuit’s past history. o In general term, a combinational circuit consists of n binary inputs and m binary outputs. o Combinational Logic circuits are made up from basic logic NAND, NOR or NOT gates that are combined or connected together to produce more complicated switching circuits. o Any combinational circuit can be implemented with only NAND and NOR gates as these are classified as “universal gates.”
  • 3. Combinational Circuits o As with logic gates, a combinational circuit can be defined in three ways:  Truth Table: For each of the 2n possible combinations of input signals, the binary value of each of the m output signal is listed.  Graphical Symbols: The interconnected layout of gates is depicted.  Boolean Equations: Each output signal is expressed as a Boolean function of its input signals.
  • 4. Representation of Combinational Logic Circuits ◦ Common combinational circuits made up from individual logic gates that carry out a desired application include Multiplexer, De-multiplexers, Encoders, Decoders, Full and Half Adders etc.
  • 5.
  • 6. Half Adder o The most basic digital arithmetic circuit is the addition of two binary digits. o A combinational circuit that performs the arithmetic addition of two bits is called a half-adder. ◦ Half-adder truth table and implementation ◦ S = A`B+AB` = A⊕B C = AB
  • 7. Half Adder ◦ To implement half adder using NAND gates; we require 5 NAND gates. 0+1 = 1 +0 =1  S=1, C= 0 1+1 = 10  S=0, C=1 1+1+1 = 11 S=1, C=1
  • 8. Limitations of Half Adder oThe reason it’s called half adder is that there is no scope to add the carry bit from previous bit. This is a major limitation of half adders when used as binary adders especially in real time scenarios which involves addition of multiple bits. oTo overcome this limitation, full adders are developed.
  • 9. Full Adder ◦ A full-adder is a combinational circuit that performs the arithmetic sum of three input bits. Block Diagram of Full Adder Logic Diagram of Full Adder
  • 10. Full Adder ◦ The full adder can be thought of as two half adders connected together, with the first half adder passing its carry to the second half adder.
  • 11. Truth Table for Full Adder o The Boolean Expression for a full adder is: Sum = (A⊕B) ⊕Cin ◦C-Out = A.B + Cin(A⊕B) = AB+ACin+BCin ◦ AB+ACin+BCin ◦ = AB + ACin+BCin(A+A`) ◦ = ABCin+AB+ACin+A`BCin ◦ = AB(1+Cin)+ACin+A`BCin ◦ = AB+ACin+A`BCin ◦ =AB+ACin(B+B`)+A`BCin ◦=ABCin+AB+AB`Cin+A`BCin ◦=AB(1+Cin)+AB`Cin+A`BCin ◦=AB+AB`Cin+A`BCin ◦=AB+Cin(AB`+A`B) = AB+Cin(A⊕B)
  • 12. Half Subtractor ◦ The half-subtractor is a combinational circuit which is used to perform subtraction of two bits. It has two inputs, A (minuend) and B (subtrahend) and two outputs Difference and Borrow. The logic symbol and truth table are shown below.
  • 13. Circuit Diagram of Half Subtractor ◦ From the above truth table we can find the boolean expression. Difference = A ⊕ B Borrow = A' B
  • 14. Full Subtractor ◦ A full subtractor is a combinational circuit that performs subtraction involving three bits, namely A (minuend), B (subtrahend), and Bin (borrow-in) . It accepts three inputs: A (minuend), B (subtrahend) and a Bin (borrow bit) and it produces two outputs: D (difference) and Bout (borrow out). The logic symbol and truth table are shown below.
  • 15. Truth Table ◦ From the above truth table we can find the boolean expression. D = A ⊕ B ⊕ Bin Bout = A' Bin + A' B + B Bin
  • 17. Title Lorem Ipsum LOREM IPSUM DOLOR SIT AMET, CONSECTETUER ADIPISCING ELIT. NUNC VIVERRA IMPERDIET ENIM. FUSCE EST. VIVAMUS A TELLUS. PELLENTESQUE HABITANT MORBI TRISTIQUE SENECTUS ET NETUS.