Printer Friendly
Dictionary, Encyclopedia and Thesaurus - The Free Dictionary
3,914,829,244 visitors served.
forum Join the Word of the Day Mailing List For webmasters
?
Dictionary/
thesaurus
Medical
dictionary
Legal
dictionary
Financial
dictionary
Acronyms
 
Idioms
Encyclopedia
Wikipedia
encyclopedia
?

NOR
(redirected from Logical nor (disambiguation))

   Also found in: Dictionary/thesaurus, Medical, Wikipedia 0.02 sec.
NOR
(Not OR) A Boolean logical operation that is true if all inputs are false, and false if any input is true. An exclusive NOR (XNOR) is true if both inputs are the same. See flash memory.


NOR [nȯr]
(mathematics)
A logic operator having the property that if P, Q, R, … are statements, then the NOR of P, Q, R, … is true if all statements are false, false if at least one statement is true. Derived from NOT-OR. Also known as Peirce stroke relationship.

NOR - Not OR.

The Boolean function which is true if none of its inputs are true and false otherwise, the logical complement of inclusive OR. The binary (two-input) NOR function can be defined (written as an infix operator):

A NOR B = NOT (A OR B) = (NOT A) AND (NOT B)

Its truth table is:

A | B | A NOR B --+---+--------- F | F | T F | T | F T | F | F T | T | F

NOR, like NAND, forms a complete set of Boolean functions on its own since it can be used to make NOT, AND, OR and any other Boolean function:

NOT A = A NOR A

A OR B = NOT (A NOR B)

A AND B = (NOT A) NOR (NOT B)


Want to thank TFD for its existence? Tell a friend about us, add a link to this page, add the site to iGoogle, or visit the webmaster's page for free fun content.
?Page tools
Printer friendly
Cite / link
Feedback
Mentioned in?   Encyclopedia browser?   Full browser?
No references found
 
 
 
Encyclopedia
?

Terms of Use | Privacy policy | Feedback | Advertise with Us | Copyright © 2012 Farlex, Inc.
Disclaimer
All content on this website, including dictionary, thesaurus, literature, geography, and other reference data is for informational purposes only. This information should not be considered complete, up to date, and is not intended to be used in place of a visit, consultation, or advice of a legal, medical, or any other professional.