Question
Consider the following pairs:
src="https://www.ixambee.com/questionimage/Chapter/1709273937-31.JPG" alt="" /> How many pairs given above are correctly matched?Solution
Pair 1 is correctly matched: Narasimham II Committee was later formed in 1998 on banking sector reforms. Pair 2 is correctly matched: The Ghosh Committee was appointed to avoid the frauds in banks and the committee submitted its report in 1991. Under the chairmanship of M.N.Gorparia a committee was appointed on customer services in banks. Pair 3 is correctly matched: The Rangarajan Committee was constituted on computerisation of the banking industry headed by Dr. C.Rangarajan in 1988. Pair 4 is incorrectly matched: Narasimham Committee gave a Report on Financial System and was set up in 1991 to examine all aspects relating to structure, organization and functioning of the Indian banking system.
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?