In which two situations are decision trees preferable?

What will be an ideal response?


The decision trees are preferable when the sequence of conditions and actions is critical or not every condition is relevant to every action.

Computer Science & Information Technology

You might also like to view...

Given the following statements, what values will be passed to the parameters of the subprogram named Vacation?

```Declare Motel As String Declare Interstate As Integer Set Motel = “Dew Drop Inn” Set Interstate = 95 Call Vacation(Motel, Interstate) Subprogram Vacation(String Lodging, String Road)``` a. Lodging = “Dew Drop Inn”, Road = “95” b. Lodging = “Dew Drop Inn”, Road = 95 c. Lodging = Motel, Road = Interstate d. This cannot be done, type mismatch

Computer Science & Information Technology

The ________ property of the wave filter determines the wave's amplitude.

a) freq b) direction c) phase d) strength

Computer Science & Information Technology

A ________ bar is a horizontal gradient or solid fill indicating the cell's relative value compared to other selected cells

Fill in the blank(s) with correct word

Computer Science & Information Technology

The original version of NetWare provided the 32-bit preemptive multitasking environment found in Windows.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology