1. Bitsring of set A{1,2,3,4,7,9} is 11 1100 1010
2.Bitstring of set B{2,3,5,6,7,10} is 01 1011 1001
3.Bitstring for the difference of A and B
4.Bitstring for the complement of A{1,2,3,4,7,9} is 00 0011 0101
5.Union of A and B(Bitwise OR): 11 1100 1010 V 01 1011 1001 ->11 1111 1011{1,2,3,4,5,6,7,9,10}
Intersection of A and B(Bitwise AND) :11 1100 1010 Λ 01 1011 1001 ->01 1000 1000{2,3,7}
6.
Get Answers For Free
Most questions answered within 1 hours.