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
Answer Posted / guest
its option b
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
how do you reference the rrds file formats from cobol programs
) what is the difference between AID and HANDLE AID?
Define cobol?
Why did you choose to work with ibm mainframe cobol programming?
What is the utilization of copybook in cobol? Could we utilize a similar copybook?
In COBOL programming, what is PERFORM? What is VARYING?
What is the difference between structured cobol programming and object alternativelyiented cobol?
What is link edit in cobol?
I have a File that has duplicate records. I need only those records that occur more than thrice.?
What is the difference between perform … with test after and perform … with test before?
What are the different open modes available in cobol?
What is the difference between PIC 9.99 and PIC9v99?
What is a report item?
What are the different rules of SORT operation?
what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.