InterviewSolution
Saved Bookmarks
| 1. |
Let (A, B) = A ⊕ B; then the simplified form of the function (( ⊕ , )) is |
| Answer» f(A, B) = A ⊕ B f(x ⊕ y, z) = (x ⊕ y ⊕ z) = M But f(MW) is undefined. | |