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
What kind of error is trapped by on size error option?
how to access the file from prodution from changeman tool and to submit a file to production
Write a program to explain size error.
Write a cobol program making use of the redefine clause.
what are decleratives in cobol?
Can you please let me know the centre name of INS certification in Kolkata.
A table has two indexes defined. Which one will be used by the SEARCH?
what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.
What is the usage of comp fields in cobol?
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
What is the difference between comp and comp-3?
what is search and searchall?what is the diffrence between them?give an best example?
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?
Explain what you understand by passing by value.
How do define dynamic array in cobol.