Question
From the options given below, select the option which
states the correct combination of incorrect sentences. (i) Data consumption and data generation in India is grown exponentially. (ii) The post drew criticism online, with some drawing comparisons with the colonial and zamindari eras. (iii) The government has initiated legislative changes arresting the slide and enhance public confidence in the financial system.Solution
Sentence I is incorrect as according to rules, if a principle verb used after āisā in present continuous tense, the verb must be in āing form. Hence, the correct sentence is-ā Data consumption and data generation in India is growing exponentially'. Sentence III is incorrect as there is an error in the usage of the verb in the part- initiated legislative changes arresting the slide. The correct usage would be āinitiated legislative changes to arrest the slideā. The correct sentence is 'The government has initiated legislative changes to arrest the slide and enhance public confidence in the financial system.'
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?