DEVFYI - Developer Resource - FYI

What is ‘the principle of locality’?

Unix Interview Questions


(Continued from previous question...)

49. What is ‘the principle of locality’?

It’s the nature of the processes that they refer only to the small subset of the total data space of the process. i.e. the process frequently calls the same subroutines or executes the loop instructions.

(Continued on next question...)

Other Interview Questions