Problem set #3: Convert the following clock rates into the time it takes for one clock cycle. List your answer in nanoseconds (ns). 1) 1 GHz 2) 10 GHz 3) 1 MHz 4) 3.7 GHz Convert the following times per clock cycle into Hz. List your answer in GHz (gigahertz). 5) 5 ns 6) 0.25 ns Use a serial shift multiplier to multiply the following numbers in binary. Use 4 bits for the operands and 8 for the result. 7) 10 * 15 Use regular booth encoding to multiply the following numbers in binary. Use 4 bits for the operands and 8 for the result. 8) 10 * 15 Use bit pair booth recoding to multiply the following numbers in binary. Use 4 bits for the operands and 8 for the result. 9) 10 * 15 Use 8 bits for the operands and 16 bits for the results. Use bit pair booth recoding to multiply the following numbers in binary: 10) 127 * 127