Because computers operate so quickly, developers often measure time in milliseconds (which are 1000th of a second). Which operation could we perform in order to find the number of milliseconds in a year?
Answers
Answered by
0
Answer:
We know that a day has 24 hours and a year 365 days.We take the number of in a day and multiply by the number of of days in a year Hours×D ays. We then take the number of hours obtained and multiply by the number of seconds.Hours×seconds We then take the number of seconds obtained and multiply by the number of milliseconds to obtain the total number of milliseconds in a year.Seconds*milliseconds
Explanation:
A
=Hours*D ays
=24*365.2422
=8765.8128 hrs in a year
B
=Hours*S econds
=8765.8128 *3 600
=31556926.1 seconds. in a year
C
=Seconds*milliseconds
=31556926.1 *1000
=31 556 926 100 milliseconds in one year
Leap year =366 days
=Hours*Days*Seconds*milliseconds
=24*366*3 600*1 000
=31 622 400 000 milliseconds
Similar questions