The hard drive stores data. RAM takes that data from a stored state, runs the program while entirely within the ram, and then replaces the data when it's done. RAM is a type of file storage, but it's intended to modify data in real time, rather than store it indefinitely. I suppose, that in...