Question
For the year 2021-22 how many schools got awarded with
the Swachh Vidyalaya Puraskar by the Ministry of Education?Solution
Among the 8.23 lakh entries only 39 schools got awarded with Swachh Vidyalaya Puraskar by the Ministry of Education in which 28 were government aided schools and 11 were private schools. The parameters on which awards were given are Water, Hygiene and Sanitation.
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?