A, B and C are 8 bit no's. They are as follows: A -> 1 1 0 1 1 0 1 1 B -> 0 1 1 1 1 0 1 0 C -> 0 1 1 0 1 1 0 1 (n=intersection, u=union) Find ((A n B) u C) =? . A-B is {A} - {A n B}
Send me the answeer
This question is related to TCS Interview
-
Interview Candidate
- Apr 3rd, 2007
- 2
- 2006
Showing Answers 1 - 2 of 2 Answers
A, B and C are 8 bit no's. They are as follows: A -> 1 1 0 1 1 0 1 1 B -> 0 1 1 1 1 0 1 0 C -> 0 1 1 0 1 1 0 1 (n=intersection, u=union) Find ((A n B) u C) =? . A-B is {A} - {A n B}