Question
In the following question, there are four sentences.
Identify the sentence that is incorrect in terms of grammar and usage (including spelling and logical consistency). Then, choose the most appropriate option. If all the sentences are correct then choose (e) âNo Errorâ as your answer. A. He has high moral standards, is scrupulously honest and highly sagacious. B. The whole community was scandalized by her second marriage. C. He has been questioned on suspicion of slandering the Prime Minister. D. We came to the conclusion ultimately that political demonstrations was a waste of time. E. No ErrorSolution
Sentence D has a subjectâverb agreement error. The subject âpolitical demonstrationsâ is plural, but the verb used is singular (âwasâ). The correct form would be âwere a waste of time.â
Which sorting algorithm is best suited for a nearly sorted array, exhibiting O(N) time complexity in its best case?
Consider the array [5, 2, 8, 1, 9]. After the first pass of Selection Sort (to find the minimum element and place it at the beginning), what will the ar...
In a Min-Heap, the root node is:
Which of the following is considered the strongest type of encryption method in modern cyber security practices?   Â
Which of the following is NOT a characteristic of the Internet of Things (IoT)?
Consider a directed acyclic graph (DAG). The problem of finding the longest path in a DAG (with edge weights) can be solved in:
Which algorithm guarantees minimum spanning tree and will produce a different tree depending on tie-breaking?
Which traversal method in a binary search tree retrieves nodes in sorted order?
In a binary tree, if the number of leaf nodes is L, what is the number of nodes with two children?
In mobile computing, what is the main feature of pervasive computing?