1 Given a clock frequency of 10 MHz determine the number of
1. Given a clock frequency of 10 MHz, determine the number of clock cycles corresponding to a realtime interval of 100 ms.
Solution
1 hertz= 1cycle per second
10MHz=10*(10^6) Hz
= 10^7 cycles per second
If 1 second makes 10^7cycles
100ms=100*(10^-3 )s=0.1s
Then for 0.1s no of cycles=(0.1*(10^7))/1
=10^6 cycles
