Question
Each of the following sentences has two blanks. Select
the most appropriate pair of words from the options given to fill in the blanks so that the sentence is grammatically and contextually correct. The rapid expansion of digital platforms has not only democratized access to information but has also ______ the spread of misinformation, making it increasingly difficult to ______ credible sources from unreliable ones.Solution
The sentence presents a dual impact of digital platforms: positive (access) and negative (misinformation). The first blank must indicate that misinformation has increased or spread faster, making “accelerated” correct. The second blank requires a verb meaning to tell apart or differentiate, which is best captured by “distinguish.” Other options fail because: “curtailed” and “restricted” imply reduction “minimized” contradicts spread “balanced” does not logically fit Thus, the sentence captures the paradox of digital growth: more access but also more confusion.
Which of the following problems is typically solved using Dynamic Programming, where items cannot be broken into smaller pieces?
Which NoSQL database is column-oriented and widely used in Big Data?
Which of the following best describes a query in a database?
What is the primary function of a gateway in a network?
What is the main advantage of using subword tokenization in NLP?
Binary trees are often used to represent hierarchical data. Which of the following is NOT a direct application of binary trees?
Which of the following properties is true for a binary heap?
What is the primary benefit of polymorphism?
A system uses demand paging with an average page fault service time of 10 milliseconds and a memory access time of 100 nanoseconds. If the desired effec...
A software development team is implementing a sorting function for a large dataset in their project. They decide to use the quick sort algorithm to opti...