Question
In a virtual memory system, a process requests a page
that is not currently in memory, triggering a page fault. Which of the following is the most optimal approach to replace the page?Solution
The Optimal Page Replacement algorithm replaces the page that will not be used for the longest duration in the future. While not practically implementable due to the need for future knowledge, it serves as a theoretical benchmark for evaluating other algorithms. It minimizes the number of page faults. Why Other Options Are Incorrect: • A) LRU: Although practical, LRU does not guarantee the lowest page faults as it only considers past usage. • B) FIFO: FIFO can cause frequent page faults due to the lack of relevance to actual usage patterns. • D) Random: Random selection is arbitrary and inefficient. • E) MFU: Assumes pages used frequently in the past will be required again, which is often incorrect.
Under process costing, which of the following is considered as normal loss?Â
Which of the following financial statements shows a company's assets, liabilities, and equity at a specific point in time?
If a company uses LIFO inventory method in falling price environment (prices decreasing), then:
In the CAPM model, the expected return is expressed as:
E(R)=Rf+β(Rm−Rf)
Here, what does the risk-free rate (Râ‚“) represent or compens...
Which of the following is an example of an intangible asset?
The work of one clerk is automatically check by another clerk is called _________.
Which type of budget is prepared for a range of activity levels rather than a single level?
A company purchases goods worth ₹10 lakh + 18% GST, uses 70% for taxable supplies and 30% for exempt supplies. Calculate eligible ITC.
As per Union Budget 2025-26, what is the new asset monetization plan target for 2025-30?
An interface that communicates with other tiers in a three-tier architecture structure is known as ________.