Question
Column (1) Column (2) A. The trading corporation, East India Company, had turned its profiteering gaze towards the ___________ waters of the Ganga. D. placid B. Arguing that the fishing ___________ the movement of ferries, a tax was imposed on fishing boats, a clever sleight of hand that reduced river traffic while raking in extra revenue for the Company. E. flocks C. As dinghies ___________ to the catch zone, all large commercial and passenger traffic on the Hooghly came to a grinding halt. F. impeded In the following table, three statements, each containing a blank, are given in column 1. Match the correct filler from Column 2 with the respective statement in Column 1, in which it will fit to make the statement grammatically and meaningfully correct.
Solution
A: here, an adjective that modifies ‘waters’ is correct. ‘Placid’ is an adjective that means ‘having a calm appearance or characteristics’. It is correct here. B: here, a verb is suitable and the verb should be in the past form. The verb ‘impede’, which means ‘to make it more difficult for something to happen’ is correct here. C: here also, a verb is correct. But flocks is grammatically incorrect. Also, ‘impeded’ is incorrect. So, option 3 is correct.
Which of the following integrity constraints ensures that every non-null foreign key value must reference an existing primary key value in another tabl...
Hashing is used for:
The amortized cost of appending an element at the end of a dynamic array is:
Consider the following stack operations. What will be the content of the stack after executing all the operations?
Stackstack = new Stack... Which of the following is NOT among the OWASP Top 10 Web Security Risks?
In Python, what will be the output of the following code snippet, considering scope rules?
x = 5
In asymmetric encryption, which of the following statements is correct?
Which algorithm constructs a suffix tree in linear time?
What is the primary purpose of a B+ Tree in a database management system?
Which sorting algorithm has O(n log n) average case?