<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Truth table of logic gates Archives - ALL ABOUT ELECTRONICS</title>
	<atom:link href="https://www.allaboutelectronics.org/tag/truth-table-of-logic-gates/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.allaboutelectronics.org/tag/truth-table-of-logic-gates/</link>
	<description>Learn Everything about Electronics</description>
	<lastBuildDate>Mon, 03 Jan 2022 18:12:52 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.1</generator>

<image>
	<url>https://www.allaboutelectronics.org/wp-content/uploads/2019/03/cropped-logo_transperent-32x32.png</url>
	<title>Truth table of logic gates Archives - ALL ABOUT ELECTRONICS</title>
	<link>https://www.allaboutelectronics.org/tag/truth-table-of-logic-gates/</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">181273092</site>	<item>
		<title>Logic Gates Explained</title>
		<link>https://www.allaboutelectronics.org/logic-gates-explained/</link>
					<comments>https://www.allaboutelectronics.org/logic-gates-explained/#comments</comments>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Mon, 03 Jan 2022 18:04:49 +0000</pubDate>
				<category><![CDATA[Digital Electronics]]></category>
		<category><![CDATA[AND gate]]></category>
		<category><![CDATA[logic gates]]></category>
		<category><![CDATA[NAND gate]]></category>
		<category><![CDATA[NOR gate]]></category>
		<category><![CDATA[NOT gate]]></category>
		<category><![CDATA[Truth table of logic gates]]></category>
		<category><![CDATA[what is logic gate]]></category>
		<guid isPermaLink="false">https://www.allaboutelectronics.org/?p=1704</guid>

					<description><![CDATA[<p>What is Logic Gate? The logic gates are very basic building blocks of digital systems. The logic gates are electronic circuits that consist of one or more inputs and one output. The relation between the input and output is based on certain logic. The logic gates have the ability to make certain logical decisions. And ... <a title="Logic Gates Explained" class="read-more" href="https://www.allaboutelectronics.org/logic-gates-explained/">Read more<span class="screen-reader-text">Logic Gates Explained</span></a></p>
<p>The post <a href="https://www.allaboutelectronics.org/logic-gates-explained/">Logic Gates Explained</a> appeared first on <a href="https://www.allaboutelectronics.org">ALL ABOUT ELECTRONICS</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<h2 class="wp-block-heading"><strong>What is Logic Gate?</strong></h2>



<p>The logic gates are very basic building blocks of digital systems.</p>



<p>The logic gates are electronic circuits that consist of one or more inputs and one output. The relation between the input and output is based on certain logic. The logic gates have the ability to make certain logical decisions. And because of its ability to make these logical decisions, these gates are known as logic gates. By interconnecting or cascading the different logic gates, it is possible to implement various Boolean functions. </p>



<h2 class="wp-block-heading"><strong>Types of Logic Gates</strong></h2>



<p>Here is the list of the different logic gates.</p>



<ol class="wp-block-list"><li>AND</li><li>OR</li><li>NOT</li><li>NAND</li><li>NOR</li><li>X-OR (Exclusive OR)</li><li>X-NOR (Exclusive NOR)</li></ol>



<p class="has-text-align-justify">The AND, OR, and NOT are three basic logic gates. Using these three gates, it is possible to design and logic circuits or it is possible to implement any Boolean function.</p>



<p class="has-text-align-justify">The NAND and NOR are <strong>Universal Logic Gates</strong>. Because using any of the two gates alone, it is possible to implement any Boolean function or logic circuit. Apart from that, the other two gates are X-OR and X-NOR gates.</p>



<h3 class="wp-block-heading"><strong>AND Gate</strong></h3>



<p>The logic symbol and the Boolean expression of the AND gate are shown below.</p>



<div class="wp-block-image"><figure class="aligncenter size-full is-resized"><a href="https://www.allaboutelectronics.org/wp-content/uploads/2021/09/AND-gate_1.png"><img fetchpriority="high" decoding="async" src="https://www.allaboutelectronics.org/wp-content/uploads/2021/09/AND-gate_1.png" alt="" class="wp-image-1709" width="380" height="281" srcset="https://www.allaboutelectronics.org/wp-content/uploads/2021/09/AND-gate_1.png 414w, https://www.allaboutelectronics.org/wp-content/uploads/2021/09/AND-gate_1-300x222.png 300w" sizes="(max-width: 380px) 100vw, 380px" /></a></figure></div>



<p class="has-text-align-justify">The output of the AND gate is 1 when all the inputs are high or logic &#8216;1&#8217;. If any one of the inputs is low or logic &#8216;0&#8217; then the output of the AND gate is low. The truth table of the AND gate is shown below.</p>



<div class="wp-block-image"><figure class="aligncenter size-full is-resized"><a href="https://www.allaboutelectronics.org/wp-content/uploads/2021/09/AND-gate_Truth-Table.png"><img decoding="async" src="https://www.allaboutelectronics.org/wp-content/uploads/2021/09/AND-gate_Truth-Table.png" alt="" class="wp-image-1711" width="422" height="351" srcset="https://www.allaboutelectronics.org/wp-content/uploads/2021/09/AND-gate_Truth-Table.png 519w, https://www.allaboutelectronics.org/wp-content/uploads/2021/09/AND-gate_Truth-Table-300x250.png 300w" sizes="(max-width: 422px) 100vw, 422px" /></a><figcaption><strong>Truth Table of 2-input AND gate</strong></figcaption></figure></div>



<p>Similar to the 2-input AND gate, more than 2 input AND gates are also available. The symbol of the 3-input AND gate and its Boolean expression is shown below. </p>



<div class="wp-block-image"><figure class="aligncenter size-full is-resized"><a href="https://www.allaboutelectronics.org/wp-content/uploads/2021/09/3-input-AND-gate.png"><img decoding="async" src="https://www.allaboutelectronics.org/wp-content/uploads/2021/09/3-input-AND-gate.png" alt="" class="wp-image-1712" width="367" height="229" srcset="https://www.allaboutelectronics.org/wp-content/uploads/2021/09/3-input-AND-gate.png 425w, https://www.allaboutelectronics.org/wp-content/uploads/2021/09/3-input-AND-gate-300x187.png 300w" sizes="(max-width: 367px) 100vw, 367px" /></a></figure></div>



<h3 class="wp-block-heading"><strong>OR Gate</strong></h3>



<p>The logic Symbol and the Boolean expression of the OR gate are shown below.</p>



<div class="wp-block-image"><figure class="aligncenter size-full is-resized"><a href="https://www.allaboutelectronics.org/wp-content/uploads/2021/09/OR-gate.png"><img loading="lazy" decoding="async" src="https://www.allaboutelectronics.org/wp-content/uploads/2021/09/OR-gate.png" alt="" class="wp-image-1714" width="377" height="313" srcset="https://www.allaboutelectronics.org/wp-content/uploads/2021/09/OR-gate.png 412w, https://www.allaboutelectronics.org/wp-content/uploads/2021/09/OR-gate-300x249.png 300w" sizes="(max-width: 377px) 100vw, 377px" /></a></figure></div>



<p class="has-text-align-center"></p>



<p>The output of the OR gate is low or logic &#8216;0&#8217; when all the inputs are low. If any one of the inputs is high then the output of the OR gate is high or logic &#8216;1&#8217;. The truth table of the 2-input OR gate is shown below.</p>



<div class="wp-block-image"><figure class="aligncenter size-full is-resized"><a href="https://www.allaboutelectronics.org/wp-content/uploads/2021/09/Or-gate-truth-table.png"><img loading="lazy" decoding="async" src="https://www.allaboutelectronics.org/wp-content/uploads/2021/09/Or-gate-truth-table.png" alt="" class="wp-image-1716" width="432" height="356" srcset="https://www.allaboutelectronics.org/wp-content/uploads/2021/09/Or-gate-truth-table.png 524w, https://www.allaboutelectronics.org/wp-content/uploads/2021/09/Or-gate-truth-table-300x247.png 300w" sizes="(max-width: 432px) 100vw, 432px" /></a><figcaption><strong>Truth Table of 2-input OR gate</strong></figcaption></figure></div>



<p>Similarly, we can also have an OR gate with more than 2 inputs. The logic symbol of the 3-input OR gate and the corresponding Boolean expression is shown below. </p>



<div class="wp-block-image"><figure class="aligncenter size-full"><a href="https://www.allaboutelectronics.org/wp-content/uploads/2021/10/3-input-OR-gate.png"><img loading="lazy" decoding="async" width="385" height="227" src="https://www.allaboutelectronics.org/wp-content/uploads/2021/10/3-input-OR-gate.png" alt="" class="wp-image-1718" srcset="https://www.allaboutelectronics.org/wp-content/uploads/2021/10/3-input-OR-gate.png 385w, https://www.allaboutelectronics.org/wp-content/uploads/2021/10/3-input-OR-gate-300x177.png 300w" sizes="(max-width: 385px) 100vw, 385px" /></a><figcaption><strong>3-input OR gate and its Boolean Expression</strong></figcaption></figure></div>



<h3 class="wp-block-heading"><strong>NOT Gate</strong></h3>



<p>The NOT gate is also known as the inverter gate. Because the output is the complement of the input signal. The logic symbol and the Boolean Expression of the NOT gate are shown below.</p>



<div class="wp-block-image"><figure class="aligncenter size-full"><a href="https://www.allaboutelectronics.org/wp-content/uploads/2021/10/NOT-gate.png"><img loading="lazy" decoding="async" width="410" height="319" src="https://www.allaboutelectronics.org/wp-content/uploads/2021/10/NOT-gate.png" alt="" class="wp-image-1719" srcset="https://www.allaboutelectronics.org/wp-content/uploads/2021/10/NOT-gate.png 410w, https://www.allaboutelectronics.org/wp-content/uploads/2021/10/NOT-gate-300x233.png 300w" sizes="(max-width: 410px) 100vw, 410px" /></a><figcaption><strong>Logic Symbol and Boolean Expression of NOT gate</strong></figcaption></figure></div>



<p>The NOT gate inverts the Logic &#8216;0&#8217; to Logic &#8216;1&#8217; and Logic &#8216;1&#8217; to Logic &#8216;0&#8217;. The truth table of the NOT gate is shown below.</p>



<div class="wp-block-image"><figure class="aligncenter size-full is-resized"><a href="https://www.allaboutelectronics.org/wp-content/uploads/2021/10/NOT-gate-truth-table.png"><img loading="lazy" decoding="async" src="https://www.allaboutelectronics.org/wp-content/uploads/2021/10/NOT-gate-truth-table.png" alt="" class="wp-image-1720" width="284" height="227" srcset="https://www.allaboutelectronics.org/wp-content/uploads/2021/10/NOT-gate-truth-table.png 354w, https://www.allaboutelectronics.org/wp-content/uploads/2021/10/NOT-gate-truth-table-300x240.png 300w" sizes="(max-width: 284px) 100vw, 284px" /></a><figcaption><strong>The Truth Table of NOT Gate</strong></figcaption></figure></div>



<h3 class="wp-block-heading"><strong>NAND Gate</strong> </h3>



<p>The symbol of the 2-input NAND gate is shown below. It is similar to the AND gate, but there is a bubble on the output side. The NAND gate is the combination of the AND gate followed by the NOT gate. That means the output of the NAND gate is equivalent to the output of the AND gate followed by the NOT gate. </p>



<div class="wp-block-image"><figure class="aligncenter size-full is-resized"><a href="https://www.allaboutelectronics.org/wp-content/uploads/2021/10/NAND-gate-1.png"><img loading="lazy" decoding="async" src="https://www.allaboutelectronics.org/wp-content/uploads/2021/10/NAND-gate-1.png" alt="" class="wp-image-1723" width="472" height="371" srcset="https://www.allaboutelectronics.org/wp-content/uploads/2021/10/NAND-gate-1.png 612w, https://www.allaboutelectronics.org/wp-content/uploads/2021/10/NAND-gate-1-300x236.png 300w" sizes="(max-width: 472px) 100vw, 472px" /></a></figure></div>



<p class="has-text-align-center"><strong>Logic Symbol and the equivalent logic circuit of the NAND gate</strong></p>



<p class="has-text-align-justify">Here is the truth table of AND gate followed by NOT gate. The inputs are A and B. Z is the output of the AND gate, while Y is the output of the NOT gate. Z&#8217; (Z- bar) is the same as the output of the 2-input NAND gate. The output of the NAND gate is logic &#8216;0&#8217; when all the inputs are high. When any one of the inputs is logic &#8216;0&#8217; or all the inputs are logic &#8216;0&#8217; then output is logic &#8216;1&#8217;. </p>



<div class="wp-block-image"><figure class="aligncenter size-full is-resized"><a href="https://www.allaboutelectronics.org/wp-content/uploads/2021/10/NAND-gate-Truth-Table.png"><img loading="lazy" decoding="async" src="https://www.allaboutelectronics.org/wp-content/uploads/2021/10/NAND-gate-Truth-Table.png" alt="" class="wp-image-1725" width="395" height="306" srcset="https://www.allaboutelectronics.org/wp-content/uploads/2021/10/NAND-gate-Truth-Table.png 554w, https://www.allaboutelectronics.org/wp-content/uploads/2021/10/NAND-gate-Truth-Table-300x232.png 300w" sizes="(max-width: 395px) 100vw, 395px" /></a><figcaption><strong>Truth Table of AND gate followed by NOT gate</strong></figcaption></figure></div>



<h3 class="wp-block-heading"><strong>NOR Gate</strong></h3>



<p>The symbol of the 2-input NOR gate is shown below. It is similar to the OR gate, but there is a bubble on the output side. The NOR gate is the combination of the OR gate followed by the NOT gate. That means the output of the NOR gate is equivalent to the output of the OR gate followed by the NOT gate. </p>



<div class="wp-block-image"><figure class="aligncenter size-full is-resized"><a href="https://www.allaboutelectronics.org/wp-content/uploads/2021/10/NOR-gate-1.png"><img loading="lazy" decoding="async" src="https://www.allaboutelectronics.org/wp-content/uploads/2021/10/NOR-gate-1.png" alt="" class="wp-image-1733" width="450" height="389" srcset="https://www.allaboutelectronics.org/wp-content/uploads/2021/10/NOR-gate-1.png 582w, https://www.allaboutelectronics.org/wp-content/uploads/2021/10/NOR-gate-1-300x259.png 300w" sizes="(max-width: 450px) 100vw, 450px" /></a><figcaption><strong>Logic Symbol and Equivalent Logic circuit of NOR gate</strong></figcaption></figure></div>



<p>Here is the truth table of OR gate followed by NOT gate. A and B are the inputs. Z is the output of the OR gate. Y is the output of the NOT gate. Z&#8217; (Z- bar) is the same as the output of the 2-input NOR gate. The output of the NOR gate is logic &#8216;1&#8217; when all the inputs are low. When any one of the inputs is logic &#8216;1&#8217; or all the inputs are logic &#8216;1&#8217; then output is logic &#8216;0&#8217;.</p>



<div class="wp-block-image"><figure class="aligncenter size-full is-resized"><a href="https://www.allaboutelectronics.org/wp-content/uploads/2021/10/Truth-table-NOR-gate.png"><img loading="lazy" decoding="async" src="https://www.allaboutelectronics.org/wp-content/uploads/2021/10/Truth-table-NOR-gate.png" alt="" class="wp-image-1735" width="413" height="325" srcset="https://www.allaboutelectronics.org/wp-content/uploads/2021/10/Truth-table-NOR-gate.png 550w, https://www.allaboutelectronics.org/wp-content/uploads/2021/10/Truth-table-NOR-gate-300x236.png 300w" sizes="(max-width: 413px) 100vw, 413px" /></a></figure></div>



<p>For more information about the different logic gates, check this video.</p>



<figure class="wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
<iframe title="What is Logic Gate ? Logic Gates Explained" width="825" height="464" src="https://www.youtube.com/embed/0lwhoQ5aQe8?feature=oembed" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div></figure>



<h3 class="wp-block-heading"><strong>XOR gate</strong></h3>



<p>The logical symbol and the truth table of the 2 input XOR gate are shown below.</p>



<div class="wp-block-image"><figure class="aligncenter size-medium"><a href="https://www.allaboutelectronics.org/wp-content/uploads/2022/01/XOR.png"><img loading="lazy" decoding="async" width="300" height="83" src="https://www.allaboutelectronics.org/wp-content/uploads/2022/01/XOR-300x83.png" alt="" class="wp-image-1745" srcset="https://www.allaboutelectronics.org/wp-content/uploads/2022/01/XOR-300x83.png 300w, https://www.allaboutelectronics.org/wp-content/uploads/2022/01/XOR.png 558w" sizes="(max-width: 300px) 100vw, 300px" /></a></figure></div>



<div class="wp-block-image"><figure class="aligncenter size-full is-resized"><a href="https://www.allaboutelectronics.org/wp-content/uploads/2022/01/Screenshot-2022-01-03-at-11.06.00-PM.png"><img decoding="async" src="https://www.allaboutelectronics.org/wp-content/uploads/2022/01/Screenshot-2022-01-03-at-11.06.00-PM.png" alt="" class="wp-image-1746" width="-506" height="-512" srcset="https://www.allaboutelectronics.org/wp-content/uploads/2022/01/Screenshot-2022-01-03-at-11.06.00-PM.png 888w, https://www.allaboutelectronics.org/wp-content/uploads/2022/01/Screenshot-2022-01-03-at-11.06.00-PM-296x300.png 296w, https://www.allaboutelectronics.org/wp-content/uploads/2022/01/Screenshot-2022-01-03-at-11.06.00-PM-768x778.png 768w" sizes="(max-width: 888px) 100vw, 888px" /></a></figure></div>



<p class="has-text-align-center"><strong>The Logic Symbol and Truth Table of 2 input XOR gate</strong></p>



<p>As It can be seen from the truth table, the output of the 2-input XOR gate is logic &#8216;1&#8217; when both inputs are different. </p>



<h3 class="wp-block-heading"><strong>XNOR gate :</strong></h3>



<p>The Symbol of the 2-input XNOR gate is shown below. It is similar to the XOR gate, but there is a bubble at the output side. The XNOR gate is the combination of the XOR gate, followed by the NOT gate.</p>



<div class="wp-block-image"><figure class="aligncenter size-large is-resized"><a href="https://www.allaboutelectronics.org/wp-content/uploads/2022/01/Screenshot-2022-01-03-at-11.22.03-PM.png"><img decoding="async" src="https://www.allaboutelectronics.org/wp-content/uploads/2022/01/Screenshot-2022-01-03-at-11.22.03-PM-1024x596.png" alt="" class="wp-image-1747" width="-483" height="-280" srcset="https://www.allaboutelectronics.org/wp-content/uploads/2022/01/Screenshot-2022-01-03-at-11.22.03-PM-1024x596.png 1024w, https://www.allaboutelectronics.org/wp-content/uploads/2022/01/Screenshot-2022-01-03-at-11.22.03-PM-300x175.png 300w, https://www.allaboutelectronics.org/wp-content/uploads/2022/01/Screenshot-2022-01-03-at-11.22.03-PM-768x447.png 768w, https://www.allaboutelectronics.org/wp-content/uploads/2022/01/Screenshot-2022-01-03-at-11.22.03-PM.png 1140w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></figure></div>



<p class="has-text-align-center"><strong>The logic Symbol and the Equivalent logic circuit of the XNOR gate</strong></p>



<p class="has-text-align-justify">The truth table of the two-input XNOR gate is shown below. As you can see, the output of the two input XNOR gate is logic &#8216;1&#8217; when both inputs are the same. when both inputs are different, the output is logic &#8216;0&#8217;.</p>



<div class="wp-block-image"><figure class="aligncenter size-large is-resized"><a href="https://www.allaboutelectronics.org/wp-content/uploads/2022/01/Screenshot-2022-01-03-at-11.27.01-PM.png"><img decoding="async" src="https://www.allaboutelectronics.org/wp-content/uploads/2022/01/Screenshot-2022-01-03-at-11.27.01-PM-949x1024.png" alt="" class="wp-image-1748" width="-746" height="-805" srcset="https://www.allaboutelectronics.org/wp-content/uploads/2022/01/Screenshot-2022-01-03-at-11.27.01-PM-949x1024.png 949w, https://www.allaboutelectronics.org/wp-content/uploads/2022/01/Screenshot-2022-01-03-at-11.27.01-PM-278x300.png 278w, https://www.allaboutelectronics.org/wp-content/uploads/2022/01/Screenshot-2022-01-03-at-11.27.01-PM-768x829.png 768w, https://www.allaboutelectronics.org/wp-content/uploads/2022/01/Screenshot-2022-01-03-at-11.27.01-PM.png 990w" sizes="(max-width: 949px) 100vw, 949px" /></a></figure></div>



<p class="has-text-align-center"><strong>The Truth Table of the 2-input XNOR gate</strong></p>



<p>These logic gates (XOR and XNOR) gates are very useful in designing the arithmetic and code converter circuits. </p>



<p>Typically, more than 2-input XOR and XNOR gates are not readily available and they are designed using the 2-input gates. </p>



<p>For more information about XOR and XNOR gate, check this video.</p>



<figure class="wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
<iframe title="Logic Gates : XOR and XNOR gates Explained | XOR and XNOR gate as Inverter" width="825" height="464" src="https://www.youtube.com/embed/Uf0KKh2zRuA?feature=oembed" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div></figure>
<p><a class="a2a_button_facebook" href="https://www.addtoany.com/add_to/facebook?linkurl=https%3A%2F%2Fwww.allaboutelectronics.org%2Flogic-gates-explained%2F&amp;linkname=Logic%20Gates%20Explained" title="Facebook" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_twitter" href="https://www.addtoany.com/add_to/twitter?linkurl=https%3A%2F%2Fwww.allaboutelectronics.org%2Flogic-gates-explained%2F&amp;linkname=Logic%20Gates%20Explained" title="Twitter" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_whatsapp" href="https://www.addtoany.com/add_to/whatsapp?linkurl=https%3A%2F%2Fwww.allaboutelectronics.org%2Flogic-gates-explained%2F&amp;linkname=Logic%20Gates%20Explained" title="WhatsApp" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_email" href="https://www.addtoany.com/add_to/email?linkurl=https%3A%2F%2Fwww.allaboutelectronics.org%2Flogic-gates-explained%2F&amp;linkname=Logic%20Gates%20Explained" title="Email" rel="nofollow noopener" target="_blank"></a><a class="a2a_dd addtoany_share_save addtoany_share" href="https://www.addtoany.com/share#url=https%3A%2F%2Fwww.allaboutelectronics.org%2Flogic-gates-explained%2F&#038;title=Logic%20Gates%20Explained" data-a2a-url="https://www.allaboutelectronics.org/logic-gates-explained/" data-a2a-title="Logic Gates Explained"></a></p><p>The post <a href="https://www.allaboutelectronics.org/logic-gates-explained/">Logic Gates Explained</a> appeared first on <a href="https://www.allaboutelectronics.org">ALL ABOUT ELECTRONICS</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.allaboutelectronics.org/logic-gates-explained/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1704</post-id>	</item>
	</channel>
</rss>
