What do you feel makes a good program?
Answers were Sorted based on User's Feedback
Answer / raghunandan modak
A program that follows a top down approach. It is also one
that other programmers or users can follow logically and is
easy to read and understand.
| Is This Answer Correct ? | 10 Yes | 0 No |
Answer / 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 |
What is rmode(24)
where will u code file status ?
How did the release of cobol/370 version 1.3 improve the performance of release 1.1?
Why occurs can not be used in 01 level ?
How can we find that module can be called – whether DYNAMICALLY or STATICALLY?
How to covert given string into ASCII value in COBOL/MF COBOL
Why we are using comp and comp-3 in real time projects?
Can we move X(7) to S9(7) COMP?
can anyone explain me the concept of COMP-4 PLEASE??
In A cobol program , we can use COPY Statement in FILE- SECTION / WORKING-STORAGE SECTION / ENVIRONMENT DIVIION basically what is the difference
what is Reentrancy and Quasi-reentrancy?
how to transfer the file from pc to mainframe??