Decision Tree and Decision Table Vocabulary (LMS Example)

0.0(0)
studied byStudied by 0 people
GameKnowt Play
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/16

flashcard set

Earn XP

Description and Tags

Vocabulary flashcards covering key terms related to decision trees and decision tables as illustrated by the LMS example.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

17 Terms

1
New cards

Decision Tree

A graphical view of processing logic where edges represent conditions and leaf nodes indicate the actions to perform depending on condition outcomes.

2
New cards

Edge (in a decision tree)

The branch representing a tested condition and its possible outcomes.

3
New cards

Leaf Node

A terminal node of a decision tree that specifies the action to perform for a given set of conditions.

4
New cards

Full form of LMS

Library membership automation software

5
New cards
6
New cards

New Member (LMS option)

An option where the system collects member details, creates a membership record, and prints the annual bill and security deposit.

7
New cards

Renewal (LMS option)

An option to renew membership; the system verifies the member, updates the expiry date, and prints the renewal bill.

8
New cards

Cancel Membership (LMS option)

An option to cancel a membership; the system deletes the record and prints a cheque for any balance.

9
New cards

Membership Record

A stored entry in the database containing a member’s information.

10
New cards

Membership Bill

The charge printed for annual membership or renewal.

11
New cards

Decision Table

A tabular representation of processing logic, with conditions in the upper rows, actions in the lower rows, and each column as a rule.

12
New cards

Rule (in a decision table)

A column in a decision table that specifies the actions to take when the corresponding conditions are true.

13
New cards

Upper Part (Decision Table)

The section that lists the variables or conditions to be evaluated.

14
New cards

Lower Part (Decision Table)

The section that lists the actions to be taken when the conditions are satisfied.

15
New cards

Conditions

Variables or tests in a decision table that must be satisfied for actions to be taken.

16
New cards

Actions

Operations or outputs to perform when the corresponding conditions are met.

17
New cards

Invalid Option

An option chosen that is not valid, which triggers an error message in the system.