moenste
- 711
- 12
Homework Statement
Circuit:
A B G D E F C
0 0 1 1 1 1 0
1 1 0 1 0 1 0
0 0 1 1 1 1 0
1 1 0 1 0 1 0Answer:
Is (a) right? And any ideas what could be (b)?
The discussion revolves around logic gates and the construction of truth tables, specifically addressing a homework problem involving the outputs of various gates based on binary inputs. Participants explore the correct representation of input values and outputs in truth tables, as well as potential interpretations of the results.
Participants generally agree on the need for a complete representation of input values in the truth table, but there is no consensus on the interpretation of the output C or what it specifically represents in terms of logic gates.
Some participants express uncertainty about how to derive specific output values from the inputs, indicating potential limitations in their understanding of the relationships between the gates and their outputs.
You mean I should have four columns?jedishrfu said:Your A and B columns should show all possible values {00, 01, 10, 11}
The output of the D NAND gate is: A' NAND B = (A' & B)' = D
and the F NAND gate is: A NAND B' = (A & B')'
A B
-- --
0 0
0 1
1 0
1 1
But how did you derive these numbers? My original 0101 in A and B I got from the inverter table. But I don't see how to get the ones you mention.jedishrfu said:No, you still have an A and a B column:
Code:A B -- -- 0 0 0 1 1 0 1 1
I get it now.jedishrfu said:Your A and B inputs can be any binary value so since you have two inputs you have a possibility of 4 input values to the circuit as shown in the table above.
A B G D E F C
0 0 1 1 1 1 0
0 1 1 0 0 1 1
1 0 0 1 1 0 1
1 1 0 1 0 1 0
But what could be said about (b)? No idea about it.jedishrfu said:That's what I got too. The circuit diagram has a symmetry about it which is seen in the truth table.
AND has 0001 at outputjedishrfu said:Look at the A and B inputs and then the C output doesn't that look like some gate you're familiar with?
EXOR gate fits the output.insightful said:There is one more basic gate (or two, if you include its negative):
http://www.ee.surrey.ac.uk/Projects...ved=0CBkQ9QEwAGoVChMI-o3N7ceVyQIVw6MeCh00GgMp