Question
In the question given below, two phrases in a sentence
are highlighted which may or may not be correctly used. From the given choices choose the correct one(s) and mark the answer accordingly. The children who had accompanied him on China, had travelled on an airplane for the very first time in their life. I. Accompanied him for, in their life II. Accompanied him to, in their lives III. Accompanied him for, in their livesSolution
Both boldened phrases have errors. In the first boldened phrase, the verb 'accompanied' is followed by the preposition 'on', which is incorrect. Usually while talking about a location, the verb 'accompany' is followed by the preposition 'to'. In the second boldened phrase, the pronoun used is plural so the following noun should be also plural (lives). Hence, (b) is the correct answer.
What does a diamond shape represent in an ER diagram?
What is the main purpose of subnetting?
What is the Java Virtual Machine (JVM)?
Which concurrency control technique uses read and write locks to ensure consistency?
Which routing protocol is commonly used within an autonomous system (AS) to determine the best path for data packets?
calculate the complexity of the below recursive code
Int f(int n)
{
If(n
return 1;
return f(n/2)+f(n/2);
}
Which phase of the software development lifecycle is primarily considered in COCOMO?
What is the primary advantage of using DMA in C programming for data transfers?
Which of the following components is used to amplify an analog signal?
A goal of data mining includes which of the following?