What are XAND and XOR

后端 未结 17 1439
旧巷少年郎
旧巷少年郎 2020-12-06 04:51

What are XAND and XOR? Also is there an XNot

17条回答
  •  隐瞒了意图╮
    2020-12-06 05:40

    XOR behaves like Austin explained, as an exclusive OR, either A or B but not both and neither yields false.

    There are 16 possible logical operators for two inputs since the truth table consists of 4 combinations there are 16 possible ways to arrange two boolean parameters and the corresponding output.

    They all have names according to this wikipedia article

提交回复
热议问题