answersLogoWhite

0


Best Answer

a XOR bis equivalent to:

(a AND NOT b) OR (b AND NOT a)

User Avatar

Wiki User

βˆ™ 7y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How From the truth table of an X-OR gate write the X-OR equivalent equation by using NOT OR and AND gate?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Math & Arithmetic

When using a truth table 1 and 1 equal what?

As inputs to the truth table 1 and 1 signify that they are both true. The output will depend on what kind of truth table we are talking about, AND, OR, XOR, etc.


How do you graph an equation in the table of values?

Which of the following is a disadvantage to using equations?


How do you Demorganize a Boolean expression?

The simplest way to describe this action is to demonstrate using a simple truth table. This is not intended to be an in depth study of the theorms but a simple demonstration of how a trivial equation can be demorganized. Given a simple boolean equation !A+!B=1. One could show in a truth table. !A !B !A+!B (fully inhibited OR function) 0 0 1 0 1 1 1 0 1 1 1 0 Demorganizing (hypersimplified method) 1) NOT all variables 2) NOT the equation 3) Invert the function (AND to OR or OR to AND) Iterative steps yeilds !A becomes !!A which is the same as A (!!A + !B) = (A+!B) !B becomes !!B which is the same as B (A +!!B) = A+B OR function becomes AND (A+B) = (AB) NOT the full equation !(AB) = !A+!B Truth table for the new equation (which happens to be a NAND function) A B AB !AB !A+!B 0 0 0 1 1 0 1 0 1 1 1 0 0 1 1 1 1 1 0 0


What is equadtratic equation?

A quadratic equation normally has 2 solutions and can be solved by using the quadratic equation formula.


How can you find a variable in math?

You find, or construct, an equation or set of equations which express the unknown variable in terms of other variables. Then you solve the equation(s), using algebra.You find, or construct, an equation or set of equations which express the unknown variable in terms of other variables. Then you solve the equation(s), using algebra.You find, or construct, an equation or set of equations which express the unknown variable in terms of other variables. Then you solve the equation(s), using algebra.You find, or construct, an equation or set of equations which express the unknown variable in terms of other variables. Then you solve the equation(s), using algebra.

Related questions

When using a truth table 1 and 1 equal what?

As inputs to the truth table 1 and 1 signify that they are both true. The output will depend on what kind of truth table we are talking about, AND, OR, XOR, etc.


What are the disadvantages of truth table?

One of the disadvantages of using truth tables is


How is a Truth Table created for Specific expression?

by using a K-map


How do you solve diophantine equation using python?

To solve a diophantin equation using python, you have to put it into algebraic form. Then you find out if A and B have a common factor. If they have a common factor, then you simplify the equation. You then build a three row table and build the table.


How do you graph an equation in the table of values?

Which of the following is a disadvantage to using equations?


What are advantages to using the table method when graphing a linear equation?

For a linear I can see no advantage in the table method.


How do you write an equation or rule using a table?

n-12+4n++2_3n


Use the T table to determine 3 solutions to this equation 4x - 2y equals 8?

using the t-table determine 3 solutions to this equation: y equals 2x


Can you make a linear equation from a nonlinear table?

Using the line of best fit, yes.


A B C ' A'B'C' by using truth table?

Oh, what a happy little question! To create a truth table for the expression A B C ' A' B' C', you'll need to list all possible combinations of true (T) and false (F) for the variables A, B, and C. Then, you can apply the logical operations to find the resulting values for the expression. Just take your time, enjoy the process, and soon you'll have a beautiful truth table to admire!


How can an input output table help you?

By providing multiple answers to the same equation using different variables..


When using a truth table 1 and 0 equal?

1 and 0 equal 0. "AND" behave like multiplication.