Question
Read the following sentence to find out if there is any
grammatical error in it. The error, if any, will be in one part of the sentence. The number of this part is your answer. If there is no error in the statement, then mark option (5) as your answer choice. The journalist, who was awarded (A) / the prize for investigating reporting, (B) / has exposed several scams (C) / in the last five years (D).Solution
The phrase "investigating reporting" is incorrect because "investigating" is a verb (present participle), and it does not correctly describe the type of reporting.
The correct word should be an adjective describing the reporting. The appropriate adjective here is "investigative," which means reporting that involves investigation.
Alternatively, "investigation reporting" can sometimes be used, but the most common and correct term is "investigative reporting."
What will be the output of the code
int main(){
int x= 10;
int y=10;
int s=-(-x-y)
cout<
return 0;
}
In a virtual memory system, what is a "page fault"?
Which type of transistor is less susceptible to thermal runaway?
What is the unit of electric current?
Which transport layer protocol provides connection-oriented, reliable, and ordered delivery of data packets between applications?
The result of SQL select statement is?
What is an ER diagram used for?
Which routing protocol is commonly used within an autonomous system (AS) to determine the best path for data packets?
Which distribution is used to model the number of successful outcomes in a fixed number of independent Bernoulli trials?
Which component in the MVC architecture communicates directly with the database?