Question
Column (1) Column (2) A. The housing minister has said the Karnataka Government will provide houses for members of the tribal community who lack _________ shelter. D. committed B. Answering a question by nominated member Shantaram Budna Siddi during question hour in the Legislative Council, Mr. Somanna said he would ___________ to Chief Minister Basavaraj Bommai on the issue of providing houses for tribal people. E. properly C. Responding to another question, the Minister said his department is __________ to providing houses for 5 lakh families. F. talked In the following table, three statements, each containing a blank, are given in column 1. Match the correct filler from Column 2 with the respective statement in Column 1, in which it will fit to make the statement grammatically and meaningfully correct.
Solution
A: here, an adjective is appropriate, so that it modifies the noun ‘shelter’. But, the adjective ‘committed’ is not appropriate here and ‘properly’ is an adverb, which does not fit here. B: here, a verb is appropriate. Since ‘would’ is used, the base form of the verb is correct. So, there are no appropriate words for B. C: here ‘committed’ is a perfect fit. So, option 5 is correct here.
Which of the following integrity constraints ensures that every non-null foreign key value must reference an existing primary key value in another tabl...
Hashing is used for:
The amortized cost of appending an element at the end of a dynamic array is:
Consider the following stack operations. What will be the content of the stack after executing all the operations?
Stackstack = new Stack... Which of the following is NOT among the OWASP Top 10 Web Security Risks?
In Python, what will be the output of the following code snippet, considering scope rules?
x = 5
In asymmetric encryption, which of the following statements is correct?
Which algorithm constructs a suffix tree in linear time?
What is the primary purpose of a B+ Tree in a database management system?
Which sorting algorithm has O(n log n) average case?