C1 C2 C3 are three conditions whose TRUTH values are as follows.

C1-TRUE C2-FALSE C3-TRUE
A,B,C are defined as given below

A:C1 AND(NOT C2) OR C3

B.(NOT C1) OR (NOT C2 AND NOT C3)

C.(C1 OR C2)AND C3
D.C1 AND C2 OR C3

given the above information which of the following statements are valid?
a.only A,B and C are TRUE

b.only A,C and D are TRUE

c.A,B,C and D are TRUE

d.only C and D are TRUE
This question is related to TCS Interview

Showing Answers 1 - 12 of 12 Answers

Su

  • Oct 31st, 2007
 

The answer is C. This is because whenever a condition is evaluated first the condition is bracket is evaluated and then AND and then OR.

Also
True AND True is True.
True OR True is True.
True NOT is False.

True AND False is False.
True OR False is True.
False NOT is True.

  Was this answer useful?  Yes

SANDYA

  • Sep 27th, 2012
 

Ans: b. only A,C and D are TRUE

charanjeet kaur

  • Jun 9th, 2013
 

A.C.D

  Was this answer useful?  Yes

Chinnu Ann Jose

  • Aug 21st, 2013
 

B

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions