Computer Science, asked by umamsimeon, 1 year ago

An unambiguous way of showing the actions to be taken when a given set of conditions occur is by using a

Select one:
A. analyser
B. Decision table
C. flowchart
D. pseudocode

Answers

Answered by steffis
0

A decision table is an unambiguous way of showing the actions to be taken when a given set of conditions occur in a problem.

Explanation:

A 'decision table' is a method for describing the logic of decision making in a tabular format. It is a list of conditions along with a set of actions for various combinations of decisions.

A 'decision table' is used to perform conditional logic by developing a list of tasks that define business-level rules. Decision tables can be used when there is a consistent number of conditions that must be assessed and designated a particular set of actions to be used when the conditions are lastly met.

Answered by smartbrainz
0

An ‘unambiguous way of showing the actions’ to be taken when a given ‘set of conditions occur’ is by using a ‘Decision table’.

Option (B)

Explanation:

  • The ‘decision table’ is a ‘tabular or graphical depiction’ of the ‘problem-solving process’. So this is more accurate than other ‘problem-solving methods’.
  • Different ‘decisions are taken under various conditions’. The ‘decision table’ must have the ‘ability to reflect on the circumstances’.
  • There are ‘different rules which set out one or more actions’ to be taken to fulfill one or more conditions. Therefore, a ‘tabular representation of the system’ can be said to the ‘decision table’.

To know more

What is Decision table ?

https://brainly.in/question/6849313

What are decision table and components and how to draw decision table?

https://brainly.in/question/10452545

Similar questions