Logical Functions: New Era University No.9 Central Ave. New Era, Quezon City College of Engineering and Architecture
Logical Functions: New Era University No.9 Central Ave. New Era, Quezon City College of Engineering and Architecture
LOGICAL FUNCTIONS
SUBMITTED BY:
CONSTANTINO, BLANCHE E.
SUBMITTED TO:
MS. AUDREY LYLE DIEGO
LOGICAL FUNCTIONS: AND, OR, XOR and NOT
You use these functions when you want to carry out more than one comparison in your formula
or test multiple conditions instead of just one. As well as logical operators, Excel logical functions return
either TRUE or FALSE when their arguments are evaluated.
Formula
Function Description Formula Description
Example
NAND
A NAND gate is a Boolean function that is the opposite of an AND gate ("NOT AND"). It will
output a logical zero, or false, only if all of the inputs are true.
NOR
A NOR gate is a Boolean function that is the opposite of an OR gate ("NOT OR"). It will output a
logical one, or true, only if all of the inputs are false.
XOR
An XOR ("Exclusive OR") gate is a Boolean function that will output a logical one, or true, only if
the two inputs are different. This is useful for circuits that compare inputs; if the inputs are different,
then the output will be true, otherwise it is false.
BUFFER
A buffer (sometimes called transfer) is a Boolean function that will transfer the input to the
output without change. If the input is true, then the output will be true; if the input is false, then the
output will be false. It may seem to be an odd function since the gate does not change anything; but it
has an important use in a circuit. As logic circuits become more complex, the signal from input to output
may become weak and no longer able to drive (or activate) additional gates. A buffer is used to boost
(and stabilize) a logic level so it is more dependable. Cleaning up a signal is one other important function
done by a buffer. When an electronic circuit interacts with the physical world (for example, when a user
pushes a button), there is often a very brief period when the signal from that physical device waivers
between high and low unpredictably. A buffer can smooth out that signal so it is a constant high or low
without a lot of spikes in between. There is no symbol to indicate a buffer in a Boolean equation since it
does nothing to change the input.