Question
In the question given below, a sentence is given,
divided into parts. One of the parts may contain an error. Identify the part that contains the error, and mark it as the answer. Ignore errors of punctuation. In case the sentence is correct as it is, mark option (5), that is, 'No error'. Governments worldwide are implementing stricter regulations on social media platforms, aiming to enhance user privacy, curbing misinformation, and create a safer digital environment for online interactions.Solution
The sentence uses "aiming to", which means the following verbs should be in the base form (infinitive without "to"). Therefore, "curbing" should be changed to "curb" to maintain parallel structure with "enhance" and "create."
The minimum number of edges in a connected graph with n vertices is:
Which algorithm guarantees minimum spanning tree and will produce a different tree depending on tie-breaking?
The amortized time for inserting into a dynamic array (like C++ vector) is:
Which of the following is a primary challenge associated with Cloud Security?
Which of the following is true for Dijkstra’s algorithm?
Which of the following statements about Dijkstra’s algorithm is true?
Which algorithm guarantees the shortest path in a graph with negative weights but no negative cycles?
With either equal or proportional algorithm, a high priority process is treated ___________ a low priority process.
In a binary tree, if the number of leaf nodes is L, what is the number of nodes with two children?
Which sorting algorithm divides the array into halves recursively?