Question
Directions: Find out the error according to the
grammar and context of the given sentence. If there is no error, mark option 5 as the answer, i.e. No error. (Ignore the punctuation errors, if any.) Jeff Bezos' suggestion in a recent NYT interview that the world's richest be listed not by the fortunes they have amassed, but the wealth they have created for others is an interesting take on the debate over rising inequality.Solution
The correlative conjunction “not....but” requires a parallel grammatical structure after “not” and “but.” Therefore, “not by…” has to be followed by “but by…” The corrected sentence is: Jeff Bezos' suggestion in a recent NYT interview that the world's richest be listed not by the fortunes they have amassed, but by the wealth they have created for others is an interesting take on the debate over rising inequality.
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?