In one of my technical interviews I was asked one question on the subject operating system.
Question-> We have two computers. 1st computer is old with less RAM, less ROM, less processing power. 2nd computer is new computer with more RAM, more ROM and more processing power. Let's suppose all the processes in both the computers have been stopped and only one program is run on both the computers whose time complexity is O(n). Is it possible that initially for a short time the slow computer will process the program at a faster speed than the fast computer and only after that the fast computer will show it's real speed. If yes then tell the reason.
I was not able to tell the answer. Plz help!