1.

________is a typical online problem from the competitive analysis to determine the optimal solution.(a) Page replacement algorithm(b) Segmentation(c) Paging(d) Segmentation with pagingThe question was posed to me during an online interview.I'd like to ask this question from Page Replacement Algorithms topic in chapter Page Replacement Algorithms of Data Structures & Algorithms II

Answer»

The correct OPTION is (a) PAGE replacement algorithm

The EXPLANATION is: Page replacement is a TYPICAL online problem from the competitive analysis. They determine which PAGES to page out or write to disk.



Discussion

No Comment Found

Related InterviewSolutions