Boolean Algebra
Boolean Algebra
Boolean Algebra Expressions can be used to construct digital logic truth tables for
their respective functions
Advertisement
As well as a standard Boolean Expression, the input and output information of any
Logic Gate or circuit can be plotted into standard Boolean Algebra truth tables to give
a visual representation of the switching function of the system.
The table used to represent the boolean expression of a logic gate function is
commonly called a Truth Table. A logic gate truth table shows each possible input
combination to the gate or circuit with the resultant output depending upon the
combination of these input(s).
For example, consider a single 2-input logic circuit with input variables labelled as A
and B. There are “four” possible input combinations or 22 of “OFF” and “ON” for the
two inputs. However, when dealing with Boolean expressions and especially logic
gate truth tables, we do not general use “ON” or “OFF” but instead give them bit
values which represent a logic level “1” or a logic level “0” respectively.
Then the four possible combinations of A and B for a 2-input logic gate is given as:
So in order to keep things simple to understand, in this tutorial we will only deal with
standard 2-input type logic gates, but the principals are still the same for gates with
more than two inputs.
Then the Truth tables for a 2-input AND Gate, a 2-input OR Gate and a single input
NOT Gate are given as:
The switching actions of both of these types of gates can be created using the above
standard logic gates. However, as they are widely used functions they are now
available in standard IC form and have been included here as reference.
previousPrevious
Laws of Boolean Algebra
Next
Boolean Algebra Examplesnext
542 Comments
Join the conversation
Your Name
Email Address
Write your comment here
Notify me of follow-up comments by email.
Ella
I don’t understand this pls explain further
ABCQ
0000
0100
0010
0111
1001
1101
1011
1111
Advertisement
THE BASICS
Contact Us
Privacy Policy
Terms of Use
FOR ADVERTISERS
Contact Sales
Media Guide Request
ASPENCORE NETWORK
EDN EE Times EEWeb Electronic Products Power Electronics News EPSNews
Embedded Planet Analog ElectroSchematics TechOnline Datasheets.com Electronics
Know How IoT Times The Channelist
GLOBAL NETWORK
EE Times Asia EE Times China EE Times India EE Times Japan EE Times Taiwan
EDN Asia EDN China EDN Taiwan EDN Japan ESM China
CONNECT WITH US
Facebook
AspenCore logo general
All contents are Copyright © 2023 by AspenCore, Inc. All rights reserved.Electronics
Tutorials Logo
Register to download premium content!
Electronics Tutorials White LogoX
DeutschDeutsch PolskiPolski
Register
Log In
AC Circuits
Amplifiers
Attenuators
Binary Numbers
Boolean Algebra
Capacitors
Combinational Logic
Connectivity
Counters
DC Circuits
Diodes
Electromagnetism
Filters
Inductors
Input/Output Devices
Logic Gates
Miscellaneous Circuits
Operational Amplifiers
Oscillator
Power Electronics
Power Supplies
Premium
RC Networks
Resistors
Resources
Sequential Logic
Systems
Transformers
Transistors
Waveform Generators
Premium Content
Further Education
Sitemap
Contact Us
Home / Boolean Algebra / Boolean Algebra Truth Tables
Boolean Algebra Truth Tables
Boolean Algebra Truth Tables
Boolean Algebra Expressions can be used to construct digital logic truth tables for
their respective functions
Advertisement
As well as a standard Boolean Expression, the input and output information of any
Logic Gate or circuit can be plotted into standard Boolean Algebra truth tables to give
a visual representation of the switching function of the system.
The table used to represent the boolean expression of a logic gate function is
commonly called a Truth Table. A logic gate truth table shows each possible input
combination to the gate or circuit with the resultant output depending upon the
combination of these input(s).
For example, consider a single 2-input logic circuit with input variables labelled as A
and B. There are “four” possible input combinations or 22 of “OFF” and “ON” for the
two inputs. However, when dealing with Boolean expressions and especially logic
gate truth tables, we do not general use “ON” or “OFF” but instead give them bit
values which represent a logic level “1” or a logic level “0” respectively.
Then the four possible combinations of A and B for a 2-input logic gate is given as:
So in order to keep things simple to understand, in this tutorial we will only deal with
standard 2-input type logic gates, but the principals are still the same for gates with
more than two inputs.
Then the Truth tables for a 2-input AND Gate, a 2-input OR Gate and a single input
NOT Gate are given as:
The switching actions of both of these types of gates can be created using the above
standard logic gates. However, as they are widely used functions they are now
available in standard IC form and have been included here as reference.
previousPrevious
Posted on August 28th 2023 | 5:56 am
Construct the truth table and the logic gates of the following Boolean functions. 1.
f(x,y) = [xy + (x + y)’]’ and 2. f(x,y) = (x + y) ⊕ (xy)’