Preview

07 - Statement to Diagram Practice

 1. What is the boolean expression for this NOT gate?
booleanstatement_NOT.png

  Y = A

  NOT Y = Y

  Y = NOT A

  A = Y

 2. What is the boolean expression for this AND gate?
booleanstatement_AND.png

  Y AND A

  Y = A AND B

  Y = A OR B

  A AND B

 3. What is the boolean expression for this OR gate?
booleanstatement_OR.png

  Y = A OR B

  A OR B = A

  NOT Y = AB

  Y = A AND B

 4. Write the boolean expression for this circuit - -
booleanstatement_output1.png

  None of the above

  O = A AND B NOT

  O = (A OR B) NOT

  O = NOT (A AND B)

 5. Write the boolean expression for this circuit - - -
booleanstatement_output2.png

  O = A NOT B NOT B

  O = NOT A AND NOT B

  O = NOT (A OR B)

  None of the above

 6. Write the boolean expression for this circuit -
booleanstatement_output3.png

  O = (NOT A) AND B

  O = NOT A OR NOT AND B

  O = NOT B AND NOT A

  None of the above

 7. What do you notice about this logic diagram?
booleanstatement_twooutputs.png

  It has for inputs, A, B, S and C

  It has three inputs A, B, C

  It has two outputs S and C

  It has one output S

 8. What is the boolean expression for S?
booleanstatement_twooutputs.png

  None of the answers here are correct

  S = A AND B NOT E

  S = (A OR B) AND (NOT E) AND C

  S = A OR B NOT B

 9. What would the boolean expression be for the output C?
booleanstatement_twooutputs.png

  C = A AND C

  C = A AND B

  C = S AND B

  A = A AND B

 10. Write the boolean expression for this particular logic diagram (note that you can use brackets to denote an 'AND')
Don't forget that a + is an OR gate and a . (or brackets) is an AND gate. 
booleanstatement_question10.png

  A(BD) + C

  C(D) + A

  (AB + C)D

  A + C (D)