Question
Each sentence given below has been divided into four
Sentence A, B, C, D, one of which is erroneous. Identify the erroneous part and mark that option as your answer. I visited (A)/Ram’s and Sita’s house (B)/ and found the couple missing (C)/ No error (D)Solution
The correct possessive form for joint possession is "Ram and Sita's house," not "Ram’s and Sita’s house." When we have two or more than two subjects showing possession the ‘s is added to the last subject only. So, the correct sentence would be: "I visited Ram and Sita's house and found the couple missing."
Which phase of the compiler checks the type consistency of the program?
In a binary tree, which traversal method visits the root node first, then the left subtree, and finally the right subtree?
Which statement about intermediate code is TRUE?
Multithreading an interactive program will increase responsiveness to the user by ___________
Which of the following algorithms is specifically designed to minimize the average time a process spends waiting before execution in a CPU scheduling co...
Which of the following grammars is suitable for top-down parsing?
In LR parsing, what does the term "shift" mean?
Which of these is an example of a peephole optimization technique?
Which parser is most commonly used in modern compilers?
Which optimization is performed after intermediate code generation?