Given the 16-bit value 1010 0101 1001 1000, what operation must be performed, and what operand is needed, in order to
(a) set the most significant 8 bits to 1s?
(b) clear the bits in even positions (the left most bit is 15 andthe right most bit is 0) to 0?
(c) complement the bits in odd positions?