How do you pronounce 'xor'?

neutralizer

Lifer
Oct 4, 2001
11,552
1
0
I was talking about gates for a design class to my roommate and I hastily said 'zore' rather than 'ex-or'. He corrected me and found pronouncing it 'zore' as incorrect and ridiculous. Personally, I think 'ex-or' is the proper pronunciation, but 'zore' just rolls off the tongue easier.
 

Captante

Lifer
Oct 20, 2003
30,339
10,858
136
I believe in most cases "X" is pronounced as "Z" in english, unless of course its a proper name in which case you can say it any way you choose!

Example: Xylophone


Edit: My answer to the OP would be closest to zore
 

hzl eyed grl

Super Moderator<br>Elite Member
Dec 28, 1999
13,107
67
91
I don't believe I know what xor means or is, but I agree with Captante in that in most cases "X" is pronounced "Z".
 

Howard

Lifer
Oct 14, 1999
47,982
11
81
Originally posted by: Captante
I believe in most cases "X" is pronounced as "Z" in english, unless of course its a proper name in which case you can say it any way you choose!

Example: Xylophone


Edit: My answer to the OP would be closest to zore
The 'x' in "xor" comes from "exclusive[ly] or", so I don't think that would apply in this case.
Originally posted by: Special K
ex-or, since it's short for exclusive or.
I hate you. :p
 

DanTMWTMP

Lifer
Oct 7, 2001
15,908
19
81
I never use the short term..it's always Exclusive-Or for me...at I heard non of my peers say it otherwise...

just put in "Exclusive-Or" as one of the answers. I won't answer this poll otherwise.
 

Ameesh

Lifer
Apr 3, 2001
23,686
1
0
Originally posted by: hzl eyed grl
I don't believe I know what xor means or is, but I agree with Captante in that in most cases "X" is pronounced "Z".

xor is short for exclusive, its a boolean operator that takes 2 arguments it basically means that only 1 of the arguments can and has to be true


1 xor 0 == true
0 xor 1 == true
0 xor 0 == false
1 xor 1 == false

follow?
 

hzl eyed grl

Super Moderator<br>Elite Member
Dec 28, 1999
13,107
67
91
Originally posted by: Special K
ex-or, since it's short for exclusive or.

Pardon my ignorance, but what is this regarding? A sale or something?
 

Captante

Lifer
Oct 20, 2003
30,339
10,858
136
Originally posted by: Howard
Originally posted by: Captante
I believe in most cases "X" is pronounced as "Z" in english, unless of course its a proper name in which case you can say it any way you choose!

Example: Xylophone


Edit: My answer to the OP would be closest to zore
The 'x' in "xor" comes from "exclusive[ly] or", so I don't think that would apply in this case.
Originally posted by: Special K
ex-or, since it's short for exclusive or.
I hate you. :p


If XOR is in fact a proper name or an abbreviation for one, then you would be correct.

This is what Urban dictionary had to contribute.

Heres Websters take.


Edit: And it even has its own Wiki! :)
 

neutralizer

Lifer
Oct 4, 2001
11,552
1
0
Originally posted by: DanTMWTMP
I never use the short term..it's always Exclusive-Or for me...at I heard non of my peers say it otherwise...

just put in "Exclusive-Or" as one of the answers. I won't answer this poll otherwise.

Pronouncing it fully is a lot of work. What if you were reading a lot of code or something that had a lot of xor's.