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 team leader, (A) which was appointed last month, (B) has already made several (C) major changes in the workflow. (D)/ No error (E)Solution
The noun "team leader" refers to a person, not a thing.Therefore, the relative pronoun "which" is incorrect here.The correct relative pronoun for people is "who".
Corrected sentence: The team leader, who was appointed last month, has already made several major changes in the workflow.
Which of the following best describes the primary function of Network Address Translation (NAT)?Â
In the Least Recently Used (LRU) page replacement algorithm, given the following reference string 4, 2, 4, 1, 5, 2, 3, 4, and assuming 3 frames, how man...
Which of the following is not a method of inter-process communication (IPC) in modern operating systems?Â
- In a relational database, which key uniquely identifies tuples within a table and can never contain NULL values?
Integrated Circuits (ICs) were the hallmark of which computer generation, leading to smaller, faster, and more reliable machines?
- What will the following Java code snippet output when executed, which uses a simple constructor and method overloading ? class Calculator { Â Â Â int add ...
Consider a Binary Search Tree (BST) with the following values inserted in sequence: 45, 32, 50, 15, 40, 47, 60. What will be the in-order traversal of t...
In terms of processor performance, which factor has the greatest impact on reducing instruction execution time for computationally heavy applications? ...
What will be the output of the following JavaScript code when executed?
let xhr = new XMLHttpRequest();
xhr.open("GET", "https://api.examp...
Which of the following best describes the concept of abstraction in object-oriented programming (OOP)?Â