Phy 202
Your 'timer program' report has been received. Scroll down through the document to see any comments I might have inserted, and my final comment at the end.
** Your General Comment **
** Describe what you see on your first 10 clicks **
Each time you click the click to time event it tells you the length of the sum of the entire run, as well as the length of the run that you just finished.
** Your TIMER data from 20 fast clicks **
1 .987793 .987793
2 1.136963 .1491699
3 1.422852 .2858887
4 1.569824 .1469727
5 1.820801 .2509766
6 1.941895 .1210938
7 2.089844 .1479492
8 2.349854 .2600098
9 2.497803 .1479492
10 2.63501 .137207
11 2.795898 .1608887
12 2.941895 .1459961
13 3.078857 .1369629
14 3.227783 .1489258
15 3.362793 .1350098
16 3.511963 .1491699
17 3.674805 .1628418
18 3.810791 .1359863
19 3.944824 .1340332
20 4.080811 .1359863
** Your average time interval for 20 time intervals **
0.20404
I just took the basic route. I added up the first 20 intervals and divided by 20.
** Your frequency distribution for the 20 time intervals (interval, number of times it was observed) **
.987793, 1
.1491699, 2
.2858887, 1
.2509766, 1
.1210938, 1
.1479492, 2
.2600098, 1
.137207, 1
.160887, 1
.1459961, 1
.13969629, 2
.1489258, 1
.1489258, 1
.1360098, 2
.1628418, 1
.1340332, 1
** Your general comment to this point **
It looks like I wasn't as consistent as you.
** Why did you observe only certain time intervals? **
I think that when the values are really close together, the program might round up or down for the sake of not being redundant. I dont think that it makes the program flawed, but just a little easier to work with, since you wont have a whole bunch of similar values.
** What did you see when you looked at the differences between time successive time intervals? **
This tell us how one value compares to the next. So the timer program tells us how accurate we are.
** Your time intervals for 7 complete breaths: **
6.121094
5.666016
7.005859
7.039063
7.081055
7.871094
8.327148
9.243652
8.949219
** Your general comment to this point: **
** Why did you rarely, if ever, observe that same time interval twice? **
This is because first, as you said when you're taking deep breaths like that, you tend to breathe deeper and deeper each time so the values will vary each time. It's different when you're doing an act rapidly like clicking a mouse.
** Do you think this program is accurate to .1 or .01 ... **
d. within about .0001 second because most of the values are reported to the ten-thousandth (i think) place, or 4 decimal places.
** Copy of a few lines of your spreadsheet from the TIMER program. **
** **
20 minutes
** **
Your work looks very good. Let me know if you have any questions.