Recent content by DeathDealer

  1. D

    Engineering Eq. Logic Expression for Circuit 2

    I think i mucked up circuit 1: its (A* (A' * C ')' * B ') + (A * C * B). Could someone tell me if I'm right?
  2. D

    Bitwise Ops Homework: "1001 1101" Solutions

    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
  3. D

    Bitwise Ops Homework: "1001 1101" Solutions

    If you don't get it, you should check this out: www.vipan.com/htdocs/bitwisehelp.html
  4. D

    Engineering Eq. Logic Expression for Circuit 2

    I also came up with some tables is this right?
  5. D

    Engineering Eq. Logic Expression for Circuit 2

    Am I close? (A* (A' * C ') * B ') + (A * C * B)
  6. D

    Engineering Eq. Logic Expression for Circuit 2

    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).
  7. D

    Engineering Eq. Logic Expression for Circuit 2

    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...
  8. D

    MHB Decoding an Even-Parity SECDED Character

    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...
Back
Top