C1 C2 C3 are three conditions whose TRUTH values are as folloes.
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



C1 C2 C3 are three conditions whose TRUTH values are as folloes. C1-TRUE C2-FALSE C3-TRUE..

Answer / guest

its option b

Is This Answer Correct ?    8 Yes 0 No

Post New Answer

More COBOL Interview Questions

What is 88 level used for ?

2 Answers  


What are ISOLATION LEVELS? Where do we need to specify them?

3 Answers   EXL,


What is an in line perform? When would you use it? Anything else you wish to say about it.

0 Answers  


.How to add one input & one Out file in existing cobol program. how approach tell me step by step.

2 Answers   Syntel,


How to execute a set of JCL statements from a COBOL program?

2 Answers   Patni, Syntel,






In EBCDIC, how would the number 1234 be stored?

2 Answers   TCS,


What are different file OPEN modes available in COBOL?

4 Answers   Sun Life,


What are VS COBOL 11 special features?

1 Answers  


Write a program to enter and display the names of students in a class using the occurs clause.

0 Answers  


given the following piece of code: CALL SUB-PGM USING A, B, C. CALL SUB-PGM USING A, C, C. (a) Both CALL statements will always produce same result. (d) Both CALL statements may produce different result. (c) Compile-time error because SUB-PGM is a dataname. (d) Compile-time error because A, B, C are used twice.

2 Answers   TCS,


What is SQL Code -904 and -903 in DB2 And how to handle it?

1 Answers   IBM,


can we print comp 3 stmts how ?

3 Answers   Accenture, TCS,


Categories