Question
In the following question, one part of the sentence is
being bold. Below are given options suggesting replacements to the bold part, which may improve the sentence. Choose the grammatically correct option. If the sentence is correct as it is, mark 'no correction required' as your answer The NSSO surveys commands wide respect along academics, State governments and non-governmental organisations as the most reliable and comparable basis for discussions in the public, policy and even political arenas.Solution
(d) The highlighted part is incorrect as the plural form of verb 'command' should be used to agree with the noun 'surveys'. Also, 'along' is the wrong preposition to be used here. A is incorrect as the preposition 'among' should have been used. B is incorrect as the adverb 'widely' cannot qualify the noun 'respect'; we need the adjective 'wide' here. C is incorrect as the plural form of verb 'command' should be used to agree with the noun 'surveys'. Option D is the right answer.
Which component of a compiler interacts directly with the lexer?
Which of the following is a characteristic of a public blockchain?
calculate the complexity of the below recursive code
Int f(int n)
{
If(n
return 1;
return f(n/2)+f(n/2);
}
In virtual circuit network each packet holds ___________
Fill in the blanks
______ is defined as the end to end time required for the signal to travel from transmitter to receiver and ____ is defined as...
What does cardinality represent in the context of an ER model?
The major drawback of RAD model is __________.
Which condition is shown in given picture?
How does the ‘localStorage’ feature in HTML5 help web developers?
In time series forecasting, what does MAE stand for?