SlideShare a Scribd company logo
BOOLEAN ALGEBRA & LOGIC
CIRCUIT APPLICATION
Presented By
• SHEHAB SHARIER
• MARINA SULTANA
• TAMIM TANVIR
• PROSHANTO PODDER
Objectives
• Introduction to Boolean algebra.
• Basic concepts and functions of
Boolean algebra.
• Introduce to Logic gates.
• Logic circuits and Boolean
expressions.
Boolean Algebra
An algebra which is use for simplifying the
presentation & manipulation of propositional
logic.
It is also know as Switching Algebra.
Invented by George Boole in 1854.
Boolean algebra is mainly use for simplify
and Manipulate electronic logic circuits in
computers .
Basic concepts of Boolean algebra
 It deals with the binary number system
(0,1).
 The three basic logical operations are:
I. AND
II.OR
III.NOT
AND operation is use for logical multiplication.
The dot symbol (“.”) used for representing AND
operation. AND operator has an output 1 if
all the inputs are 1 otherwise the output is 0.
AND Operation
Truth Table for logical AND operation.
Input Input Output
A B C
0 0 0
0 1 0
1 0 0
1 1 1
OR operation is use for logical addition.
The symbol (“+”) used for represent OR operation.
OR operator has an output 1 if
any of the inputs are 1 otherwise the output is 0.
OR Operation
Truth Table for logical OR operation.
Input Input Output
A B C
0 0 0
0 1 1
1 0 1
1 1 1
NOT operation is use for complementation.
The over bar symbol (“¯”) used for represent NOT
operation. NOT operator has an output 1 if
input is 0 or output 0 if the the input is 1.
NOT Operation
Truth Table for logical NOT operation.
Input Output
A
_
A
0 1
1 0
Boolean Theorems
Basic Theorems:-
OR AND NOT
A+0=A A.0=0
_
A+A=1
A+1=1 A.1=A
_
A . A=0
A+A=A A . A=A
_
A+A=1
_
A . A=0
Other Theorems:-
• A+B=B+A
• A . B=B . A
• A+(B+C)=(A+B)+C
• A+B . C=(A+B).(A+C)
Boolean Function
Boolean function is an expression formed with
binary variable. It is the combination of
Boolean operators such as AND, OR & NOT
operators.
Input Output
X Y X X+Y X.(X+Y) =X.Y
0 0 1 1 0 0
0 1 1 1 0 0
1 0 0 0 0 0
1 1 0 1 1 1
X.( X+Y)=X.Y
Truth table for Boolean function.
Logic Gate
 Computer carries out all operations by the
combination of signals that pass through standard
blocks of built-in circuits.
 Logic gate is an elementary building block of digital
electronic circuits that operates one or more input
signals to produce standard output.
 The common use of logic gate elements is to act as
switch.
 In computer logic gates are use to implement
Boolean functions.
BASIC
GATES
AND
OR
NOT
Type of Logic Gates
AND Gate
o AND gate is use for logical multiplication
input signals.
o If the input values for an AND gate are 1 then
the output is 1 otherwise the output is 0.
OR Gate
OR gate performs the logical addition operation.
It is an electronic circuit that generates an
output signal 1 if any of the input signal is 1.
NOT Gate
NOT gate performs the logical
complementation operation.
It is an electronic circuit that generates the
reverse of the input signal as output signal.
Logic Circuits
An electronic circuit that is consist with a number of
logic gates which is use in computer to perform
logical operation on its two or more input signals
to produce a combined standard output signal.
Logic circuit for Boolean expression Z.(X+Y)
X X+Y
Y
Z.(X+Y)
Z
Z
Logic circuit for Boolean expression (X.Y.Z).(X+Y+Z)
X X
X.Y.Z
Y X.Y.Z
Z (X.Y.Z).(X+Y+Z)
X X
X+Y+Z
Y
Z Z
Boolean algebra simplifies logic circuits to increase
work efficiency of digital device.
Logic circuits can be built for any binary electric or
electronic devices including switches, relays, electron
tubes and transistors.
circuits that perform complex logical functions . A
computer can perform its logical functions along with
proper execution of other commands.
Conclusion
! Thank you !

More Related Content

What's hot

Logic gates
Logic gatesLogic gates
Logic gates
prasanna chitra
 
Logic gates - AND, OR, NOT, NOR, NAND, XOR, XNOR Gates.
Logic gates - AND, OR, NOT, NOR, NAND, XOR, XNOR Gates.Logic gates - AND, OR, NOT, NOR, NAND, XOR, XNOR Gates.
Logic gates - AND, OR, NOT, NOR, NAND, XOR, XNOR Gates.
Satya P. Joshi
 
Digital Logic circuit
Digital Logic circuitDigital Logic circuit
Digital Logic circuit
kavitha muneeshwaran
 
Subtractor (1)
Subtractor (1)Subtractor (1)
Subtractor (1)
Self-employed
 
boolean algebra and logic simplification
boolean algebra and logic simplificationboolean algebra and logic simplification
boolean algebra and logic simplification
Unsa Shakir
 
Combinational Circuits & Sequential Circuits
Combinational Circuits & Sequential CircuitsCombinational Circuits & Sequential Circuits
Combinational Circuits & Sequential Circuits
gourav kottawar
 
boolean algrebra and logic gates in short
boolean algrebra and logic gates in shortboolean algrebra and logic gates in short
boolean algrebra and logic gates in short
Rojin Khadka
 
adder and subtractor
 adder and subtractor adder and subtractor
adder and subtractor
Unsa Shakir
 
Multiplexers & Demultiplexers
Multiplexers & DemultiplexersMultiplexers & Demultiplexers
Multiplexers & Demultiplexers
Jayanshu Gundaniya
 
decoder and encoder
 decoder and encoder decoder and encoder
decoder and encoder
Unsa Shakir
 
Combinational circuits
Combinational circuitsCombinational circuits
Combinational circuits
Jamnas Mundakkutty A
 
Boolean algebra And Logic Gates
Boolean algebra And Logic GatesBoolean algebra And Logic Gates
Boolean algebra And Logic GatesKumar
 
multiplexers and demultiplexers
 multiplexers and demultiplexers multiplexers and demultiplexers
multiplexers and demultiplexers
Unsa Shakir
 
Multiplexer and DeMultiplexer
Multiplexer and DeMultiplexerMultiplexer and DeMultiplexer
Multiplexer and DeMultiplexer
Estiak Khan
 
Introduction to digital logic
Introduction to digital logicIntroduction to digital logic
Introduction to digital logic
Kamal Acharya
 
Number system in Digital Electronics
Number system in Digital ElectronicsNumber system in Digital Electronics
Number system in Digital Electronics
Janki Shah
 
Decoder Full Presentation
Decoder Full Presentation Decoder Full Presentation
Decoder Full Presentation
Adeel Rasheed
 
Half adder & full adder
Half adder & full adderHalf adder & full adder
Half adder & full adder
Gaditek
 
Multiplexers
MultiplexersMultiplexers
Multiplexers
DrSonali Vyas
 

What's hot (20)

Logic gates
Logic gatesLogic gates
Logic gates
 
Logic gates - AND, OR, NOT, NOR, NAND, XOR, XNOR Gates.
Logic gates - AND, OR, NOT, NOR, NAND, XOR, XNOR Gates.Logic gates - AND, OR, NOT, NOR, NAND, XOR, XNOR Gates.
Logic gates - AND, OR, NOT, NOR, NAND, XOR, XNOR Gates.
 
Digital Logic circuit
Digital Logic circuitDigital Logic circuit
Digital Logic circuit
 
Subtractor (1)
Subtractor (1)Subtractor (1)
Subtractor (1)
 
boolean algebra and logic simplification
boolean algebra and logic simplificationboolean algebra and logic simplification
boolean algebra and logic simplification
 
Combinational Circuits & Sequential Circuits
Combinational Circuits & Sequential CircuitsCombinational Circuits & Sequential Circuits
Combinational Circuits & Sequential Circuits
 
boolean algrebra and logic gates in short
boolean algrebra and logic gates in shortboolean algrebra and logic gates in short
boolean algrebra and logic gates in short
 
adder and subtractor
 adder and subtractor adder and subtractor
adder and subtractor
 
Multiplexers & Demultiplexers
Multiplexers & DemultiplexersMultiplexers & Demultiplexers
Multiplexers & Demultiplexers
 
decoder and encoder
 decoder and encoder decoder and encoder
decoder and encoder
 
Combinational circuits
Combinational circuitsCombinational circuits
Combinational circuits
 
Boolean algebra And Logic Gates
Boolean algebra And Logic GatesBoolean algebra And Logic Gates
Boolean algebra And Logic Gates
 
multiplexers and demultiplexers
 multiplexers and demultiplexers multiplexers and demultiplexers
multiplexers and demultiplexers
 
Basics of digital electronics
Basics of digital electronicsBasics of digital electronics
Basics of digital electronics
 
Multiplexer and DeMultiplexer
Multiplexer and DeMultiplexerMultiplexer and DeMultiplexer
Multiplexer and DeMultiplexer
 
Introduction to digital logic
Introduction to digital logicIntroduction to digital logic
Introduction to digital logic
 
Number system in Digital Electronics
Number system in Digital ElectronicsNumber system in Digital Electronics
Number system in Digital Electronics
 
Decoder Full Presentation
Decoder Full Presentation Decoder Full Presentation
Decoder Full Presentation
 
Half adder & full adder
Half adder & full adderHalf adder & full adder
Half adder & full adder
 
Multiplexers
MultiplexersMultiplexers
Multiplexers
 

Viewers also liked

Boolean algebra
Boolean algebraBoolean algebra
Boolean algebraGagan Deep
 
BOOLEAN ALGEBRA
BOOLEAN ALGEBRA BOOLEAN ALGEBRA
BOOLEAN ALGEBRA
Shaik Aman
 
COMPUTER ORGANIZATION - Logic gates, Boolean Algebra, Combinational Circuits
COMPUTER ORGANIZATION - Logic gates, Boolean Algebra, Combinational CircuitsCOMPUTER ORGANIZATION - Logic gates, Boolean Algebra, Combinational Circuits
COMPUTER ORGANIZATION - Logic gates, Boolean Algebra, Combinational Circuits
Vanitha Chandru
 
CBSE XII Boolean Algebra
CBSE XII Boolean AlgebraCBSE XII Boolean Algebra
CBSE XII Boolean Algebra
Guru Ji
 
Boolean Algebra
Boolean AlgebraBoolean Algebra
Boolean Algebragavhays
 
Chapter 06 boolean algebra
Chapter 06 boolean algebraChapter 06 boolean algebra
Chapter 06 boolean algebra
Hareem Aslam
 
Usable electricity generation from the random noise
Usable electricity generation from the random noiseUsable electricity generation from the random noise
Usable electricity generation from the random noise
Saylee joshi
 
Speed control of dc motor using pulse width modulation
Speed control of dc motor using pulse width modulationSpeed control of dc motor using pulse width modulation
Speed control of dc motor using pulse width modulationviveksinghdew
 
Logic gates
Logic gatesLogic gates
Digital logic gates and Boolean algebra
Digital logic gates and Boolean algebraDigital logic gates and Boolean algebra
Digital logic gates and Boolean algebra
SARITHA REDDY
 
simplification of boolean algebra
simplification of boolean algebrasimplification of boolean algebra
simplification of boolean algebra
mayannpolisticoLNU
 
The logic gate circuit
The logic gate circuitThe logic gate circuit
The logic gate circuitroni Febriandi
 
Digital systems logicgates-booleanalgebra
Digital systems logicgates-booleanalgebraDigital systems logicgates-booleanalgebra
Digital systems logicgates-booleanalgebra
elfeds916
 
Novel Power Cycles With Omcm
Novel Power Cycles With OmcmNovel Power Cycles With Omcm
Novel Power Cycles With OmcmRahulA
 
Optimal synthesis of steam and power plants
Optimal synthesis of steam and power plantsOptimal synthesis of steam and power plants
Optimal synthesis of steam and power plantsRahulA
 

Viewers also liked (20)

Boolean algebra
Boolean algebraBoolean algebra
Boolean algebra
 
BOOLEAN ALGEBRA
BOOLEAN ALGEBRA BOOLEAN ALGEBRA
BOOLEAN ALGEBRA
 
COMPUTER ORGANIZATION - Logic gates, Boolean Algebra, Combinational Circuits
COMPUTER ORGANIZATION - Logic gates, Boolean Algebra, Combinational CircuitsCOMPUTER ORGANIZATION - Logic gates, Boolean Algebra, Combinational Circuits
COMPUTER ORGANIZATION - Logic gates, Boolean Algebra, Combinational Circuits
 
CBSE XII Boolean Algebra
CBSE XII Boolean AlgebraCBSE XII Boolean Algebra
CBSE XII Boolean Algebra
 
Boolean algebra
 Boolean algebra Boolean algebra
Boolean algebra
 
Boolean Algebra
Boolean AlgebraBoolean Algebra
Boolean Algebra
 
Chapter 06 boolean algebra
Chapter 06 boolean algebraChapter 06 boolean algebra
Chapter 06 boolean algebra
 
Boolean algebra
Boolean algebraBoolean algebra
Boolean algebra
 
Boolean algebra
Boolean algebraBoolean algebra
Boolean algebra
 
Usable electricity generation from the random noise
Usable electricity generation from the random noiseUsable electricity generation from the random noise
Usable electricity generation from the random noise
 
Speed control of dc motor using pulse width modulation
Speed control of dc motor using pulse width modulationSpeed control of dc motor using pulse width modulation
Speed control of dc motor using pulse width modulation
 
Logic gates
Logic gatesLogic gates
Logic gates
 
Digital logic gates and Boolean algebra
Digital logic gates and Boolean algebraDigital logic gates and Boolean algebra
Digital logic gates and Boolean algebra
 
simplification of boolean algebra
simplification of boolean algebrasimplification of boolean algebra
simplification of boolean algebra
 
The logic gate circuit
The logic gate circuitThe logic gate circuit
The logic gate circuit
 
Digital systems logicgates-booleanalgebra
Digital systems logicgates-booleanalgebraDigital systems logicgates-booleanalgebra
Digital systems logicgates-booleanalgebra
 
Novel Power Cycles With Omcm
Novel Power Cycles With OmcmNovel Power Cycles With Omcm
Novel Power Cycles With Omcm
 
Optimal synthesis of steam and power plants
Optimal synthesis of steam and power plantsOptimal synthesis of steam and power plants
Optimal synthesis of steam and power plants
 
Poset
PosetPoset
Poset
 
07 boolean algebra
07 boolean algebra07 boolean algebra
07 boolean algebra
 

Similar to BOOLEAN ALGEBRA AND LOGIC GATE

De Mornan Theory, Boolean Algebra, 7 logical get, truth table,
De Mornan Theory, Boolean Algebra, 7 logical get, truth table,  De Mornan Theory, Boolean Algebra, 7 logical get, truth table,
De Mornan Theory, Boolean Algebra, 7 logical get, truth table,
DharmaKumariBhandari
 
Logic gates ,flip flop ,registers and
Logic gates ,flip flop ,registers andLogic gates ,flip flop ,registers and
Logic gates ,flip flop ,registers and
MuruganandhanD
 
Boolean algebra
Boolean algebraBoolean algebra
Boolean algebra
chauhankapil
 
1,basic and derived logic gates.pdf
1,basic and derived logic gates.pdf1,basic and derived logic gates.pdf
1,basic and derived logic gates.pdf
DamotTesfaye
 
Boolean Algebra.pptx
 Boolean Algebra.pptx Boolean Algebra.pptx
Boolean Algebra.pptx
ASHISHKUMAR15680
 
BOOLEAN ALGEBRA & LOGIC GATES.ppt
BOOLEAN ALGEBRA & LOGIC GATES.pptBOOLEAN ALGEBRA & LOGIC GATES.ppt
BOOLEAN ALGEBRA & LOGIC GATES.ppt
dhanamalathieee
 
Boolean Algebra.pptx
Boolean Algebra.pptxBoolean Algebra.pptx
Boolean Algebra.pptx
roshnivarghese4
 
Chapter 2: Boolean Algebra and Logic Gates
Chapter 2: Boolean Algebra and Logic GatesChapter 2: Boolean Algebra and Logic Gates
Chapter 2: Boolean Algebra and Logic Gates
Er. Nawaraj Bhandari
 
Chapter 2 Boolean Algebra.pptx
Chapter 2 Boolean Algebra.pptxChapter 2 Boolean Algebra.pptx
Chapter 2 Boolean Algebra.pptx
HazardRhenz1
 
Week4_BooleanAlgebra.pptx
Week4_BooleanAlgebra.pptxWeek4_BooleanAlgebra.pptx
Week4_BooleanAlgebra.pptx
AbubakrZahid1
 
Lecture 2.4 logic_gate_&_simple_logic_circuit
Lecture 2.4 logic_gate_&_simple_logic_circuitLecture 2.4 logic_gate_&_simple_logic_circuit
Lecture 2.4 logic_gate_&_simple_logic_circuitKMJ Science Computer
 
chapter3.pptx electrical engineering for university
chapter3.pptx electrical engineering for universitychapter3.pptx electrical engineering for university
chapter3.pptx electrical engineering for university
MidhaksaBelay
 
Chapter 4. logic function and boolean algebra
Chapter 4. logic function and boolean algebraChapter 4. logic function and boolean algebra
Chapter 4. logic function and boolean algebra
Ashish KC
 
Chapter 5 boolean algebra
Chapter 5 boolean algebraChapter 5 boolean algebra
Chapter 5 boolean algebra
Praveen M Jigajinni
 
Digital Basics
Digital BasicsDigital Basics
Digital Basics
nitinpatelceng
 
Digital Electronics-Review of Logic Gates.pptx
Digital Electronics-Review of Logic Gates.pptxDigital Electronics-Review of Logic Gates.pptx
Digital Electronics-Review of Logic Gates.pptx
ProfVilasShamraoPati
 
Boolean+logic
Boolean+logicBoolean+logic
Boolean+logic
Bilal Maqbool ツ
 
chapter 3 Boolean algebra (2).pptx
chapter 3 Boolean algebra (2).pptxchapter 3 Boolean algebra (2).pptx
chapter 3 Boolean algebra (2).pptx
RithinA1
 

Similar to BOOLEAN ALGEBRA AND LOGIC GATE (20)

De Mornan Theory, Boolean Algebra, 7 logical get, truth table,
De Mornan Theory, Boolean Algebra, 7 logical get, truth table,  De Mornan Theory, Boolean Algebra, 7 logical get, truth table,
De Mornan Theory, Boolean Algebra, 7 logical get, truth table,
 
Logic gates ,flip flop ,registers and
Logic gates ,flip flop ,registers andLogic gates ,flip flop ,registers and
Logic gates ,flip flop ,registers and
 
Boolean algebra
Boolean algebraBoolean algebra
Boolean algebra
 
1,basic and derived logic gates.pdf
1,basic and derived logic gates.pdf1,basic and derived logic gates.pdf
1,basic and derived logic gates.pdf
 
Boolean Algebra.pptx
 Boolean Algebra.pptx Boolean Algebra.pptx
Boolean Algebra.pptx
 
BOOLEAN ALGEBRA & LOGIC GATES.ppt
BOOLEAN ALGEBRA & LOGIC GATES.pptBOOLEAN ALGEBRA & LOGIC GATES.ppt
BOOLEAN ALGEBRA & LOGIC GATES.ppt
 
Logic Gates
Logic GatesLogic Gates
Logic Gates
 
Boolean Algebra.pptx
Boolean Algebra.pptxBoolean Algebra.pptx
Boolean Algebra.pptx
 
Chapter 2: Boolean Algebra and Logic Gates
Chapter 2: Boolean Algebra and Logic GatesChapter 2: Boolean Algebra and Logic Gates
Chapter 2: Boolean Algebra and Logic Gates
 
Chapter 2 Boolean Algebra.pptx
Chapter 2 Boolean Algebra.pptxChapter 2 Boolean Algebra.pptx
Chapter 2 Boolean Algebra.pptx
 
Week4_BooleanAlgebra.pptx
Week4_BooleanAlgebra.pptxWeek4_BooleanAlgebra.pptx
Week4_BooleanAlgebra.pptx
 
Lecture 2.4 logic_gate_&_simple_logic_circuit
Lecture 2.4 logic_gate_&_simple_logic_circuitLecture 2.4 logic_gate_&_simple_logic_circuit
Lecture 2.4 logic_gate_&_simple_logic_circuit
 
chapter3.pptx electrical engineering for university
chapter3.pptx electrical engineering for universitychapter3.pptx electrical engineering for university
chapter3.pptx electrical engineering for university
 
Chapter 4. logic function and boolean algebra
Chapter 4. logic function and boolean algebraChapter 4. logic function and boolean algebra
Chapter 4. logic function and boolean algebra
 
9. logic gates._rr
9. logic gates._rr9. logic gates._rr
9. logic gates._rr
 
Chapter 5 boolean algebra
Chapter 5 boolean algebraChapter 5 boolean algebra
Chapter 5 boolean algebra
 
Digital Basics
Digital BasicsDigital Basics
Digital Basics
 
Digital Electronics-Review of Logic Gates.pptx
Digital Electronics-Review of Logic Gates.pptxDigital Electronics-Review of Logic Gates.pptx
Digital Electronics-Review of Logic Gates.pptx
 
Boolean+logic
Boolean+logicBoolean+logic
Boolean+logic
 
chapter 3 Boolean algebra (2).pptx
chapter 3 Boolean algebra (2).pptxchapter 3 Boolean algebra (2).pptx
chapter 3 Boolean algebra (2).pptx
 

More from Tamim Tanvir

Starbucks
StarbucksStarbucks
Starbucks
Tamim Tanvir
 
ALL IN ONE TEA
ALL IN ONE TEA ALL IN ONE TEA
ALL IN ONE TEA
Tamim Tanvir
 
2050 Business concepts
2050 Business concepts 2050 Business concepts
2050 Business concepts
Tamim Tanvir
 
Uploaded
UploadedUploaded
Uploaded
Tamim Tanvir
 
Potential GDP
Potential GDPPotential GDP
Potential GDP
Tamim Tanvir
 
PRIVATE VS PUBLIC
PRIVATE VS PUBLIC PRIVATE VS PUBLIC
PRIVATE VS PUBLIC
Tamim Tanvir
 
LIFE INSURANCE FOR UNDER PRIVILEGED
LIFE INSURANCE FOR UNDER PRIVILEGED LIFE INSURANCE FOR UNDER PRIVILEGED
LIFE INSURANCE FOR UNDER PRIVILEGED
Tamim Tanvir
 
Money market
Money market Money market
Money market
Tamim Tanvir
 
ETHICAL DILEMMA
ETHICAL DILEMMA ETHICAL DILEMMA
ETHICAL DILEMMA
Tamim Tanvir
 

More from Tamim Tanvir (9)

Starbucks
StarbucksStarbucks
Starbucks
 
ALL IN ONE TEA
ALL IN ONE TEA ALL IN ONE TEA
ALL IN ONE TEA
 
2050 Business concepts
2050 Business concepts 2050 Business concepts
2050 Business concepts
 
Uploaded
UploadedUploaded
Uploaded
 
Potential GDP
Potential GDPPotential GDP
Potential GDP
 
PRIVATE VS PUBLIC
PRIVATE VS PUBLIC PRIVATE VS PUBLIC
PRIVATE VS PUBLIC
 
LIFE INSURANCE FOR UNDER PRIVILEGED
LIFE INSURANCE FOR UNDER PRIVILEGED LIFE INSURANCE FOR UNDER PRIVILEGED
LIFE INSURANCE FOR UNDER PRIVILEGED
 
Money market
Money market Money market
Money market
 
ETHICAL DILEMMA
ETHICAL DILEMMA ETHICAL DILEMMA
ETHICAL DILEMMA
 

Recently uploaded

Accelerate your Kubernetes clusters with Varnish Caching
Accelerate your Kubernetes clusters with Varnish CachingAccelerate your Kubernetes clusters with Varnish Caching
Accelerate your Kubernetes clusters with Varnish Caching
Thijs Feryn
 
The Future of Platform Engineering
The Future of Platform EngineeringThe Future of Platform Engineering
The Future of Platform Engineering
Jemma Hussein Allen
 
Key Trends Shaping the Future of Infrastructure.pdf
Key Trends Shaping the Future of Infrastructure.pdfKey Trends Shaping the Future of Infrastructure.pdf
Key Trends Shaping the Future of Infrastructure.pdf
Cheryl Hung
 
"Impact of front-end architecture on development cost", Viktor Turskyi
"Impact of front-end architecture on development cost", Viktor Turskyi"Impact of front-end architecture on development cost", Viktor Turskyi
"Impact of front-end architecture on development cost", Viktor Turskyi
Fwdays
 
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
Jeffrey Haguewood
 
Transcript: Selling digital books in 2024: Insights from industry leaders - T...
Transcript: Selling digital books in 2024: Insights from industry leaders - T...Transcript: Selling digital books in 2024: Insights from industry leaders - T...
Transcript: Selling digital books in 2024: Insights from industry leaders - T...
BookNet Canada
 
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
Tobias Schneck
 
GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...
GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...
GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...
Sri Ambati
 
IOS-PENTESTING-BEGINNERS-PRACTICAL-GUIDE-.pptx
IOS-PENTESTING-BEGINNERS-PRACTICAL-GUIDE-.pptxIOS-PENTESTING-BEGINNERS-PRACTICAL-GUIDE-.pptx
IOS-PENTESTING-BEGINNERS-PRACTICAL-GUIDE-.pptx
Abida Shariff
 
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdfFIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance
 
From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...
From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...
From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...
Product School
 
Assuring Contact Center Experiences for Your Customers With ThousandEyes
Assuring Contact Center Experiences for Your Customers With ThousandEyesAssuring Contact Center Experiences for Your Customers With ThousandEyes
Assuring Contact Center Experiences for Your Customers With ThousandEyes
ThousandEyes
 
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
UiPathCommunity
 
FIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance Osaka Seminar: Overview.pdfFIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance
 
Essentials of Automations: Optimizing FME Workflows with Parameters
Essentials of Automations: Optimizing FME Workflows with ParametersEssentials of Automations: Optimizing FME Workflows with Parameters
Essentials of Automations: Optimizing FME Workflows with Parameters
Safe Software
 
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdfFIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance
 
UiPath Test Automation using UiPath Test Suite series, part 4
UiPath Test Automation using UiPath Test Suite series, part 4UiPath Test Automation using UiPath Test Suite series, part 4
UiPath Test Automation using UiPath Test Suite series, part 4
DianaGray10
 
How world-class product teams are winning in the AI era by CEO and Founder, P...
How world-class product teams are winning in the AI era by CEO and Founder, P...How world-class product teams are winning in the AI era by CEO and Founder, P...
How world-class product teams are winning in the AI era by CEO and Founder, P...
Product School
 
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered QualitySoftware Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
Inflectra
 
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
James Anderson
 

Recently uploaded (20)

Accelerate your Kubernetes clusters with Varnish Caching
Accelerate your Kubernetes clusters with Varnish CachingAccelerate your Kubernetes clusters with Varnish Caching
Accelerate your Kubernetes clusters with Varnish Caching
 
The Future of Platform Engineering
The Future of Platform EngineeringThe Future of Platform Engineering
The Future of Platform Engineering
 
Key Trends Shaping the Future of Infrastructure.pdf
Key Trends Shaping the Future of Infrastructure.pdfKey Trends Shaping the Future of Infrastructure.pdf
Key Trends Shaping the Future of Infrastructure.pdf
 
"Impact of front-end architecture on development cost", Viktor Turskyi
"Impact of front-end architecture on development cost", Viktor Turskyi"Impact of front-end architecture on development cost", Viktor Turskyi
"Impact of front-end architecture on development cost", Viktor Turskyi
 
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
 
Transcript: Selling digital books in 2024: Insights from industry leaders - T...
Transcript: Selling digital books in 2024: Insights from industry leaders - T...Transcript: Selling digital books in 2024: Insights from industry leaders - T...
Transcript: Selling digital books in 2024: Insights from industry leaders - T...
 
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
 
GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...
GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...
GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...
 
IOS-PENTESTING-BEGINNERS-PRACTICAL-GUIDE-.pptx
IOS-PENTESTING-BEGINNERS-PRACTICAL-GUIDE-.pptxIOS-PENTESTING-BEGINNERS-PRACTICAL-GUIDE-.pptx
IOS-PENTESTING-BEGINNERS-PRACTICAL-GUIDE-.pptx
 
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdfFIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
 
From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...
From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...
From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...
 
Assuring Contact Center Experiences for Your Customers With ThousandEyes
Assuring Contact Center Experiences for Your Customers With ThousandEyesAssuring Contact Center Experiences for Your Customers With ThousandEyes
Assuring Contact Center Experiences for Your Customers With ThousandEyes
 
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
 
FIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance Osaka Seminar: Overview.pdfFIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance Osaka Seminar: Overview.pdf
 
Essentials of Automations: Optimizing FME Workflows with Parameters
Essentials of Automations: Optimizing FME Workflows with ParametersEssentials of Automations: Optimizing FME Workflows with Parameters
Essentials of Automations: Optimizing FME Workflows with Parameters
 
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdfFIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
 
UiPath Test Automation using UiPath Test Suite series, part 4
UiPath Test Automation using UiPath Test Suite series, part 4UiPath Test Automation using UiPath Test Suite series, part 4
UiPath Test Automation using UiPath Test Suite series, part 4
 
How world-class product teams are winning in the AI era by CEO and Founder, P...
How world-class product teams are winning in the AI era by CEO and Founder, P...How world-class product teams are winning in the AI era by CEO and Founder, P...
How world-class product teams are winning in the AI era by CEO and Founder, P...
 
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered QualitySoftware Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
 
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
 

BOOLEAN ALGEBRA AND LOGIC GATE

  • 1. BOOLEAN ALGEBRA & LOGIC CIRCUIT APPLICATION
  • 2. Presented By • SHEHAB SHARIER • MARINA SULTANA • TAMIM TANVIR • PROSHANTO PODDER
  • 3. Objectives • Introduction to Boolean algebra. • Basic concepts and functions of Boolean algebra. • Introduce to Logic gates. • Logic circuits and Boolean expressions.
  • 4. Boolean Algebra An algebra which is use for simplifying the presentation & manipulation of propositional logic. It is also know as Switching Algebra. Invented by George Boole in 1854. Boolean algebra is mainly use for simplify and Manipulate electronic logic circuits in computers .
  • 5. Basic concepts of Boolean algebra  It deals with the binary number system (0,1).  The three basic logical operations are: I. AND II.OR III.NOT
  • 6. AND operation is use for logical multiplication. The dot symbol (“.”) used for representing AND operation. AND operator has an output 1 if all the inputs are 1 otherwise the output is 0. AND Operation Truth Table for logical AND operation. Input Input Output A B C 0 0 0 0 1 0 1 0 0 1 1 1
  • 7. OR operation is use for logical addition. The symbol (“+”) used for represent OR operation. OR operator has an output 1 if any of the inputs are 1 otherwise the output is 0. OR Operation Truth Table for logical OR operation. Input Input Output A B C 0 0 0 0 1 1 1 0 1 1 1 1
  • 8. NOT operation is use for complementation. The over bar symbol (“¯”) used for represent NOT operation. NOT operator has an output 1 if input is 0 or output 0 if the the input is 1. NOT Operation Truth Table for logical NOT operation. Input Output A _ A 0 1 1 0
  • 9. Boolean Theorems Basic Theorems:- OR AND NOT A+0=A A.0=0 _ A+A=1 A+1=1 A.1=A _ A . A=0 A+A=A A . A=A _ A+A=1 _ A . A=0 Other Theorems:- • A+B=B+A • A . B=B . A • A+(B+C)=(A+B)+C • A+B . C=(A+B).(A+C)
  • 10. Boolean Function Boolean function is an expression formed with binary variable. It is the combination of Boolean operators such as AND, OR & NOT operators. Input Output X Y X X+Y X.(X+Y) =X.Y 0 0 1 1 0 0 0 1 1 1 0 0 1 0 0 0 0 0 1 1 0 1 1 1 X.( X+Y)=X.Y Truth table for Boolean function.
  • 11. Logic Gate  Computer carries out all operations by the combination of signals that pass through standard blocks of built-in circuits.  Logic gate is an elementary building block of digital electronic circuits that operates one or more input signals to produce standard output.  The common use of logic gate elements is to act as switch.  In computer logic gates are use to implement Boolean functions.
  • 13. AND Gate o AND gate is use for logical multiplication input signals. o If the input values for an AND gate are 1 then the output is 1 otherwise the output is 0.
  • 14. OR Gate OR gate performs the logical addition operation. It is an electronic circuit that generates an output signal 1 if any of the input signal is 1.
  • 15. NOT Gate NOT gate performs the logical complementation operation. It is an electronic circuit that generates the reverse of the input signal as output signal.
  • 16. Logic Circuits An electronic circuit that is consist with a number of logic gates which is use in computer to perform logical operation on its two or more input signals to produce a combined standard output signal. Logic circuit for Boolean expression Z.(X+Y) X X+Y Y Z.(X+Y) Z Z
  • 17. Logic circuit for Boolean expression (X.Y.Z).(X+Y+Z) X X X.Y.Z Y X.Y.Z Z (X.Y.Z).(X+Y+Z) X X X+Y+Z Y Z Z
  • 18. Boolean algebra simplifies logic circuits to increase work efficiency of digital device. Logic circuits can be built for any binary electric or electronic devices including switches, relays, electron tubes and transistors. circuits that perform complex logical functions . A computer can perform its logical functions along with proper execution of other commands. Conclusion