FUNDAMENTALS OF COMPUTER

COMPUTER PROGRAMMING FUNDAMENTALS

WHAT IS PROGRAMMING

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
BENEFITS OF USING DECISION TREES include:
A
Uses quantitative data only-ignores qualitative aspects of decisions
B
It is based on assumptions and estimates
C
Choices are set out in a logical way
D
Assignment of probabilities and expected values prone to bias
Explanation: 

Detailed explanation-1: -A decision node, represented by a square, shows a decision to be made, and an end node shows the final outcome of a decision path.

Detailed explanation-2: -It helps in processing logic involved in decision-making, and corresponding actions are taken. It is a diagram that shows conditions and their alternative actions within a horizontal tree framework.

Detailed explanation-3: -A decision tree is a decision support tool that uses a tree-like model of decisions and their possible consequences, including chance event outcomes, resource costs, and utility. It is one way to display an algorithm that only contains conditional control statements.

There is 1 question to complete.