Question
1. The Kargil Girl, set to release on the
13th of March, is a biopic on India’s first air combatant due to which Jahnvi Kapoor has finished shooting of the movie. 2. Since Jahnvi Kapoor has finished shooting of the movie, The Kargil Girl, a biopic on India’s first air combatant, will release as expected on 13th of March, 3. The Kargil Girl, a biopic on India’s first air combatant, is set to release on 13th March as Jahnvi Kapoor has completed the shooting of the movie. 4. Jahnvi Kapoor has wrapped up the shooting of the movie, The Kargil Girl, a biopic on India’s first air combatant and the movie is slated to release on the 13th of March. 5. Jahnvi Kapoor has completed up the shooting of the movie, The Kargil Girl, a biopic on India’s first air combatant and the movie is shunted to release on the 13th of March. In each of the following questions, five statements have been given. Identify the pair of statements which are grammatically correct and also carry the same meaning.Solution
Sentences (3), (4) and (5) impart the same meaning here. However, (5) is incorrect because “completed up” is incorrect usage and “completed” is the right word here. Also, “shunted” is incorrect as it means “to sideline” someone or something. (1) deviates from the meaning of (3),(4) and (5) as it conveys that because Kargil Girl is a biopic on India’s first air combatant, Jahnvi Kapoor has finished the movie (meaning is also absurd and incorrect). (2) deviates from the meaning of (3),(4) and (5) as it conveys that because Jahnvi Kapoor has finished shooting the movie, the movie will release on 13th of March.
Which sorting algorithm divides the array into halves recursively?
In dynamic programming, which principle ensures correctness by solving overlapping subproblems and storing results?
Which of the following operations on a data structure refers to the removal of an element from the front of a queue?
Which of the following algorithms is most appropriate for a sorting task that requires minimal auxiliary space?
In mobile computing, what is the main feature of pervasive computing?
Which of the following is true for the time complexity of binary search?
Recursive problems are implemented by
Which of the following algorithms uses a greedy approach?
The time complexity of computing the all-pairs shortest paths in a dense graph with V vertices using Floyd–Warshall is:
In dynamic programming, overlapping subproblems and _________ are key properties.