SlideShare ist ein Scribd-Unternehmen logo
1 von 2
BOOLEAN
ALGEBRA

DEFINITIONS:
            Boolean algebra is in fact an algebric structure defined on
a set of elements with two binary operators ‘+’ and ‘.’
Provided the following postulates are satisfied.
      A.    (a) closure with respect to the operator ‘+’.

            (b) closure with respect to the operator ‘.’ .

     B.    (a) an identity element with respect to ‘+’ designated

                  x+0=0+x=x
            (c) an identity element with respect to ‘.’ Designated

                 x.1=1.x=x

FUNDAMENTALS OF BOOLEAN
ALGEBRA:
     The variables used in Boolean equation
have unique characteristics and assume only
one of the two possible values , i.e. either a 1 or
a 0.
The following rules of logical addition,
multiplication, negation also define the OR
gate And and NOT operations respectively.

LOGICAL ADDITION:

     0+0=0                                 OR operations:
     0+1=1
     1+0=1                                       x   y       x+y
1+1=1
                           0 0   0
                           0 1   1
                           1 0   1
                           1 1   1
LOGICAL MULTIPLICATIONS:

    0.0=0
    0.1=0
    1.0=0
    1.1=1

AND operation

           x    y    x.y

           0    0     0
           0    1     0
           1    0     0
           1     1    1

Logical negation

    1’=0
    0’=1



NOT operations:

    X      x’

    1   0
    0   1
    1

Weitere ähnliche Inhalte

Andere mochten auch (6)

Digital
DigitalDigital
Digital
 
RESUME Venkat
RESUME VenkatRESUME Venkat
RESUME Venkat
 
Digital
DigitalDigital
Digital
 
digital Electronics
digital Electronicsdigital Electronics
digital Electronics
 
digital
digitaldigital
digital
 
b.ed discussion lesson plan algebric equations by amit kumar sldav ambala
b.ed discussion lesson plan algebric equations by  amit kumar sldav ambalab.ed discussion lesson plan algebric equations by  amit kumar sldav ambala
b.ed discussion lesson plan algebric equations by amit kumar sldav ambala
 

Ähnlich wie Rathika i bca

Lec5 Intro to Computer Engineering by Hsien-Hsin Sean Lee Georgia Tech -- Boo...
Lec5 Intro to Computer Engineering by Hsien-Hsin Sean Lee Georgia Tech -- Boo...Lec5 Intro to Computer Engineering by Hsien-Hsin Sean Lee Georgia Tech -- Boo...
Lec5 Intro to Computer Engineering by Hsien-Hsin Sean Lee Georgia Tech -- Boo...
Hsien-Hsin Sean Lee, Ph.D.
 
Boolean algebra And Logic Gates
Boolean algebra And Logic GatesBoolean algebra And Logic Gates
Boolean algebra And Logic Gates
Kumar
 
Logical operations & boolean algebra
Logical operations & boolean algebraLogical operations & boolean algebra
Logical operations & boolean algebra
Andrei Jechiu
 

Ähnlich wie Rathika i bca (20)

CBSE XII Boolean Algebra
CBSE XII Boolean AlgebraCBSE XII Boolean Algebra
CBSE XII Boolean Algebra
 
Boolean Algebra SOP POS_Computer Architecture.pdf
Boolean Algebra SOP POS_Computer Architecture.pdfBoolean Algebra SOP POS_Computer Architecture.pdf
Boolean Algebra SOP POS_Computer Architecture.pdf
 
CArcMOOC 03.01 - Boolean algebra and Logic Synthesis
CArcMOOC 03.01 - Boolean algebra and Logic SynthesisCArcMOOC 03.01 - Boolean algebra and Logic Synthesis
CArcMOOC 03.01 - Boolean algebra and Logic Synthesis
 
Chapter 2.pptx
Chapter 2.pptxChapter 2.pptx
Chapter 2.pptx
 
DM2020 boolean algebra
DM2020 boolean algebraDM2020 boolean algebra
DM2020 boolean algebra
 
Lecture 5
Lecture 5Lecture 5
Lecture 5
 
Lec5 Intro to Computer Engineering by Hsien-Hsin Sean Lee Georgia Tech -- Boo...
Lec5 Intro to Computer Engineering by Hsien-Hsin Sean Lee Georgia Tech -- Boo...Lec5 Intro to Computer Engineering by Hsien-Hsin Sean Lee Georgia Tech -- Boo...
Lec5 Intro to Computer Engineering by Hsien-Hsin Sean Lee Georgia Tech -- Boo...
 
boolean.pdf
boolean.pdfboolean.pdf
boolean.pdf
 
B sc cs i bo-de u-ii logic gates
B sc cs i bo-de u-ii logic gatesB sc cs i bo-de u-ii logic gates
B sc cs i bo-de u-ii logic gates
 
Chapter 4 logic design
Chapter 4   logic designChapter 4   logic design
Chapter 4 logic design
 
Binary Operation Boolean Logic
Binary Operation Boolean LogicBinary Operation Boolean Logic
Binary Operation Boolean Logic
 
B.sc cs-ii-u-1.5 digital logic circuits, digital component
B.sc cs-ii-u-1.5 digital logic circuits, digital componentB.sc cs-ii-u-1.5 digital logic circuits, digital component
B.sc cs-ii-u-1.5 digital logic circuits, digital component
 
Bca 2nd sem-u-1.5 digital logic circuits, digital component
Bca 2nd sem-u-1.5 digital logic circuits, digital componentBca 2nd sem-u-1.5 digital logic circuits, digital component
Bca 2nd sem-u-1.5 digital logic circuits, digital component
 
Boolean algebra And Logic Gates
Boolean algebra And Logic GatesBoolean algebra And Logic Gates
Boolean algebra And Logic Gates
 
Saleh
SalehSaleh
Saleh
 
Logical operations & boolean algebra
Logical operations & boolean algebraLogical operations & boolean algebra
Logical operations & boolean algebra
 
Boolean expression org.
Boolean expression org.Boolean expression org.
Boolean expression org.
 
digital logic circuits, digital component
 digital logic circuits, digital component digital logic circuits, digital component
digital logic circuits, digital component
 
Boolean algebra
Boolean algebraBoolean algebra
Boolean algebra
 
chapter-2-boolean-algebra.pdf
chapter-2-boolean-algebra.pdfchapter-2-boolean-algebra.pdf
chapter-2-boolean-algebra.pdf
 

Mehr von Venkat Raman (9)

Kasthuri i bca
Kasthuri i bcaKasthuri i bca
Kasthuri i bca
 
1
11
1
 
Rathika i bca
Rathika i bcaRathika i bca
Rathika i bca
 
Digital
DigitalDigital
Digital
 
Sukku
SukkuSukku
Sukku
 
Sukku
SukkuSukku
Sukku
 
Don’t care contion
Don’t care contionDon’t care contion
Don’t care contion
 
Presentation11
Presentation11Presentation11
Presentation11
 
Presentation1
Presentation1Presentation1
Presentation1
 

Rathika i bca

  • 1. BOOLEAN ALGEBRA DEFINITIONS: Boolean algebra is in fact an algebric structure defined on a set of elements with two binary operators ‘+’ and ‘.’ Provided the following postulates are satisfied. A. (a) closure with respect to the operator ‘+’. (b) closure with respect to the operator ‘.’ . B. (a) an identity element with respect to ‘+’ designated x+0=0+x=x (c) an identity element with respect to ‘.’ Designated x.1=1.x=x FUNDAMENTALS OF BOOLEAN ALGEBRA: The variables used in Boolean equation have unique characteristics and assume only one of the two possible values , i.e. either a 1 or a 0. The following rules of logical addition, multiplication, negation also define the OR gate And and NOT operations respectively. LOGICAL ADDITION: 0+0=0 OR operations: 0+1=1 1+0=1 x y x+y
  • 2. 1+1=1 0 0 0 0 1 1 1 0 1 1 1 1 LOGICAL MULTIPLICATIONS: 0.0=0 0.1=0 1.0=0 1.1=1 AND operation x y x.y 0 0 0 0 1 0 1 0 0 1 1 1 Logical negation 1’=0 0’=1 NOT operations: X x’ 1 0 0 1 1