Question
In the question given below, a sentence is given,
divided into parts. One of the parts may contain an error. Identify the part that contains the error, and mark it as the answer. Ignore errors of punctuation. In case the sentence is correct as it is, mark option (e), that is, 'No error'. Sustainable development not only needs political governance but needs to find spaces and platforms that bring people together under a common goal.Solution
The elements following both "not only" and "but also" should be grammatically parallel, meaning they should be the same part of speech (e.g., noun with noun, verb with verb). Using "not only" without "but also" leaves the sentence incomplete and grammatically incorrect. The sentence would then read: "Sustainable development not only needs political governance but also needs to find spaces and platforms that bring people together under a common goal." Therefore, B is the right answer.
Which consensus mechanism is used by Bitcoin, the first blockchain-based cryptocurrency?
In RDBMS architecture, what is the role of the Buffer Manager?
What will be the output of the code
int main(){
int i;
for(i=0;i
int i;
i=20;
print(“%d”, i);
}
return 0;
}
What is Inter-Process Communication (IPC) in the context of computer systems?
Consider the following two statements.
S1: Â Destination MAC address of an ARP request is a broadcast address.
S2: Â Destination MAC add...
What is depth in deep learning?
Join in which result is generated when variable matches from any one of table
CDMA is a communication technique that allows multiple users to share the same frequency band simultaneously by using unique codes to differentiate thei...
What is the primary goal of requirement analysis in software development?
Predict the correct output for python code
