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 are the different rules for performing sort operation?
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc
How do we get current date from system with century in COBOL?
What is the difference between next sentence and continue in cobol programing language?
I have program P1 which calls file F1 which has 100 records and following structure 001 .................. 002 .................. 003 .................. 098 .................... 099 ................... 100 .................... Now I want to read these files and write these records in file F2 in following manner. 001 ...... 051 ..... 002 ...... 052 ..... 003 ...... 053 ..... .......... ....... .......... ....... .......... ....... 048 ........ 098 ...... 049 .......... 099 ....... 050 .... 100 ......
In COBOL programming, what is PERFORM? What is VARYING?
What is the local-storage section?
Write a program to explain size error.
What is the difference between a binary search and a sequential search what are the pertinent cobol?
Describe the cobol database components?
What is the compute verb? How is it used?
What are the cobol coding sheets?
I have a File that has duplicate records. I need only those records that occur more than thrice.?
How to remove 2 duplicate records and copy only one using job control language?
What is the utilization of copybook in cobol?