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 a report item?

0 Answers  


where did you see the information regarding abend codes in jcl?

1 Answers   Hewitt,


Which of the following characters is NOT valid in column 7? a. - b. \ c. * d. # e. $

4 Answers  


what is the minimum number of lines a Cobol program should have to successfully compile and run

11 Answers   ABC, Societe Generale,


In an EVALUTE statement is the order of the WHEN clauses significant?

4 Answers  






What is a subscript ?

3 Answers  


How can you display the SPOOL information ?

2 Answers  


how to code in cobol while using variable block file?

1 Answers  


can u give result for the fallowing example... 05 a pic 9(2) 05 b redifines a pic x(2). move 'xy' to b. display a,b.

10 Answers   IBM,


have in 100 records in a file i want to read first 3 records and skip next 3 records and agan i want to read 3 records and again i want to skip 3 records...

2 Answers   ITC Indian Tobacco Company, PNP, TCS,


How does IDMS communicate with CICS?

1 Answers   Covansys, Satyam,


consider the fallowing 77 stat pic 9. 88 male value 1,2,3. 88 female value 4 through7. what will be the value of stat a) set male to true. b) set female to true.

5 Answers  


Categories