Question
In the sentence, identify the segment which contains
the grammatical error. This play is divided into three acts, and each acts has three scenes. In the sentence, identify the segment which contains the grammatical error. If the sentence contains no error, then choose ‘No error’.Solution
The grammatical error of the sentence is in option C. “Each” is a determiner that is always followed by a singular noun. However, in the given sentence, it is followed by a plural noun i.e. ‘acts’ which is erroneous. Thus, replace “acts” with “act” to make the sentence grammatically correct. Correct sentence: This play is divided into three acts, and each act has three scenes.
Output of below code
public class Prg {
public static void main(String args[]){
System.out.print("A" + "B" + 'A');
}
...The Master Theorem gives time complexity for recurrences of the form:
Which of the following is true for the time complexity of binary search?
Which is not true about minimum spanning tree?
Which sorting algorithm divides the array into halves recursively?
Which command is TCL command
Which of the following is substring of “IXAMBEE”?
Which data structure is used in BFS (Breadth-First Search)?
Which of the following is considered the strongest type of encryption method in modern cyber security practices?
In a binary search tree (BST), what is true about the left child of a node?