A Boolean function Q depends on four inputs, A, B, C and D, and is defined by Q = (A.B) + (C.D).
(a)Complete the 4x4 Karnaugh map for this function, with AB as rows and CD as columns, both in Gray-code order (00, 01, 11, 10).
CD=00 CD=01 CD=11 CD=10
AB=00: ? ? ? ?
AB=01: ? ? ? ?
AB=11: ? ? ? ?
AB=10: ? ? ? ?(4)
(b)Identify the two groups of four adjacent 1s in the map and state the Boolean term each one represents.(2)
(c)Hence state the minimised sum-of-products (SOP) expression for Q.(1)
(d)Using Boolean algebra (not the Karnaugh map), verify that your simplified expression from part (c) is equivalent to the original definition of Q by evaluating both for A=1, B=0, C=1, D=1.(2)
(Total for Question 9 is 9 marks)