Question
In the following questions, a sentence is given with
two blanks. Identify the correct pair of words that fit in the sentence to make it grammatically and contextually correct. Climate-induced energy disruptions _____________to destabilise entire regions, ____________social unrest and mass migration. In the following questions, a sentence is given with two blanks. Identify the correct pair of words that fit in the sentence to make it grammatically and contextually correct.Solution
For the 1st blank: "threaten" is the most suitable option. The word "threaten" conveys a sense of imminent risk or danger, which aligns well with the context of energy disruptions potentially destabilising regions. While "continue" suggests persistence, it does not capture the severity implied in the sentence. Similarly, "fail" is contextually incorrect, as it does not align with the idea of energy disruptions causing destabilisation. For the 2nd blank: "driving" is the best choice because it denotes actively causing or pushing forward an outcome, which in this case refers to social unrest and migration. While "escalating" implies an increase in intensity, it does not fit grammatically or contextually with the preceding phrase. Words like "eliminating" and "sparking" are also unsuitable, as they do not reflect the gradual and ongoing effect described in the sentence.
A developer is tasked with implementing a task scheduling system where multiple tasks with dependencies need to be executed. Which data structure would ...
Which of the following data visualization tools is specifically designed for creating interactive dashboards for business analytics?
In data cleaning, which technique is most effective in handling outliers in a dataset that could skew analysis?
Which of the following is an example of non-random sampling?
Which forecasting method is most appropriate for time series data with a consistent trend but no seasonality?
What is polymorphism in Python?
Which sampling technique is most appropriate when the population is naturally divided into groups that differ significantly from each other?
In Python, which method removes missing values?
What will be the output of the following Python code?
def modify_list(lst):
for i in range(len(lst)):
lst[i] = ls...
A scatter plot reveals a strong positive linear relationship between two variables. Which of the following is the most appropriate statistical measure t...