XOR at Computer Glossary
What is it? Exclusive OR. A boolean operation, often used in cryptography. The exclusive-or of two bits is 1 if they have the same value and 0 if they have different values. This operation has the nice property that no information is lost. For example, (A xor B) xor B = A and (A xor B) xor A = B. Try that on any other boolean operation!Computer Definition Added By: Sarah
The XOR definition has been viewed 243 Time(s)!
Send To Friends!
If you'd like to send the XOR definition to yourself or to your friends/colleagues, just enter the e-mail addresses in the boxes below -We hope you now understand the meaning of XOR. If you need any more information on this term, please don't hesitate to contact us.
Other Similar Computer Terms:
Computer Term CMYK is CMYK is a scheme for combining primary pigments. The C stands for cyan (aqua), M stands for magenta (pink), Y is yellow, and K stands for black. The CMYK pigment model works like an upside down version of the RGB (red, green, and blue) color model. Many paint and draw programs can make use of either the RGB or the CMYK model. The RGB scheme is used mainly for computer displays, while the CMYK model is used for printed color illustrations (hard copy).Computer Term UHL is Universal Hypertext Link
Computer Term TSPI is telephony service provider interface
Computer Term COAST is Card On A Stick (module)
Computer Term SUA is SCCP User Adaptation Layer. Replaces SCCP and M3UA. Resides above SCTP and below the application in an IP telecom signaling protocol stack.