Answer Posted / suresh babu
A good program should have the qualities like:
1. Correctness: It is the most important of the qualities.
A program that fails to produce correct results is
worthless.
2. Readability: Readability means the program shoud be
written in such a way that if a person wants to read and
understand the program, it shoud be possible for him to do
so without much difficulty. It is the primary objective of
structured programming.
3. Portability: A portable program is the one that can be
executed on different machines(with different compilers)
without any change or with only minor changes if required.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
What is rmode(24)
How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)
In COBOL programming, what is PERFORM? What is VARYING?
What is the local-storage section?
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc
Name the divisions, which are available in a cobol program?
) what is the difference between AID and HANDLE AID?
Name some of the examples of COBOl 11?
What are all the divisions of a COBOL program?
When is inspect verb is used in cobol?
What is the difference between comp and comp-3 usage?
What is the Purpose of Pointer in the string?
what is the difference between COBOL2 AND COBOL390?
What is the difference between PIC 9.99 and 9v99 in COBOL?