How can I develop a project around hard disk access times?

AI Thread Summary
The discussion focuses on developing a physics project centered around hard disk access times. The user seeks experimental ideas that are suitable for advanced high school or basic university physics levels. They mention the potential of using hard disk drives or CD drives to test access time formulas but express difficulty in finding relevant resources. Suggestions include using SQL commands to measure access times, although the user notes that deeper software knowledge may be required for more accurate results. Overall, the conversation emphasizes the need for practical experiments and accessible resources in this area of study.
cmkluza
Messages
118
Reaction score
1

Homework Statement


I won't be following this format exactly, but I'm trying to come up with an idea for a physics exploration I need to do and I think I'm finally getting close to something. I'm trying to figure out what actual experiments I can do with this topic, and if they're of a high enough level in physics.

I've recently been told about using hard disk drives or CD drives in order to try to find and test an access time formula or something of the sort. Basically some experiment involving hard disk drives.

So, are any experiments possible with something like this? If so, can anyone elaborate on them or give me some resources that I can use to learn of or develop an experiment? Furthermore, would any of these experiments be commensurate with the level of an advanced high school senior physics class, or a basic university level physics class?

Thanks for any help!

Homework Equations


N/A

The Attempt at a Solution


I can't seem to find any resources to try and develop an experiment from, despite my searches. Sorry if I'm missing something obvious.
 
Physics news on Phys.org
Probably not too easy to do.
Using a high level language like Oracle SQL one could do something like
Set Timing On
Select (retrieve a table (file) line)
Insert (add a table line)
Set Timing Off
And you would get something like
real: 120 the time in milliseconds
Getting the real time for accessing the drive would be something that
the lower level languages used by the hardware developers
might provide - but that's getting deeper into the software.
 
I multiplied the values first without the error limit. Got 19.38. rounded it off to 2 significant figures since the given data has 2 significant figures. So = 19. For error I used the above formula. It comes out about 1.48. Now my question is. Should I write the answer as 19±1.5 (rounding 1.48 to 2 significant figures) OR should I write it as 19±1. So in short, should the error have same number of significant figures as the mean value or should it have the same number of decimal places as...
Thread 'A cylinder connected to a hanging mass'
Let's declare that for the cylinder, mass = M = 10 kg Radius = R = 4 m For the wall and the floor, Friction coeff = ##\mu## = 0.5 For the hanging mass, mass = m = 11 kg First, we divide the force according to their respective plane (x and y thing, correct me if I'm wrong) and according to which, cylinder or the hanging mass, they're working on. Force on the hanging mass $$mg - T = ma$$ Force(Cylinder) on y $$N_f + f_w - Mg = 0$$ Force(Cylinder) on x $$T + f_f - N_w = Ma$$ There's also...
Back
Top