Company: Oracle_MCQ_10dec
Difficulty: medium
Which of the following is a valid DFS traversal starting from node 9 of the given graph? 9, 10, 11, 13, 12, 14, 8, 7, 5, 6, 4, 3, 2, 1 9, 10, 11, 13, 14, 12, 8, 7, 5, 4, 6, 3, 2, 1 9, 8, 4, 3, 1, 2, 6, 7, 5, 10, 11, 14, 13, 12 9, 8, 4, 3, 1, 2, 7, 6, 5, 10, 11, 14, 13, 12 An articulation point, also known as a "separating vertex", is one whose removal increases the number of connected components in a graph. How many articulation points are in the graph shown? 7 2 3 4 The following queue pages are to be arranged in a 3 framed cache: 4, 2, 3, 1, 2, 6, 8, 2, 2, 6. Select the true statement regarding Most Recently Used (MRU) and Least Recently Used (LRU) page replacement. The miss ratio of MRU is less than LRU. The miss ratio of LRU is less than MRU. The hit ratio in LRU is equal to using optimal page replacement. The miss ratio in LRU is equal to using optimal page replacement. The turnaround time for process P2 using a preemptive priority CPU scheduling algorithm is (in ms). [P1: Arr 0,