Question
Statement: Indian Culture is getting forgotten and the
country is losing its rich heritage. Assumptions: I. Westernization has affected Indian traditions and customs greatly due to which Indian culture is decaying. II. To save the heritage of a country, preserving its culture is important. In each question below a statement is given followed by two assumptions numbered I and II. An assumption is something supposed or taken for granted. You have to consider the statement and the following assumptions and decide which of the assumptions is implicit in the statement.Solution
Nothing is mentioned in the statement about the Westernization, hence, I is not implicit . Clear mention about this in the statement, hence, II is implicit
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?