Physics
A 16-bit periodic count-down timer uses a clock source of 2khz and clock divider of 2, choose proper options forhow much is the frequency of the clock that feeds the counter inside this timer? [ select ] ["1 khz", "1 ms", "2 khz", "0.5 ms"]what is the largest load value for this timer? [ select ] ["2^16 - 1", "2^16", "2^16 + 1"]based on the answer to part 2, approximately, how long is the longest period for this periodic timer? [ select ] ["65.536 s", "0.5 ms", "1 ms", "(2^16) s"]assume the load value is set at 999 and no rollover has happened between events, e1 and e2. if the counter reading (the value inside the counter) for the two events, c1 and c2, are 550 and 200, how long has elapsed between the two events? [ select ] ["350 ms", "350 sys clock cycles"]assume the load value is 9999. once an event, e1, happens, the light should turn on and stay on for 3 seconds. if the counter value when e1 happens is 2000 and we immediately turn on the light, what should be the counter value when we have to turn off the light (after 3 seconds)?