If String \(A\) contains \(0\) on the \(ith\) bit and string \(B\) contains a \(0\) on the \(ith\) bit, then the symmetric difference \(A \oplus B\)contains a \(0\) on the \(ith\) bit.
If String \(A\) contains \(0\) on the \(ith\) bit and string \(B\) contains a \(1\) on the \(ith\) bit, then the symmetric difference \(A \oplus B\)contains a\(1\)on the\(ith\)bit.
If String \(A\) contains \(1\) on the \(ith\) bit and string \(B\) contains a \(0\) on the \(ith\) bit, then the symmetric difference \(A \oplus B\)contains a\(1\)on the\(ith\)bit.
If String \(A\) contains \(1\) on the \(ith\) bit and string \(B\) contains a \(1\) on the \(ith\) bit, then the symmetric difference \(A \oplus B\)contains a \(0\) on the \(ith\) bit.