Question
The reason why a 15-day rolling average is taken to fix
prices is insulating domestic consumers from extreme volatility in international prices. In each question below, a sentence is given with a part of it printed in bold type. That part may contain a grammatical error. Each sentence is followed by phrases (A), (B), (C) and (D). Find out which phrase should replace the phrase given in bold to correct the error, if there is any, and to make the sentence grammatically meaningful and correct. If the sentence is correct as it is and ‘ No correction is required’ , mark (E) as the answer.Solution
Here, ‘to insulate’ is correct. The reason is, ‘to insulate domestic…’. The reason why a 15-day rolling average is taken to fix prices is to insulate domestic consumers from extreme volatility in international prices.
Which of the following is NOT a divide-and-conquer algorithm?
The time complexity of searching in a hash table with chaining is:
Which of the following properties must a problem exhibit to be solvable by a greedy algorithm?
Which of the following is substring of “IXAMBEE”?
Which algorithm guarantees the shortest path in a graph with negative weights but no negative cycles?
Output of below code
public class Prg {
public static void main(String args[]){
System.out.print("A" + "B" + 'A');
}
...Which of the following is true for a min-heap?
In intelligent systems, which of the following is a key characteristic of an expert system?
Which component of a network ensures that data is delivered to the correct host in a multi-host environment?
Consider a directed acyclic graph (DAG). The problem of finding the longest path in a DAG (with edge weights) can be solved in: