1. Question:What is Action Entry? 

    Answer
    An indication of an action to be taken under a rule in a decision table.






    1. Report
  2. Question:Define AND operation? 

    Answer
    A Boolean operation,as in the statement A AND B,in which the statement is true only both A AND B are true.






    1. Report
  3. Question:What is action stub? 

    Answer
    The list of actions in a dicision table.






    1. Report
  4. Question:How do you evaluate Boolean expressions without any parentheses? 

    Answer
    We have to evaluate as follows:
    
    1. All NOTs are evaluates first.
    2. All ANDs are evaluates next.
    3. Finally, all ORs are evaluated.






    1. Report
  5. Question:Prove that: A AND (B OR C) = (A AND B) OR (A AND C) 

    Answer
    ABCB OR CA AND (B OR C)A AND BA AND C(A AND B) OR (A AND C)
    FFFFFFFF
    FFTTFFFF
    FTFTFFFF
    FTTTFFFF
    TFFFFFFF
    TFTTTFTT
    TTFTTTFT
    TTTTTTTT






    1. Report
Copyright © 2025. Powered by Intellect Software Ltd