1. In a Decision tree






Ask Your Doubts Here

Type in
(Press Ctrl+g to toggle between English and the chosen language)

Comments

Show Similar Question And Answers
QA->Which tree is known as ‘the Wonder tree of India’ ?....
QA->Tree city of the world 2021- ലെ പട്ടികയിൽ 2021ലെ ലോകത്തിലെ മരങ്ങളുടെ നഗരം ( Tree city of the world 2021) ആയിട്ട് ഐക്യരാഷ്ട്രസഭ പ്രഖ്യാപിച്ച ഇന്ത്യൻ നഗരങ്ങൾ?....
QA->The US decision to intervene in the ……….may be considered as formally ushering in-of the Cold War?....
QA->A decision which cannot be changed or modified....
QA->In a landmark decision, _____________ has included Hindi as the third official language used in its courts, alongside Arabic and English, as part of a move designed to improve access to justice.....
MCQ->What will be the output of the program? class Tree { } class Pine extends Tree { } class Oak extends Tree { } public class Forest1 { public static void main (String [] args) { Tree tree = new Pine(); if( tree instanceof Pine ) System.out.println ("Pine"); else if( tree instanceof Tree ) System.out.println ("Tree"); else if( tree instanceof Oak ) System.out.println ( "Oak" ); else System.out.println ("Oops "); } }....
MCQ->Assertion (A) : Decision making theory directs attention not to states as metaphysical abstractions, but instead seeks to highlight the behaviour of decision-makers. Reason (R) : Decision-making theory identifies a large number of relevant variables and suggests possible inter-relationships among them.....
MCQ->Statement: Poverty is increasing because the people, who are deciding how to tackle it, know absolutely nothing about the poor. Courses of Action: The decision makers should go to the grass root levels. The decision makers should come from the poorer sections of the society. A new set of decision makers should replace the existing one.

....
MCQ->Statement: Please consult us before making any decision on investment. Assumptions: You may take a wrong decision if you don't consult us. It is important to take a right decision.

....
MCQ->A group of 2m - 1 routers are interconnected in a centralized binary tree, with router at each tree node. Router I communicate with router J by sending a message to the root of the tree. The root then sends the message back down to J. Then find the mean router-router path length.....
Terms And Service:We do not guarantee the accuracy of available data ..We Provide Information On Public Data.. Please consult an expert before using this data for commercial or personal use | Powered By:Omega Web Solutions
© 2002-2017 Omega Education PVT LTD...Privacy | Terms And Conditions
Question ANSWER With Solution