Open main menu
Home
Random
Recent changes
Special pages
Community portal
Preferences
About Wikipedia
Disclaimers
Incubator escapee wiki
Search
User menu
Talk
Dark mode
Contributions
Create account
Log in
Editing
Decision table
(section)
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
== Example == The limited-entry decision table is the simplest to describe. The condition alternatives are simple Boolean values, and the action entries are check-marks, representing which of the actions in a given column are to be performed. The following '''balanced decision table''' is an example in which a technical support company writes a decision table to enable technical support employees to efficiently diagnose printer problems based upon symptoms described to them over the phone from their clients. {|class="wikitable" |+Printer troubleshooter |- ! !! !!colspan="8" |Rules |- !rowspan="3"|Conditions |Printer prints || {{no}}|| {{no}}|| {{no}}|| {{no}}|| {{yes}} || {{yes}} || {{yes}} || {{yes}} |- |A red light is flashing || {{yes}} || {{yes}} || {{no}} || {{no}} || {{yes}} || {{yes}} || {{no}} || {{no}} |- |Printer is recognized by computer || {{no}} || {{yes}} || {{no}} || {{yes}} || {{no}} || {{yes}} || {{no}} || {{yes}} |- !rowspan="5"|Actions |Check the power cable || || || {{MaybeCheck}} || || || || || {{sdash}} |- |Check the printer-computer cable || {{MaybeCheck}} || || {{MaybeCheck}} || || || || || {{sdash}} |- |Ensure printer software is installed || {{MaybeCheck}} || || {{MaybeCheck}} || || {{MaybeCheck}} || || {{MaybeCheck}} || {{sdash}} |- |Check/replace ink || {{MaybeCheck}} || {{MaybeCheck}} || || || || {{MaybeCheck}} || || {{sdash}} |- |Check for paper jam || || {{MaybeCheck}} || || {{MaybeCheck}} || || || || {{sdash}} |} This is just a simple example, and it does not necessarily correspond to the reality of printer troubleshooting. Even so, it demonstrates how decision tables can scale to several conditions with many possibilities.
Edit summary
(Briefly describe your changes)
By publishing changes, you agree to the
Terms of Use
, and you irrevocably agree to release your contribution under the
CC BY-SA 4.0 License
and the
GFDL
. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license.
Cancel
Editing help
(opens in new window)