What do you feel makes a good program?

Answers were Sorted based on User's Feedback



What do you feel makes a good program?..

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

What do you feel makes a good program?..

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

Post New Answer

More COBOL Interview Questions

what is the difference between PA & PF keys?

1 Answers   IBM,


In a file if a column account number conatain value 0001234.. how can we move the value to another variable without zero. value may contain any type such as 00123405. we need the value 1234 or 12305. how can we do that in cobol. Please help.

1 Answers   CSC,


What care has to be taken to force program to execute above 16 Meg line?

1 Answers  


how do you move only numeric data from A to B 01 A pic x(10) value 'a1b2c34d5e'. 01 B pic x(5).

2 Answers   DELL, Mind Tree,


How to define a array dynamically.....

5 Answers   Fidelity,






01 x pic s9(8) comp. How will the following value be internally allocated '18787'

4 Answers   Steria,


01 text-data pic x(100). move 'xyzdbfrjjg u' to text-data. how to find the value of last index of text-data?

3 Answers   Mind Tree,


How can you get the ksds file records into your cobol program?

0 Answers  


What is reference modification? What is UNION in sql and syntax? What is the difference between GDGS and VSAM? Which is prefer one? What is processing groups in endevor?

1 Answers   Kuwait Oil Company,


what is linkcard in cobol?

1 Answers   TCS,


Can we redefine the field of x(200) to less than 200?

0 Answers  


How do you compile cobol program..?

1 Answers  


Categories