decision table

Low
UK/dɪˈsɪʒ(ə)n ˌteɪbl̩/US/dɪˈsɪʒən ˌteɪbl̩/

Formal/Technical

My Flashcards

Definition

Meaning

A structured, tabular tool used to model and analyse logic, rules, and their corresponding actions.

A chart or matrix that systematically lists all possible conditions (inputs) and the corresponding actions (outputs) to be taken for each combination, used to define complex business rules or algorithm logic.

Linguistics

Semantic Notes

Primarily a technical term in computing, software engineering, and business analysis. It denotes a specific, structured method of representing decision logic, not just any table where decisions are listed.

Dialectal Variation

British vs American Usage

Differences

No significant lexical or orthographic differences. The concept and term are identical.

Connotations

None.

Frequency

Used with equal frequency and in the same contexts in both varieties.

Vocabulary

Collocations

strong
construct a decision tablecreate a decision tableuse a decision tabledesign a decision tableanalyse a decision table
medium
complex decision tablelogical decision tablebusiness decision tablesimplify using a decision tableentries in a decision table
weak
final decision tabledetailed decision tablecomplete decision tableclear decision table

Grammar

Valency Patterns

The analyst built a decision table [for the credit approval process].We mapped the rules [into a decision table].The decision table consists of [conditions and actions].

Vocabulary

Synonyms

Strong

decision matrix

Neutral

decision matrixlogic tablerule table

Weak

flowcharttruth table (in specific logic contexts)

Vocabulary

Antonyms

narrative descriptionunstructured processad-hoc decision-making

Phrases

Idioms & Phrases

  • To table a decision (has a completely different meaning, unrelated).

Usage

Context Usage

Business

Used in business process modelling and requirement specification to define clear business rules for scenarios like loan approvals or pricing discounts.

Academic

Taught in computer science, information systems, and operations research courses as a formal method for logic specification.

Everyday

Virtually never used in everyday conversation.

Technical

A standard tool in software engineering, systems analysis, and quality assurance for documenting complex conditional logic before coding.

Examples

By Part of Speech

adjective

British English

  • decision-table analysis
  • decision-table format

American English

  • decision-table logic
  • decision-table approach

Examples

By CEFR Level

B1
  • The manager showed us a simple decision table to explain the refund policy.
  • We learned how to read a basic decision table in our computer class.
B2
  • Before writing the code, the developer created a decision table to map all possible user inputs and system responses.
  • The new compliance rules were so complex that we had to model them using a decision table.
C1
  • The consultant advocated employing decision tables to disambiguate the overlapping business rules, thereby mitigating the risk of contradictory outcomes.
  • A well-structured decision table can serve as both a specification document and a test oracle for validating the implemented algorithm.

Learning

Memory Aids

Mnemonic

Think of a restaurant menu: the left column lists conditions (you want pasta, you are vegetarian), and the right column lists the resulting action (order the mushroom ravioli). A decision table organizes 'if-then' rules in a similar grid.

Conceptual Metaphor

A LOGIC MAP or a RULE GRID.

Watch out

Common Pitfalls

Translation Traps (for Russian speakers)

  • Avoid a direct translation like "таблица решений" which is overly literal and not the established term. The correct equivalent in technical contexts is usually "таблица принятия решений" or simply "решающая таблица" in IT contexts.
  • Do not confuse with "расписание" (timetable) or "ведомость" (statement/list).

Common Mistakes

  • Using 'decision table' to refer to a simple list of pros and cons (that's a 'decision matrix' or 'weighted criteria list').
  • Pronouncing 'table' with a clear /əl/ instead of the syllabic /l̩/.
  • Treating it as a plural noun (e.g., 'decision tables are' is correct, but the singular is 'a decision table').

Practice

Quiz

Fill in the gap
Before automating the process, it's crucial to document all the business logic in a to ensure no edge cases are missed.
Multiple Choice

In which field is a 'decision table' LEAST likely to be a standard tool?

FAQ

Frequently Asked Questions

No. While both model processes, a decision table is a compact, tabular representation of conditions and actions, ideal for complex rule sets. A flowchart is a diagram showing the sequential flow and control of a process.

Yes, they are excellent for software testing. Test cases can be derived directly from the combinations of conditions in the table, ensuring comprehensive coverage of the logic.

Typically, it includes a condition stub (list of inputs), an action stub (list of outputs), condition entries (values/rules), and action entries (which actions to trigger for each rule combination).

No, it is a specialised technical term. You will almost never hear it in general conversation, only in specific professional contexts related to logic, computing, or business analysis.