Question
In an official statement, the Agricultural Ministry said
(A)/ it have decided to extend (B)/ the relaxation of imports up to January 31, 2021, (C)/ in the light of public concern of (D)/ high prices of onion in the market (E). Directions: In the following question a sentence is divided into parts. Read each sentence to find out whether there is any grammatical error in it. The error, if any, will be in two parts 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.Solution
B – Since Agricultural Ministry is a collective noun; it has to be considered as singular noun. So singular verb should be used. Thus, ‘have’ should be replaced by ‘has’ . D – The usage of ‘of’ after concern is wrong. ‘concern over something’ is the right usage. So the correct sentence is In an official statement, the Agricultural Ministry said it has decided to extend the relaxation for imports up to January 31, 2021, in the light of public concern over high prices of onion in the market.
Which I/O scheduling algorithm prevents starvation of requests?
Predict the  program output
void main ()
{
 int x = 128;
 printf ("n%d", 1 + x++);
}
Which network topology is highly scalable but requires complex routing mechanisms?
In Huffman coding, data in a tree always occur?
Operator overloading in C++
Which of the following best describes Third Normal Form (3NF) in a relational database?Â
Which of the following best describes the IaaS model?
Divide and conquer is used by
- Which of the following is a characteristic of Cross-Site Request Forgery (CSRF) attacks?
Which of the following operations is most efficient in a singly linked list compared to an array?