View Full Version : Logic Devices
superutails
May 29, 2009, 07:23 PM
P1010034.jpg picture by superutails - Photobucket (http://s83.photobucket.com/albums/j300/superutails/?action=view¤t=P1010034.jpg)
What is 39 and 40?
Perito
May 30, 2009, 12:37 PM
Photobucket Picture (P1010034.jpg) (http://i83.photobucket.com/albums/j300/superutails/P1010034.jpg)
I don't see a 39 or a 40.
29 is an XNOR gate (NOT XOR).
30 is the NOR gate (NOT OR).
superutails
May 30, 2009, 04:47 PM
Can you explain that to me?
Perito
May 30, 2009, 07:44 PM
A two-input XOR gate's output is high if either one of the two inputs is high. If both inputs are high, or if no inputs are high, the output is low. The XNOR gate (NOT XOR) is essentially the same except that the outputs are reversed. If either of the two inputs is high, the output will be low. If both inputs are high or if neither input is high, the output will be high.
XOR means "Exclusive OR". Exclusively, one gate is high.
The NOR gate (NOT OR) is a lot simpler. In an OR gate, if either or both gates are high, the output is high. If both gates are low, the output is low. The NOT OR function is the same except the output is reversed.
superutails
May 30, 2009, 09:24 PM
What is a gate that has to have all inputs high to be high?
What is a gate that has to have all low to be low?
Also what is Demorgan's theorem?
superutails
May 30, 2009, 09:28 PM
I know I'll be double posting but I just want to thank you for your help so far.
KISS
May 30, 2009, 09:29 PM
AND
NAND ----> XOR
De Morgan's laws - Wikipedia, the free encyclopedia (http://en.wikipedia.org/wiki/De_Morgan%27s_laws)
superutails
May 30, 2009, 09:35 PM
The second one must not be clear. It has to have all inputs low to have a low output.
Just in case for the first, it has to have all inputs high to have a high output.
KISS
May 30, 2009, 09:57 PM
Truth table - Wikipedia, the free encyclopedia (http://en.wikipedia.org/wiki/Truth_table)
superutails
May 30, 2009, 10:06 PM
It says that NAND is False if both is true and true if at least one is false. I'll assume Flase is low and true is high.
KISS
May 30, 2009, 10:21 PM
Yep, NAND is wrong.
If you go to the trute table with lots of functions simultaneously on the pagem you'll find that it's either AND, OR or EXCLUSIVE OR.
If that's the ONLY condition, then XOR would be the answer.
superutails
May 30, 2009, 10:31 PM
Is flase low or high?
KISS
May 30, 2009, 10:44 PM
Actually there are two terms "Positive logic" and "Negative Logic".
Assuming this is a positive logic system LOW will be equlivelent to FALSE.
In the real world, there are concepts like open collector, open drain, wire or'ed, tri-state logic, pins are defined as inputs on power up, or defined as OFF, an input or an output on the fly.
superutails
May 30, 2009, 10:48 PM
What is use to illustrate the various input/output combinations for a logic gate?
Ps thanks for the help.
KISS
May 31, 2009, 06:11 AM
I'm going to switch gears a bit. Instead of giving you the answer, I'm giving you a link to a BCD to Decimal Decoder IC.
From the contents of the link and recent discussions, you should be able to come up with the answer.
SN74141N pdf, SN74141N description, SN74141N datasheets, SN74141N view ::: ALLDATASHEET ::: (http://pdf1.alldatasheet.com/datasheet-pdf/view/115765/TI/SN74141N.html)
What's your answer?
superutails
May 31, 2009, 12:16 PM
I'd say logic function diagram.
What is the logic circuit whose output is always the inverse of its inputs? What is inverse?
KISS
May 31, 2009, 01:16 PM
In that data sheet it may have been called a "function table", but you know it as something else. What do you know it as?
Inverse is used a lot in functions; f(x) = ; f(y) is the inverse.
In your problem "inverse" means opposite. So, what gate is the output the opposite of its input?
You must describe it in concepts that the teacher has lectured about, not what someone else calls it. Keep that in mind.
superutails
May 31, 2009, 01:22 PM
The only gates on there is And OR. AND is High inputs equal High output and OR is Low inputs equal Low output.
KISS
May 31, 2009, 06:09 PM
What's a 1 input NAND gate? They give it a special name.
superutails
May 31, 2009, 06:25 PM
P1010033.jpg picture by superutails - Photobucket (http://s83.photobucket.com/albums/j300/superutails/?action=view¤t=P1010033.jpg)
What is 25, 26 and 28?