{"id":41101,"date":"2023-09-19T12:05:19","date_gmt":"2023-09-19T06:35:19","guid":{"rendered":"https:\/\/examdays.com\/blog\/?p=41101"},"modified":"2023-09-19T12:05:19","modified_gmt":"2023-09-19T06:35:19","slug":"xor-gate-truth-table-circuit-diagram-formula-ic-number","status":"publish","type":"post","link":"https:\/\/examdays.com\/blog\/xor-gate-truth-table-circuit-diagram-formula-ic-number\/","title":{"rendered":"XOR Gate Truth Table Circuit Diagram Formula IC Number"},"content":{"rendered":"\n<p class=\"has-drop-cap\">&nbsp;An XOR gate is an exclusive-OR gate. This gate is a specialized gate used in various types of computing circuits. Apart from AND, OR, NOT, NAND, and NOR gates, there are two special gates, Ex-OR and Ex-NOR. These gates are not essential on their own and are constructed by combining them with other logic gates.<\/p>\n\n\n\n<p>Their Boolean output function is important enough to be considered a complete logic gate. XOR and XNOR gates are hybrid gates. One element not apparent from the Boolean operations is exclusive-OR, often referred to as XOR.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"1-xor-gate\">XOR GATE<\/h2>\n\n\n\n<p>But while the OR function is equivalent to Boolean addition, the AND function to Boolean multiplication, and the NOT function (inverter) to Boolean complement, exclusive-OR has no direct Boolean equivalent.<\/p>\n\n\n\n<p><strong>Types of <\/strong><strong>XOR <\/strong><strong>Gate:<\/strong><\/p>\n\n\n\n<p>2-input XOR Gate:<\/p>\n\n\n\n<p>This is a simple form of hybrid gate XOR. This type of XOR gate has only two input values \u200b\u200band an output value. There are 22=4 combinations of inputs. The output level is high when the two inputs are set to a different logic level. The Boolean expression of a 2-input XOR gate is as follows:<\/p>\n\n\n\n<p><strong>Design of<\/strong> <strong>2-input XOR gate<\/strong><\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"409\" height=\"166\" src=\"https:\/\/examdays.com\/blog\/wp-content\/uploads\/2022\/09\/image-7.png\" alt=\"\" class=\"wp-image-41109\" srcset=\"https:\/\/examdays.com\/blog\/wp-content\/uploads\/2022\/09\/image-7.png 409w, https:\/\/examdays.com\/blog\/wp-content\/uploads\/2022\/09\/image-7-300x122.png 300w\" sizes=\"auto, (max-width: 409px) 100vw, 409px\" \/><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"2--xor--gate-truth-table\"><strong>XOR <\/strong>Gate Truth Table<\/h2>\n\n\n\n<figure class=\"wp-block-table is-style-stripes\"><table><tbody><tr><td>Input<\/td><td>Input<\/td><td>Output<\/td><\/tr><tr><td>A<\/td><td>B<\/td><td>A XOR B<\/td><\/tr><tr><td>0<\/td><td>0<\/td><td>0<\/td><\/tr><tr><td>0<\/td><td>1<\/td><td>1<\/td><\/tr><tr><td>1<\/td><td>0<\/td><td>1<\/td><\/tr><tr><td>1<\/td><td>1<\/td><td>0<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"3-3-input-xor-gate\">3-input XOR Gate:<\/h2>\n\n\n\n<p>Unlike a 2-input XOR gate, a 3-input XOR gate has three inputs. There are 23=8 combinations of inputs. The Boolean expression of a logical Ex-OR gate is as follows:<\/p>\n\n\n\n<p><strong>The truth table of the 3-input XOR gate:<\/strong><\/p>\n\n\n\n<figure class=\"wp-block-table is-style-stripes\"><table><tbody><tr><td><strong>A<\/strong><\/td><td><strong>B<\/strong><\/td><td><strong>C<\/strong><\/td><td><strong>Output<\/strong><strong><\/strong><\/td><\/tr><tr><td>0<\/td><td>0<\/td><td>0<\/td><td>0<\/td><\/tr><tr><td>0<\/td><td>0<\/td><td>1<\/td><td>1<\/td><\/tr><tr><td>0<\/td><td>1<\/td><td>0<\/td><td>1<\/td><\/tr><tr><td>0<\/td><td>1<\/td><td>1<\/td><td>0<\/td><\/tr><tr><td>1<\/td><td>0<\/td><td>0<\/td><td>1<\/td><\/tr><tr><td>1<\/td><td>0<\/td><td>1<\/td><td>0<\/td><\/tr><tr><td>1<\/td><td>1<\/td><td>0<\/td><td>0<\/td><\/tr><tr><td>1<\/td><td>1<\/td><td>1<\/td><td>1<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p><strong>Design of<\/strong> <strong>3-input XOR gate<\/strong><\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"586\" height=\"223\" src=\"https:\/\/examdays.com\/blog\/wp-content\/uploads\/2022\/09\/image-8.png\" alt=\"\" class=\"wp-image-41113\" srcset=\"https:\/\/examdays.com\/blog\/wp-content\/uploads\/2022\/09\/image-8.png 586w, https:\/\/examdays.com\/blog\/wp-content\/uploads\/2022\/09\/image-8-300x114.png 300w\" sizes=\"auto, (max-width: 586px) 100vw, 586px\" \/><\/figure>\n\n\n\n<p><strong>Where is the XOR gate used?<\/strong><\/p>\n\n\n\n<p>XOR gates are the logic gates used in circuits that perform arithmetic operations and calculations, particularly in half-adders and adders. The ability of the XOR gate to compare two logic levels and give an output depending on the state of the input is beneficial in many computational circuits.<\/p>\n\n\n\n<p>The discrete gate has wide applications in a digital circuit. A two-bit exclusive or gate logic gives one output when the two inputs differ. So one obvious application of an exclusive OR gate is to use it as a digital comparator.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"4--the-significant-difference-between-xor-gate-and-or-gate--\"><strong>The significant difference between XOR gate and OR gate:<\/strong>&nbsp;<\/h2>\n\n\n\n<p>The difference has to do with mutual exclusion. Xor is exclusive or inclusive. That is to say, xor is or, but with the single change, the answer is false if both parameters to the operation are true.<\/p>\n\n\n\n<p>You may refer to this truth table:<\/p>\n\n\n\n<figure class=\"wp-block-table is-style-stripes\"><table><tbody><tr><td>Input<\/td><td>Input<\/td><td>Output (XOR)<\/td><td>Output (OR)<\/td><\/tr><tr><td>A<\/td><td>B<\/td><td>A XOR B<\/td><td>A OR B<\/td><\/tr><tr><td>0<\/td><td>0<\/td><td>0<\/td><td>0<\/td><\/tr><tr><td>0<\/td><td>1<\/td><td>1<\/td><td>1<\/td><\/tr><tr><td>1<\/td><td>0<\/td><td>1<\/td><td>1<\/td><\/tr><tr><td>1<\/td><td>1<\/td><td>0<\/td><td>1<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p><strong>Why is the XOR gate called exclusive?<\/strong><\/p>\n\n\n\n<p>Because it is true only if one (but not both) of the inputs is true: this excludes concurrent options.<\/p>\n\n\n\n<p>It is (together) opposite, true if one input is true, and true if both are true. The key is in the last row.<\/p>\n\n\n\n<figure class=\"wp-block-table is-style-stripes\"><table><tbody><tr><td><strong>A<\/strong><\/td><td><strong>B<\/strong><\/td><td><strong>OR<\/strong><\/td><td><strong>XOR<\/strong><\/td><\/tr><tr><td>False<\/td><td>False<\/td><td>False<\/td><td>False<\/td><\/tr><tr><td>False<\/td><td>True<\/td><td>True<\/td><td>True<\/td><\/tr><tr><td>True<\/td><td>False<\/td><td>True<\/td><td>True<\/td><\/tr><tr><td>True<\/td><td>True<\/td><td>True<\/td><td>False<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p><strong>How is XOR different from XNOR?<\/strong><\/p>\n\n\n\n<p><strong>XOR<\/strong>: If their number is odd, the output is one. Otherwise, the output will be zero.<\/p>\n\n\n\n<p><strong>XNOR:<\/strong>&nbsp;This is the negative logic of XOR. So if their number is equal, the output will be one. Otherwise, the output will be zero.<\/p>\n\n\n\n<p>The truth table of both:<\/p>\n\n\n\n<p>X and Y are input, and Z is Output<\/p>\n\n\n\n<p>XOR Gate Truth Table<\/p>\n\n\n\n<figure class=\"wp-block-table is-style-stripes\"><table><tbody><tr><td>X<\/td><td>Y<\/td><td>Z<\/td><\/tr><tr><td>0<\/td><td>1<\/td><td>1<\/td><\/tr><tr><td>1<\/td><td>0<\/td><td>1<\/td><\/tr><tr><td>1<\/td><td>1<\/td><td>0<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p>XNOR Gate Truth Table<\/p>\n\n\n\n<figure class=\"wp-block-table is-style-stripes\"><table><tbody><tr><td>X<\/td><td>Y<\/td><td>Z<\/td><\/tr><tr><td>0<\/td><td>1<\/td><td>0<\/td><\/tr><tr><td>1<\/td><td>0<\/td><td>0<\/td><\/tr><tr><td>1<\/td><td>1<\/td><td>1<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p><strong>How<\/strong>&nbsp;<strong>does XOR gate operation work<\/strong>?<\/p>\n\n\n\n<p>Gates are simply the operation doors.&nbsp;In our everyday language, \u201cOR\u201d means to satisfy one of the mentioned. If someone says I will buy a car or a bike, he means he will buy a car or a motorcycle. So, \u201cOR\u201d usually means that a condition must be satisfied.<\/p>\n\n\n\n<p>If someone says, &#8220;I want a job or tons of money,&#8221; does the fulfillment of his desires mean that a job and tons of money will fulfill his desire? It certainly does.<\/p>\n\n\n\n<p><strong>Then, \u201cOR\u201d means fulfilling both conditions, right?<\/strong><\/p>\n\n\n\n<p>So, here&#8217;s the catch. \u201cOR\u201d means two things. \u201cOR\u201d means only one condition must be satisfied, and another \u201cOR\u201d means both conditions are also valid. In the first type, &#8220;OR&#8221; only one condition should be satisfied. Meeting both requirements is excluded. So, that &#8220;OR&#8221; is called exclusive OR or XOR.<\/p>\n\n\n\n<p>A second type of &#8220;OR&#8221; is where the meeting of two conditions is also valid, and we call it inclusive or OR.<\/p>\n\n\n\n<p>So, XOR(Exclusive OR) is an OR operation that excludes cases where both satisfied conditions are valid.<\/p>\n\n\n\n<div id=\"affiliate-style-2a3a35c4-b3c8-4cf4-a2c9-4b9fdcbf58de\" class=\"wp-block-affiliate-booster-ab-tableof-content affiliate-toc-align-left affiliate-toc-columns-1 affiliate-block-2a3a35c4\" data-scroll=\"true\" data-offset=\"30\" data-delay=\"800\"><div class=\"affiliate-toc-inner affiliate-toc-islist affiliate-toc-align-\"><div class=\"affiliate-toc-wrap\"><div class=\"affiliate-toc-title-wrap\"><div class=\"affiliate-toc-title\">Table Of Contents<\/div><\/div><div class=\"affiliate-toc-list-wrap\"><ul class=\"affiliate-toc-list desktop1 tablet1 mobile1\"><li><a href=\"#1-xor-gate\">XOR GATE<\/a><\/li><li><a href=\"#2--xor--gate-truth-table\">XOR Gate Truth Table<\/a><\/li><li><a href=\"#3-3-input-xor-gate\">3-input XOR Gate:<\/a><\/li><li><a href=\"#4--the-significant-difference-between-xor-gate-and-or-gate--\">The significant difference between XOR gate and OR gate:&nbsp;<\/a><\/li><\/ul><\/div><\/div><\/div><\/div>\n","protected":false},"excerpt":{"rendered":"<p>&nbsp;An XOR gate is an exclusive-OR gate. This gate is a specialized gate used in various types of computing circuits. &#8230; <\/p>\n<p class=\"read-more-container\"><a title=\"XOR Gate Truth Table Circuit Diagram Formula IC Number\" class=\"read-more button\" href=\"https:\/\/examdays.com\/blog\/xor-gate-truth-table-circuit-diagram-formula-ic-number\/#more-41101\" aria-label=\"Read more about XOR Gate Truth Table Circuit Diagram Formula IC Number\">Read more<\/a><\/p>\n","protected":false},"author":16,"featured_media":41107,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[15987],"tags":[16001,16003,16009,16007,16008,15999,16005,16002,16000,16004,16006],"class_list":["post-41101","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-engineering-materials","tag-xor-gate","tag-xor-gate-circuit-diagram","tag-xor-gate-definition","tag-xor-gate-diagram","tag-xor-gate-formula","tag-xor-gate-ic","tag-xor-gate-ic-number","tag-xor-gate-symbol","tag-xor-gate-truth-table","tag-xor-gate-using-nand-gate","tag-xor-gate-using-nor-gate","resize-featured-image"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.1.1 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>XOR Gate Truth Table Circuit Diagram Formula IC Number<\/title>\n<meta name=\"description\" content=\"XOR gate is an exclusive-OR gate. This gate is a specialized gate used in various types of computing circuits. Apart from AND, OR, NOT, NAND, NOR gates.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/examdays.com\/blog\/xor-gate-truth-table-circuit-diagram-formula-ic-number\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"XOR Gate Truth Table Circuit Diagram Formula IC Number\" \/>\n<meta property=\"og:description\" content=\"XOR gate is an exclusive-OR gate. This gate is a specialized gate used in various types of computing circuits. Apart from AND, OR, NOT, NAND, NOR gates.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/examdays.com\/blog\/xor-gate-truth-table-circuit-diagram-formula-ic-number\/\" \/>\n<meta property=\"og:site_name\" content=\"Latest Govt Jobs 2026\" \/>\n<meta property=\"article:publisher\" content=\"http:\/\/facebook.com\/examdaysofficial\" \/>\n<meta property=\"article:published_time\" content=\"2023-09-19T06:35:19+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/examdays.com\/blog\/wp-content\/uploads\/2022\/09\/xor-gate.png\" \/>\n\t<meta property=\"og:image:width\" content=\"696\" \/>\n\t<meta property=\"og:image:height\" content=\"392\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Bhuvan\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@examdaysblog\" \/>\n<meta name=\"twitter:site\" content=\"@examdaysblog\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Bhuvan\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/examdays.com\/blog\/xor-gate-truth-table-circuit-diagram-formula-ic-number\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/examdays.com\/blog\/xor-gate-truth-table-circuit-diagram-formula-ic-number\/\"},\"author\":{\"name\":\"Bhuvan\",\"@id\":\"https:\/\/examdays.com\/blog\/#\/schema\/person\/a4ff5fca76c694f7e93b9a81fc7f2328\"},\"headline\":\"XOR Gate Truth Table Circuit Diagram Formula IC Number\",\"datePublished\":\"2023-09-19T06:35:19+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/examdays.com\/blog\/xor-gate-truth-table-circuit-diagram-formula-ic-number\/\"},\"wordCount\":776,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/examdays.com\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/examdays.com\/blog\/xor-gate-truth-table-circuit-diagram-formula-ic-number\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/examdays.com\/blog\/wp-content\/uploads\/2022\/09\/xor-gate.png\",\"keywords\":[\"xor gate\",\"xor gate circuit diagram\",\"xor gate definition\",\"xor gate diagram\",\"xor gate formula\",\"xor gate ic\",\"xor gate ic number\",\"xor gate symbol\",\"xor gate truth table\",\"xor gate using nand gate\",\"xor gate using nor gate\"],\"articleSection\":[\"Engineering Materials\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/examdays.com\/blog\/xor-gate-truth-table-circuit-diagram-formula-ic-number\/\",\"url\":\"https:\/\/examdays.com\/blog\/xor-gate-truth-table-circuit-diagram-formula-ic-number\/\",\"name\":\"XOR Gate Truth Table Circuit Diagram Formula IC Number\",\"isPartOf\":{\"@id\":\"https:\/\/examdays.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/examdays.com\/blog\/xor-gate-truth-table-circuit-diagram-formula-ic-number\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/examdays.com\/blog\/xor-gate-truth-table-circuit-diagram-formula-ic-number\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/examdays.com\/blog\/wp-content\/uploads\/2022\/09\/xor-gate.png\",\"datePublished\":\"2023-09-19T06:35:19+00:00\",\"description\":\"XOR gate is an exclusive-OR gate. This gate is a specialized gate used in various types of computing circuits. Apart from AND, OR, NOT, NAND, NOR gates.\",\"breadcrumb\":{\"@id\":\"https:\/\/examdays.com\/blog\/xor-gate-truth-table-circuit-diagram-formula-ic-number\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/examdays.com\/blog\/xor-gate-truth-table-circuit-diagram-formula-ic-number\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/examdays.com\/blog\/xor-gate-truth-table-circuit-diagram-formula-ic-number\/#primaryimage\",\"url\":\"https:\/\/examdays.com\/blog\/wp-content\/uploads\/2022\/09\/xor-gate.png\",\"contentUrl\":\"https:\/\/examdays.com\/blog\/wp-content\/uploads\/2022\/09\/xor-gate.png\",\"width\":696,\"height\":392,\"caption\":\"xor gate\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/examdays.com\/blog\/xor-gate-truth-table-circuit-diagram-formula-ic-number\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/examdays.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"XOR Gate Truth Table Circuit Diagram Formula IC Number\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/examdays.com\/blog\/#website\",\"url\":\"https:\/\/examdays.com\/blog\/\",\"name\":\"Examdays\",\"description\":\"Examdays\",\"publisher\":{\"@id\":\"https:\/\/examdays.com\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/examdays.com\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/examdays.com\/blog\/#organization\",\"name\":\"Examdays Jobs\",\"url\":\"https:\/\/examdays.com\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/examdays.com\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/mediumseagreen-worm-793803.hostingersite.com\/blog\/wp-content\/uploads\/2025\/07\/96x96-examdays-favicon.png\",\"contentUrl\":\"https:\/\/mediumseagreen-worm-793803.hostingersite.com\/blog\/wp-content\/uploads\/2025\/07\/96x96-examdays-favicon.png\",\"width\":96,\"height\":96,\"caption\":\"Examdays Jobs\"},\"image\":{\"@id\":\"https:\/\/examdays.com\/blog\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"http:\/\/facebook.com\/examdaysofficial\",\"https:\/\/x.com\/examdaysblog\",\"https:\/\/www.instagram.com\/ursrpb\/\",\"https:\/\/www.linkedin.com\/company\/13600392\/\",\"https:\/\/in.pinterest.com\/examdays\",\"https:\/\/www.youtube.com\/channel\/UC3Kz8BWO1jjjqtp8XjfDYOw\/\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/examdays.com\/blog\/#\/schema\/person\/a4ff5fca76c694f7e93b9a81fc7f2328\",\"name\":\"Bhuvan\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"XOR Gate Truth Table Circuit Diagram Formula IC Number","description":"XOR gate is an exclusive-OR gate. This gate is a specialized gate used in various types of computing circuits. Apart from AND, OR, NOT, NAND, NOR gates.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/examdays.com\/blog\/xor-gate-truth-table-circuit-diagram-formula-ic-number\/","og_locale":"en_US","og_type":"article","og_title":"XOR Gate Truth Table Circuit Diagram Formula IC Number","og_description":"XOR gate is an exclusive-OR gate. This gate is a specialized gate used in various types of computing circuits. Apart from AND, OR, NOT, NAND, NOR gates.","og_url":"https:\/\/examdays.com\/blog\/xor-gate-truth-table-circuit-diagram-formula-ic-number\/","og_site_name":"Latest Govt Jobs 2026","article_publisher":"http:\/\/facebook.com\/examdaysofficial","article_published_time":"2023-09-19T06:35:19+00:00","og_image":[{"width":696,"height":392,"url":"https:\/\/examdays.com\/blog\/wp-content\/uploads\/2022\/09\/xor-gate.png","type":"image\/png"}],"author":"Bhuvan","twitter_card":"summary_large_image","twitter_creator":"@examdaysblog","twitter_site":"@examdaysblog","twitter_misc":{"Written by":"Bhuvan","Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/examdays.com\/blog\/xor-gate-truth-table-circuit-diagram-formula-ic-number\/#article","isPartOf":{"@id":"https:\/\/examdays.com\/blog\/xor-gate-truth-table-circuit-diagram-formula-ic-number\/"},"author":{"name":"Bhuvan","@id":"https:\/\/examdays.com\/blog\/#\/schema\/person\/a4ff5fca76c694f7e93b9a81fc7f2328"},"headline":"XOR Gate Truth Table Circuit Diagram Formula IC Number","datePublished":"2023-09-19T06:35:19+00:00","mainEntityOfPage":{"@id":"https:\/\/examdays.com\/blog\/xor-gate-truth-table-circuit-diagram-formula-ic-number\/"},"wordCount":776,"commentCount":0,"publisher":{"@id":"https:\/\/examdays.com\/blog\/#organization"},"image":{"@id":"https:\/\/examdays.com\/blog\/xor-gate-truth-table-circuit-diagram-formula-ic-number\/#primaryimage"},"thumbnailUrl":"https:\/\/examdays.com\/blog\/wp-content\/uploads\/2022\/09\/xor-gate.png","keywords":["xor gate","xor gate circuit diagram","xor gate definition","xor gate diagram","xor gate formula","xor gate ic","xor gate ic number","xor gate symbol","xor gate truth table","xor gate using nand gate","xor gate using nor gate"],"articleSection":["Engineering Materials"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/examdays.com\/blog\/xor-gate-truth-table-circuit-diagram-formula-ic-number\/","url":"https:\/\/examdays.com\/blog\/xor-gate-truth-table-circuit-diagram-formula-ic-number\/","name":"XOR Gate Truth Table Circuit Diagram Formula IC Number","isPartOf":{"@id":"https:\/\/examdays.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/examdays.com\/blog\/xor-gate-truth-table-circuit-diagram-formula-ic-number\/#primaryimage"},"image":{"@id":"https:\/\/examdays.com\/blog\/xor-gate-truth-table-circuit-diagram-formula-ic-number\/#primaryimage"},"thumbnailUrl":"https:\/\/examdays.com\/blog\/wp-content\/uploads\/2022\/09\/xor-gate.png","datePublished":"2023-09-19T06:35:19+00:00","description":"XOR gate is an exclusive-OR gate. This gate is a specialized gate used in various types of computing circuits. Apart from AND, OR, NOT, NAND, NOR gates.","breadcrumb":{"@id":"https:\/\/examdays.com\/blog\/xor-gate-truth-table-circuit-diagram-formula-ic-number\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/examdays.com\/blog\/xor-gate-truth-table-circuit-diagram-formula-ic-number\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/examdays.com\/blog\/xor-gate-truth-table-circuit-diagram-formula-ic-number\/#primaryimage","url":"https:\/\/examdays.com\/blog\/wp-content\/uploads\/2022\/09\/xor-gate.png","contentUrl":"https:\/\/examdays.com\/blog\/wp-content\/uploads\/2022\/09\/xor-gate.png","width":696,"height":392,"caption":"xor gate"},{"@type":"BreadcrumbList","@id":"https:\/\/examdays.com\/blog\/xor-gate-truth-table-circuit-diagram-formula-ic-number\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/examdays.com\/blog\/"},{"@type":"ListItem","position":2,"name":"XOR Gate Truth Table Circuit Diagram Formula IC Number"}]},{"@type":"WebSite","@id":"https:\/\/examdays.com\/blog\/#website","url":"https:\/\/examdays.com\/blog\/","name":"Examdays","description":"Examdays","publisher":{"@id":"https:\/\/examdays.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/examdays.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/examdays.com\/blog\/#organization","name":"Examdays Jobs","url":"https:\/\/examdays.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/examdays.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/mediumseagreen-worm-793803.hostingersite.com\/blog\/wp-content\/uploads\/2025\/07\/96x96-examdays-favicon.png","contentUrl":"https:\/\/mediumseagreen-worm-793803.hostingersite.com\/blog\/wp-content\/uploads\/2025\/07\/96x96-examdays-favicon.png","width":96,"height":96,"caption":"Examdays Jobs"},"image":{"@id":"https:\/\/examdays.com\/blog\/#\/schema\/logo\/image\/"},"sameAs":["http:\/\/facebook.com\/examdaysofficial","https:\/\/x.com\/examdaysblog","https:\/\/www.instagram.com\/ursrpb\/","https:\/\/www.linkedin.com\/company\/13600392\/","https:\/\/in.pinterest.com\/examdays","https:\/\/www.youtube.com\/channel\/UC3Kz8BWO1jjjqtp8XjfDYOw\/"]},{"@type":"Person","@id":"https:\/\/examdays.com\/blog\/#\/schema\/person\/a4ff5fca76c694f7e93b9a81fc7f2328","name":"Bhuvan"}]}},"_links":{"self":[{"href":"https:\/\/examdays.com\/blog\/wp-json\/wp\/v2\/posts\/41101","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/examdays.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/examdays.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/examdays.com\/blog\/wp-json\/wp\/v2\/users\/16"}],"replies":[{"embeddable":true,"href":"https:\/\/examdays.com\/blog\/wp-json\/wp\/v2\/comments?post=41101"}],"version-history":[{"count":12,"href":"https:\/\/examdays.com\/blog\/wp-json\/wp\/v2\/posts\/41101\/revisions"}],"predecessor-version":[{"id":52593,"href":"https:\/\/examdays.com\/blog\/wp-json\/wp\/v2\/posts\/41101\/revisions\/52593"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/examdays.com\/blog\/wp-json\/wp\/v2\/media\/41107"}],"wp:attachment":[{"href":"https:\/\/examdays.com\/blog\/wp-json\/wp\/v2\/media?parent=41101"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/examdays.com\/blog\/wp-json\/wp\/v2\/categories?post=41101"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/examdays.com\/blog\/wp-json\/wp\/v2\/tags?post=41101"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}