Question
In each question given below, there is a sentence which
has been divided into five parts. One of these parts is not grammatically correct and needs a correction. Read the sentence carefully and mark the option with the part of the sentence that contains an error Each of the candidates who applied for the prestigious fellowship (a) / were asked to submit detailed project proposals and letters of recommendation (b) / by the end of March, and the selection committee (c) / has committed to announcing the final list of awardees within six weeks of the deadline (d) /, after thorough review and evaluation (e) /.Solution
Subject: "Each" (singular) Verb: "were" β should be "was" So the corrected phrase: "Each of the candidates... was asked..."
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?