What is the consequence between a node and its predecessors while creating bayesian network?

a) Functionally dependent

b) Dependant

c) Conditionally independent

d) Both Conditionally dependant & Dependant

1 Answer

Answer :

c) Conditionally independent

Related questions

Description : What is the consequence between a node and its predecessors while creating Bayesian network? a) Conditionally dependent b) Dependent c) Conditionally independent d) Both a & b

Last Answer : c) Conditionally independent

Description : A Hybrid Bayesian network contains ___________ a) Both discrete and continuous variables b) Only Discrete variables c) Only Discontinuous variable

Last Answer : a) Both discrete and continuous variables

Description : How the compactness of the bayesian network can be described? a) Locally structured b) Fully structured c) Partial structure d) All of the mentioned

Last Answer : a) Locally structured

Description : What does the bayesian network provides? a) Complete description of the domain b) Partial description of the domain c) Complete description of the problem d) None of the mentioned

Last Answer : a) Complete description of the domain

Description : What does the Bayesian network provides? a) Complete description of the domain b) Partial description of the domain c) Complete description of the problem d) None of the mentioned

Last Answer : a) Complete description of the domain

Description : Define Bayesian Learning.

Last Answer : It calculates the probability of each hypotheses, given the data and makes predictions on that basis, (i.e.) predictions are made by using all the hypotheses, weighted by their probabilities rather than by using just single “best” hypotheses.

Description : To which does the local structure is associated? a) Hybrid b) Dependant c) Linear d) None of the mentioned

Last Answer : c) Linear

Description : What kind of interpretation is done by adding context-dependant information? a) Semantic b) Syntactic c) Pragmatic d) None of the mentioned

Last Answer : c) Pragmatic

Description : Which values are independant in minimax search algorithm? a) Pruned leaves x and y b) Every states are dependant c) Root is independant d) None of the mentioned

Last Answer : a) Pruned leaves x and y

Description : A .................. normal form normalization will be needed where all attributes in a relation tuple are not functionally dependent only on the key attribute. A) First B) Second C) Third D) Fourth

Last Answer : C) Third

Description : Basic idea of an partitioned nets is to break network into spaces which consist of groups of nodes and arcs and regard each space as a node. a) True b) False

Last Answer : a) True

Description : A CPA is conducting the first audit of a client's financial statements. The CPA hopes to reduce the audit work by consulting with the predecessor auditor and reviewing the predecessor's working papers. ... to a new engagement. d. Acceptable if the client and the predecessor auditor agree to it.

Last Answer : Acceptable if the client and the predecessor auditor agree to it.

Description : A Hybrid Bayesian network contains  Both discrete and continuous variables  Only Discontinuous variable  Both Discrete and Discontinuous variable  Continous variable only.

Last Answer :  Both Discrete and Discontinuous variable

Description : What is Decision Tree? a) Flow-Chart b) Structure in which internal node represents test on an attribute, each branch represents outcome of test and each leaf node represents class label c) ... branch represents outcome of test and each leaf node represents class label d) None of the mentioned

Last Answer : c) Flow-Chart & Structure in which internal node represents test on an attribute, each branch represents outcome of test and each leaf node represents class label

Description : Best-First search is a type of informed search, which uses ________________ to choose the best next node for expansion. a) Evaluation function returning lowest evaluation b) Evaluation function ... c) Evaluation function returning lowest & highest evaluation d) None of them is applicable

Last Answer : a) Evaluation function returning lowest evaluation

Description : Network layer at source is responsible for creating a packet from data coming from another ________ a) Station b) Link c) Node d) Protocol

Last Answer : d) Protocol

Description : A _________ is used to demonstrate, on a purely syntactic basis, that one formula is a logical consequence of another formula. a) Deductive Systems b) Inductive Systems c) Reasoning with Knowledge Based Systems d) Search Based Systems

Last Answer : a) Deductive Systems

Description : Additional time which a non-critical activity can consume without increasing the project duration is called _____________. A. Total Float. B. Free Float C. Independent Float. D. Dependant Float

Last Answer : A. Total Float.

Description : Which is true for neural networks? a) It has set of nodes and connections b) Each node computes it’s weighted input c) Node could be in excited state or non-excited state d) All of the mentioned

Last Answer : d) All of the mentioned

Description : Which is true for neural networks? a) It has set of nodes and connections b) Each node computes it’s weighted input c) Node could be in excited state or non-excited state d) All of the mentioned

Last Answer : d) All of the mentioned

Description : One the main drawback of this type of planning system is that it requires a lot of computational powers at each node. a) True b) False

Last Answer : a) True

Description : What is the evaluation function in A* approach? a) Heuristic function b) Path cost from start node to current node c) Path cost from start node to current node + Heuristic cost d) Average of Path cost from start node to current node and Heuristic cost

Last Answer : c) Path cost from start node to current node + Heuristic cost

Description : What is the evaluation function in greedy approach? a) Heuristic function b) Path cost from start node to current node c) Path cost from start node to current node + Heuristic cost d) Average of Path cost from start node to current node and Heuristic cost

Last Answer : a) Heuristic function

Description : Greedy search strategy chooses the node for expansion in ___________ a) Shallowest b) Deepest c) The one closest to the goal node d) Minimum heuristic cost

Last Answer : c) The one closest to the goal node

Description : Heuristic function h(n) is ________ a) Lowest path cost b) Cheapest path from root to goal node c) Estimated cost of cheapest path from root to goal node d) Average path cost

Last Answer : c) Estimated cost of cheapest path from root to goal node

Description : The name best-first search is a venerable but inaccurate one. After all, if we could really expand the best node first, it would not be a search at all; it would be a straight march to the ... is choose the node that appears to be best according to the evaluation function. a) True b) False

Last Answer : a) True

Description : A heuristic is a way of trying ___________ a) To discover something or an idea embedded in a program b) To search and measure how far a node in a search tree seems to be from a goal c) To compare two nodes in a search tree to see if one is better than another d) All of the mentioned

Last Answer : d) All of the mentioned

Description : Which search method will expand the node that is closest to the goal? a) Best-first search b) Greedy best-first search c) A* search d) None of the mentioned

Last Answer : b) Greedy best-first search

Description : Which function will select the lowest expansion node at first for evaluation? a) Greedy best-first search b) Best-first search c) Depth-first search d) None of the mentioned

Last Answer : b) Best-first search

Description : The main idea of Bidirectional search is to reduce the time complexity by searching two way simultaneously from start node and another from goal node. a) True b) False

Last Answer : a) True

Description : Breadth-first search always expands the ______ node in the current fringe of the search tree. a) Shallowest b) Child node c) Deepest

Last Answer : a) Shallowest

Description : Depth-first search always expands the ______ node in the current fringe of the search tree. a) Shallowest b) Child node c) Deepest d) Minimum cost

Last Answer : c) Deepest

Description : uniform-cost search expands the node n with the __________ a) Lowest path cost b) Heuristic cost c) Highest path cost d) Average path cost

Last Answer : a) Lowest path cost

Description : Breadth-first search is not optimal when all step costs are equal, because it always expands the shallowest unexpanded node. a) True b) False

Last Answer : b) False

Description : A heuristic is a way of trying __________ a) To discover something or an idea embedded in a program b) To search and measure how far a node in a search tree seems to be from a goal c) To compare two nodes in a search tree to see if one is better than the other is d) All of the mentioned

Last Answer : d) All of the mentioned

Description : Define search node.

Last Answer : The root of the search tree that is the initial state of the problem is called search node. 

Description : Which approach to speech recognition avoids the problem caused by the differences in the way words are pronounced according to context? a) continuous speech recognition b) connected word recognition c) isolated word recognition d) speaker-dependent recognition

Last Answer : c) isolated word recognition

Description : Quantitative attributes are A. A reference to the speed of an algorithm, which is quadratically dependent on the size of the data B. Attributes of a database table that can take only numerical values C. Tools designed to query a database D. None of these

Last Answer : B. Attributes of a database table that can take only numerical values

Description : In Excel, how do I conditionally change a row's fill color?

Last Answer : you have to “make new a rule” under “conditional formatting”

Description : A negotiable instrument delivered to a person conditionally or for safe custody, but not for the purpose of negotiation is called _________ A. Protest B. Escrow C. Noting D. All of the Above E. None of the Above

Last Answer : B. Escrow Explanation: An escrow account is a temporary pass through account held by a third party during the process of a transaction between two parties.

Description : ________ is a quantitative measure of how fair the transients die cut in the system. (a) Absolutely stable (b) Conditionally stable (c) Unstable (d) Relative stability

Last Answer : (d) Relative stability

Description : In a categorical proposition the predicate is either affirmed or denied _______ of the subject A) Unconditionally B) Conditionally C) Emotionally D) Fallaciously

Last Answer : A) Unconditionally 

Description : A conditionally stable system exhibits poor stability at

Last Answer : A conditionally stable system exhibits poor stability at reduced values of open loop gain.

Description : The need for independent audits of financial statements can be attributed to all of the following conditions except: a. Validity b. Remoteness c. Consequence d. Complexity of subject matter

Last Answer : Validity

Description : There are four conditions that give rise to the need for independent audits of financial statements. One of these conditions is consequence. In this context, consequence means that the: a. ... fully understood by the users of the statements. d. Financial statements are used for important decisions

Last Answer : Financial statements are used for important decisions

Description : When a CPA is approached to perform an audit for the first time, the CPA should make inquiries of the predecessor auditor. This is a necessary procedure because the predecessor may be able to provide ... 's work should be utilized. d. Whether the company follows the policy of rotating its auditors.

Last Answer : Whether the engagement should be accepted.

Description : Do today's comedic actors live up to their predecessors?

Last Answer : answer:I don't think I'd match them up with DeVito and Martin. I would more likely put them in the class of Richard Prior, Gene Wilder, Cloris Leachman. Strike that. I put those ... could best be compared to the likes of Johnathon Winters and Buddy Hackett. Just my opinions. Good question.

Description : The latest finish time for an activity: A. Equals the min. of LFT − t for al immediate successors B. Equals the max. of LFT − t for al immediate predecessors. C. Equals the max. of EST + t for all immediate predecessors. D. Equals the min. of EST + t for all immediate successors

Last Answer : A. Equals the min. of LFT − t for al immediate successors

Description : A successor auditor is required to communicate with the previous auditor. The primary concern in this communication is a. Information which will help the successor auditor in determining whether the client ... a more efficient audit. d. To save successor auditor time and money in gathering data.

Last Answer : Information which will help the successor auditor in determining whether the client management has integrity.

Description : Before accepting an audit engagement, a successor auditor should make specific inquiries of the predecessor auditor regarding a. Disagreements the predecessor had with the client concerning auditing ... lawyer. d. The predecessor's assessments of inherent risk and judgments about materiality

Last Answer : Disagreements the predecessor had with the client concerning auditing procedures and accounting principles.