NOT logic function

thingmaker3

Joined May 16, 2005
5,083
Too late, my good fellow. [SIZE=-1]Britannica, Wikipedia, and even All About Circuits list the inverter as a "NOT gate." Language evolves whether we want it to or not. I don't like it either, but we're vastly outnumbered.

Since it inverts its single input, I'd say the output "refers to a previous value of itself."
[/SIZE]
 

Dave

Joined Nov 17, 2003
6,969
NOT is probably the favoured terminology in order to avoid confusion with the DC-AC inverter circuit. I tend to find inverter is more of a US-centric word; I have rarely come across the inverter logic gate in formal discussions/teachings here in the UK. We still use the word of course!

Dave
 

nomurphy

Joined Aug 8, 2005
567
Is a NOT gate not a gate? When is a gate not a NOT gate? Is a non-inverter not a gate, or is it a NOT NOT gate?

Are you saying you can't have a gate, and NOT it too?

....
To OP -- to invert a signal, would you do it in series or in parallel?
 

mik3ca

Joined Feb 11, 2007
189
I would agree that an inverter is a "NOT" gate.
invert means to make something the opposite,
"NOT" means the opposite.
and since opposite = opposite, Inverter = NOT!

as for connecting them, why worry about series or parallel?
the only time parallel would make sense is if you made a flip-flop with two special gates (and "NOT" gates do qualify here)
 

Audioguru

Joined Dec 20, 2007
11,248
You can connect Cmos "logic inverters" (CD4069 or 74C04) in parallel to increase their output current.

I have never seen a datasheet for "logic inverters" that call them Not Gates. They are called logic inverters. Teachers call them Not Gates but I don't know why.
 

beenthere

Joined Apr 20, 2004
15,819
Not my bubble - I've been working with logic (and making bad puns) for over 40 years.

A definition of a gated signal is one that is controlled by another. That requires at least two inputs, so that could also define the minimum number of inputs to perform logic gating. An inverter doesn't meet that criterion. This is at the level of "you say tomato.." and makes no difference.
 

nomurphy

Joined Aug 8, 2005
567
A definition of a gated signal is one that is controlled by another. That requires at least two inputs, so that could also define the minimum number of inputs to perform logic gating. An inverter doesn't meet that criterion.
Apparantly the industry doesn't agree with your definition or criteria (at least not T.I., and see attached for ON-semi). However, your above definition can fall into the category of "complex" gate.


(loj´ik gāt) (n.) A type of circuit (or collection of transistors and resistors) that regulates the flow of electricity (or optical signals in fiber optic computing systems) that determines the Boolean logic computers use to make complex logical decisions. The three simple gates—AND, OR and NOT—combine to perform complex decision making processes. The on or off state of a logic gate corresponds to the binary values.

The complex logic gates are XOR (exclusive-OR), NAND (NOT-AND), NOR (NOT-OR), and XNOR (exclusive-NOR).
 

Attachments

studiot

Joined Nov 9, 2007
4,998
A definition of a gated signal is one that is controlled by another. That requires at least two inputs
Actually, no.

A gated signal may pass or not pass a single diode gate depending upon level.
There is no other signal involved.
 

studiot

Joined Nov 9, 2007
4,998
The original question did not refer to gates.
In fact the simplest implementation of boolean algebra is with switches and the question makes sense in this context.

A times A' is a series connection equal to zero. AA'=0
A plus A' is a parallel combination and equal to unity. A+A'=1
 
Top