Given the following decision tables, what is the expected result for the test case listed below?
Test Case: Purchase a Toaster weighing 9kg for ֲ£10.
Given the following decision tables, what is the expected result for the test case listed below?
Test Case: Purchase a Toaster weighing 9kg for ֲ£10.
In this decision table, each rule is based on the conditions provided: whether the weight is less than 10 kg and whether the price is less than £10. According to the test case, the toaster weighs 9 kg, which is true for the < 10 kg condition, but it costs £10, which is not true for the < £10 condition. This matches Rule 2, where the weight is true, and the price is false. According to Rule 2, the actions are: no need to pay in cash (False) and no free delivery (False). Therefore, the correct option is that there is no need to pay in cash and there is no free delivery.
A is correct 9kg comes under < 10kg( true) and £10 doesn't comes under < £10 ( false) So column 2 is what we have to look at. Must pay in cash only is false means, no need to pay in cash. Also it's no free delivery. So option A
Just an honest suggestion guys, its would be nice to add little of explanation to back up your suggested answer so others can benefit thank you.
A is correct
La respuesta es B
No, it's A -> 9 kg and 10 Pound -> Rule 2 For Rule 2 -> must not pay cash and no free delivery
As Siyahssn explained
B is correct
A is correct
option A
Should be B if we are going to be strict with the mathematical symbol “<“ (less than) on 2nd Condition “< 10 pound” The test case is 9kg = TRUE 10 pound = FALSE
Sorry. Typo. Should be A