Three computer organization problems have me stumped. Pics inside.
I'm honestly lost on these three. I feel like number 1 should be easy, but for some reason I can't get it. The other two, I'm like a deer in the headlights.
@ganeshie8 , could you help me? I saw you helped on a previous issue of mine. I hate to be beggy/pokey to call you out like this, but I really could use the help.
for p1, are you allowed to use "exclusive or" \(\oplus \) ?
Yes.
Would it be x1 XOR (x2 XOR x3)?
Wait. What about (x XOR y) XOR z?
\[\overline{x_1}~\overline{x_2}~\overline{x_3} + x_1x_2\overline{x_3}+\overline{x_1}x_2x_3+x_1\overline{x_2}x_3\]
apply distributive law for first two terms and last two terms
\[\overline{x_3}(\overline{x_1}~\overline{x_2}+x_1x_2)+x_3(\overline{x_1}x_2+x_1\overline{x_2})\]
\[\overline{x_3}(\overline{x_1\oplus x_2})+x_3(x_1\oplus x_2)\]
\[\overline{x_3\oplus(x_1\oplus x_2)}\]
see if that looks okay ^
That looks great. I had the first part, but forgot to do distributive to the second part. Derp.
Kinda changes the whole answer then. XD
no wait, isnt exclusive or commutative ?
i mean associative
Wait, yeah it is. I just quickly went through it, and I think I got (x1 XOR x2) XOR x3
\[\overline{x_3\oplus(x_1\oplus x_2)} = \overline{x_1\oplus(x_2\oplus x_3)} \]
you should get xnor
right ?
Oh, yeah, I just put the nor thing out front, like a - thing. Forgot that.
you can also change the parenthesis : \[\overline{x_3\oplus(x_1\oplus x_2)} = \overline{x_1\oplus(x_2\oplus x_3)} = \overline{(x_1\oplus x_2)\oplus x_3} \]
all above expressions will produce same truth tables
because xor is both associative and commutative
Yeah, that looks right. Ok, so that one was just me making a dumb mistake. The Flip flops and number 7 on the other hand had me completely stumped. Flip flops have always been an issue to me. Just couldn't wrap my head around them for some reason.
do you have transition table for JK flipflop ?
looks they want you draw the output waveforms for 3 different implementations of JK ff
1) using D latch 2) using +ve edge D FF 3) using -ve edge D FF
I do not have a transition table. What I have in the picture is all we were given.
Let me look again.
im not talking about question, im asking if u have it in ur textbook
otherwise ill google it
I have this: http://i.imgur.com/J17QvaR.png And this: http://i.imgur.com/DPHbk9E.png
Sorry if it says I'm not looking at the question, I really am, but OpenStudy is being buggy for me right now.
thats using positive edge triggered ff
lets draw its waveform
we look at the values of J and K when the positive edge of CLOCK ticks
Which is 1 at the start.
Keepin mind, the JK ff sucks in the inputs only at positive edge of CLOCK
So what do they do on the falling edge? Just ignore it?
yes ignore it on all other times
only the positive edge that matters
lets draw it
|dw:1415014061201:dw|
Join our real-time social learning platform and learn together with your friends!