Home / ECE / Exam Questions Paper :: Discussion

Discussion :: Exam Questions Paper

  1. Which of the following Boolean Expression correctly represents the relation between P, Q, R and M1?

  2. A.
    M1 = (P OR Q) XOR R
    B.
    M1 = (P AND Q) XOR R
    C.
    M1 = (P NOR Q) XOR R
    D.
    M1 = (P XOR Q) XOR R

    View Answer

    Workspace

    Answer : Option D

    Explanation :

    M1 = Z XOR R

    M1 = (X, Y) XOR R

    = M1 = [P.Q.(P + Q)]XOR R

    = (PQ + PQ) XOR R = (P XOR Q) XOR R.


Be The First To Comment