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

Showing Answers 1 - 3 of 3 Answers

appu

  • Jun 18th, 2007
 

this is basically binary operation
n-intersection i.e.LOGICAL AND
U -union i.e. LOGICAL OR
AnB= 01011010
((AnB)uC)=01111111

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions