1.

Consider a Boolean function f (w, x, y, z). suppose that exactly one of its inputs is allowed to change at a time. If the function happens to be true for two input vectors i1 = (w1, x1, y1, z1) and i2 = (w2, x2, y2, z2) we would like the function to remain true as the input changes from i1 to i2 (i1 and i2 differ in exactly one bit position), without becoming false momentarily. Let f (w, x, y, z) = ∑(5,7,11,12,13,15). Which of the following cube covers of f will ensure that the required property is satisfied?

A. w'xz, wxy', xy'z, xyz,wyz
B. wxy,w'xz,wyz
C. wx(yz)', xz, wx'yz
D. wzy, wyz, wxz, w'xz, xy'z, xyz
Answer» B. wxy,w'xz,wyz


Discussion

No Comment Found