At this time we have a task for you to do. You are to write several functions that do binary math on character strings of t s and f s. The functions you will fill in are:
(a) binary addition, binary subtraction, binary multiplication
(b) binary addition, binary division, binary exponentiation
(c) binary addition, binary left shift, binary right shift
(d) binary AND, binary OR, binary XOR