Given the 16-bit operand 00110101 11001010, what operation must be performed and what operand must be used
a) to clear all odd bit positions to 0? (Assume bit positions are15 through 0 from left to right.)
b) to set the rightmost 4 bits to1?
c) to complement the most significant 8 bits?