Thread Closed

any gate i can substitute to xor gate?

 
Share Thread Thread Tools
Jan15-09, 09:31 PM   #1
 

any gate i can substitute to xor gate?


any gate i can substitute to xor gate?
if i dont have xor gate what gate i can use to substitute it?
 
PhysOrg.com
PhysOrg
science news on PhysOrg.com

>> Front-row seats to climate change
>> Attacking MRSA with metals from antibacterial clays
>> New formula invented for microscope viewing, substitutes for federally controlled drug
Jan15-09, 09:33 PM   #2
 
Recognitions:
Homework Helper Homework Help
Science Advisor Science Advisor
If this is homework - what is XOR in boolean algebra ?

In practical terms you can build any logic out of either NAND or NOR, most chips only implement one of these.
 
Jan15-09, 09:34 PM   #3
 
Blog Entries: 14
Quote by chrisalviola View Post
any gate i can substitute to xor gate?
if i dont have xor gate what gate i can use to substitute it?
define xor with a truth table.
 
Jan15-09, 09:38 PM   #4
 

any gate i can substitute to xor gate?


Quote by mgb_phys View Post
If this is homework - what is XOR in boolean algebra ?

In practical terms you can build any logic out of either NAND or NOR, most chips only implement one of these.
nope not a homework
i want to make a binary adder cuircuit i dont have an xor gate only and, or & not.
 
Jan15-09, 09:39 PM   #5
 
Quote by rootx View Post
define xor with a truth table.
0 0 -0
0 1-1
1 0-1
1 1-0
 
Jan15-09, 09:45 PM   #6
 
Blog Entries: 14
Quote by chrisalviola View Post
0 0 -0
0 1-1
1 0-1
1 1-0
xor = not(a).b + a.not(b)

I also thought this is a homework problem. You can easily get this into and/or gates. If there are more than 2 inputs, you should be using k-maps. Once, you have in and/or gates, it is simple to convert it into nand (using Sum of products form) or nors (using products of sums or simply messing with bool algebra...)
 
Jan15-09, 09:50 PM   #7
 
problem solved

http://www.play-hookey.com/digital/xor_function.html
 
Jan15-09, 09:51 PM   #8
 
Quote by rootX View Post
xor = not(a).b + a.not(b)

I also thought this is a homework problem. You can easily get this into and/or gates. If there are more than 2 inputs, you should be using k-maps. Once, you have in and/or gates, it is simple to convert it into nand (using Sum of products form) or nors (using products of sums or simply messing with bool algebra...)
tnks
 
Jan15-09, 09:54 PM   #9
 
Recognitions:
Homework Helper Homework Help
Science Advisor Science Advisor
Isn't it, A or B and not( A and B)
 
Thread Closed
Thread Tools


Similar Threads for: any gate i can substitute to xor gate?
Thread Forum Replies
NOT gate feedback Electrical Engineering 8
Simple OR TTL gate Electrical Engineering 1
CNOT gate Quantum Physics 0
TTL gate Electrical Engineering 9
XNOR gate Electrical Engineering 4