Question
Column (1) Column (2) (A) Tamil Nadu and Kerala sought more time to discuss the Supreme Court’s proposal (D) from the dam should continue to be vested with it. (B) However, Tamil Nadu is of the opinion that the day-to-day operations, regulation and maintenance (E) the police to keep the dam safe and strong. (C) The proposed changes envisage closer interaction between (F) to expand the constitution, power and functions of the Mullaperiyar dam supervisory committee. In the following questions, two columns are given, Column 1 and Column 2. Each column contains 3 phrases. Match the phrases in Column 1 with the phrases in Column 2, so that they form grammatically and contextually correct sentences. If no such statements can be formed, choose option 5, “None of these” as your answer.
Solution
A makes a perfect pair with F. B does not make a pair with any other phrase. B-D would have been correct if ‘from’ in D was replaced with ‘of’. C does not make a pair with any other phrase.
Which of the following is true about the Round Robin (RR) CPU scheduling algorithm?
Which data structure is most suitable for implementing recursion?
Consider the following Python code snippet for binary search:
  def binary_search(arr, target):
    low = 0
    ...
Depth-First Search (DFS) typically uses which data structure implicitly or explicitly?
Which protocol is most commonly used for secure communication between IoT devices over the internet?    Â
Which of the following sorting algorithms has a worst-case time complexity of O(N log N)?
In dynamic programming, which principle ensures correctness by solving overlapping subproblems and storing results?
The Activity Selection Problem can be optimally solved using a greedy approach. What is the greedy choice typically made at each step?
Which of the following sorting algorithms has the best worst-case time complexity?
Which of the following SQL queries is used to remove a table from a database?