Question
Given below are two statements, in which one is labelled
as Assertion (A) and the other as Reason (R): Assertion (A): During the winter season, most part of India is dry. Reason (R): Most parts of the country are under the influence of the northeast trade winds during the winter season. Select the correct answer using the code given below:Solution
β’ Assertion (A) is true because, during the winter season, most of India experiences dry conditions. This is primarily because of the northeast trade winds that bring dry air from the land to the sea, preventing rainfall. β’ Reason (R) is also true, and it correctly explains that the dry conditions in India during the winter season are a result of the northeast trade winds. These winds are dry in nature and do not bring moisture, leading to dryness across the country. Therefore, the correct answer is (a), as both Assertion (A) and Reason (R) are true and (R) is the correct explanation of (A).
Which tree traversal gives nodes in non-decreasing order for a BST?
In a data warehousing environment, what is the primary purpose of an OLAP (Online Analytical Processing) cube?
In a binary tree, what is the maximum number of children a node can have?
Which sorting algorithm has O(n log n) average case?
Which of the following data structures is best suited for implementing a "undo" mechanism in a text editor?
Which of the following best describes Abstraction in Object-Oriented Programming (OOP)?
What does Big O notation primarily describe?
A stack follows which principle for data access?
Which data structure uses LIFO (Last In, First Out) principle?
What is the difference between 'BFS' (Breadth-First Search) and 'DFS' (Depth-First Search) in graph traversal?