A, B and C are 8 bit nos. 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}

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

Read Online Aptitude Job Interview Questions And Answers