The symbols for XOR (exclusive OR) and EX-NOR (exclusive NOR) logic gates are as follows:
-
XOR (Exclusive OR) Gate:
- The symbol for the XOR gate typically looks like a standard OR gate symbol but with an additional curved line on the input side. It can be represented as follows:
In ASCII art, it might look like this:____ | | | |---- Output |____| ------
A ----|>o---- Output | | B ----| |
- The symbol for the XOR gate typically looks like a standard OR gate symbol but with an additional curved line on the input side. It can be represented as follows:
-
EX-NOR (Exclusive NOR) Gate:
- The symbol for the EX-NOR gate is similar to the XOR gate symbol but has a bubble (which indicates negation) at the output side. It can be represented as follows:
In ASCII art, it might look like this:____ | | | |----o Output |____| ------
A ----|>o----o Output | | B ----| |
- The symbol for the EX-NOR gate is similar to the XOR gate symbol but has a bubble (which indicates negation) at the output side. It can be represented as follows:
In these representations, A
and B
are the input variables, and the Output
is the result of the logic operation.