You should see what operator is needed first and the rest is easy. I'll make it as easy as possible.
(1001 1101) (operator) (8 digit number made up of 1s and 0s) = 0001 1100
(1001 1101) (operator) (8 digit number made up of 1s and 0s) = 1010 0001
I found it very hard. I know what the gates mean but all those pathways going everywhere is just to confusing. BUT if i had to guess I would say something like: (A* (A' * C') * B') + (A * C * B).
Homework Statement
https://www.dropbox.com/s/d3qdr96n27j8wa7/circuit.png?dl=0
The questions is as follows: For each circuit write the equivalent logic expression.
Homework Equations
(B' + C) * A (?) My Attempt at circuit 2
(A* (A' * C') * B') + (A * C * B) My Attempt at Circuit 1
The Attempt...
Hey guys it feels like I'm banging my head against the wall when it comes to these types of questions. My tutor helped me out with a question but he didn't explain it to well he just wrote all he was doing down and expected me to know every single thing. I had to go through textbooks galore to...