Question
Read each sentence to find out whether there is any
grammatical error in it. The error, if any, will be in one part of the sentence. Mark the part with the error as your answer. If there is no error, mark ‘No error’ as your answer (Ignore the errors of punctuation, if any). The new intern was praised for (A)/ completing her assignments quickly, (B)/ working well in a team, and (C)/ she showed great initiative. (D)/ No error (E)Solution
The sentence lists three actions in a parallel structure:completing her assignments quickly
working well in a team
she showed great initiativeThe third item "she showed great initiative" breaks the parallelism because it uses a different grammatical structure (a full independent clause).
To maintain parallel structure, it should be: "showing great initiative", matching the gerund forms "completing" and "working".
Corrected sentence: The new intern was praised for completing her assignments quickly, working well in a team, and showing great initiative.
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
