Question
1. India has failed to provide any concrete plans for
its immediate neighbourhood in South Asia, with countries like Nepal and Sri Lanka demonstrating interest in partnering with China. 2. Knowledge have created opportunities for the development of multiple vaccines which are advancing through clinical trials. 3. The number of victims is increasing each year, while the conviction rate of perpetrators continues to be abysmal low. In the question below, three statements are given which may or may not contain an error. Choose the option that provides the correct combination of sentences that are grammatically correct.ÂSolution
(a) is the right answer as only (1) is grammatically correct. In (2) we need the plural verb HAVE with a singular verb HAS as the noun KNOWLEDGE is an uncountable noun and will assume a singular form. In (3) we need to replace the adjective ABYSMAL with the adverb ABYSMALLY as an adjective cannot qualify another adjective LOW. Thus, (a) is the right answer.
Which heuristic search strategy uses both cost so far and estimated cost to goal?
The transfer function of the system below is ___________
You are designing a system where multiple threads need to access and modify a shared counter variable. What is a critical concern you must address to en...
What is Computer Output Microfilm (COM) primarily used for in data management and archival systems?
Which of the following is a common challenge in transitioning from a monolithic to a microservices architecture?Â
Predict the output
list1 = ['physics', 'chemistry', 1997, 2000]
list2 = [1, 2, 3, 4, 5, 6, 7 ]
print "list1[0]: ", list1[0]Â Â Â ...
To exit from a loop in shell we can use?
In object-oriented programming, when defining an interface method, which of the following statements is true regarding method parameters?
Attributes of a file can be :
When performing matrix multiplication (C = A \times B) in a code flow, if matrix A is m \times n and matrix B is n \times p, what is the time complexity...