what is meaning by design document? who can repared for
this?

Answers were Sorted based on User's Feedback



what is meaning by design document? who can repared for this?..

Answer / aru

Design(DLD) document is prepared by the developer.This
document contains the logic that is going to be implemented
in pure English.Some time code snippets are added to make it
more understandable.Purpose of this document is to document
the thought process and reduce dependency during coding.

Is This Answer Correct ?    8 Yes 0 No

what is meaning by design document? who can repared for this?..

Answer / rock

Detailed Design is prepared by the programmer,it will tells
how the code is to be.Moreover it will be prepared before
coding.

Is This Answer Correct ?    5 Yes 0 No

what is meaning by design document? who can repared for this?..

Answer / dev

designe document is prepared by senior programmer or TL and
they only can chnge the document.

Is This Answer Correct ?    3 Yes 1 No

what is meaning by design document? who can repared for this?..

Answer / babu

Design document is prepared by the programmer, which is
prepared when we are doing the coding.

Is This Answer Correct ?    4 Yes 4 No

what is meaning by design document? who can repared for this?..

Answer / srinivasa yadav

DESIGN DOCUMENT IS PREPARED BY SOME LEADS.

Is This Answer Correct ?    0 Yes 3 No

Post New Answer

More COBOL Interview Questions

which of the following can be used as a check protection symbol a.Z b.S c.* d.+

2 Answers   TCS,


I have File 1 occurs 5 times with Employee-ID,Employee-Name,Employee-Dept (EEE and MECH). I have File 2 occurs 10 times with Employee-ID,Employee-Name,Employee-Dept (EEE,CIVIL,CHEMICAL and MECH). In FIle 1 and FIle 2 , for matching Employee-DEPT (Only MECH) , we need to move entire records from file1 to file 2. We should not use 2D array. Your help is needed here.

0 Answers   Steria,


how to run sub programs using static and dynamic call ...

3 Answers   TCS,


whats the difference between search and search all?

4 Answers   Patni,


What is difference between COBOL and VS COBOL II?.

1 Answers   Winsol Solutions,






How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.

0 Answers   Infosys,


db2 variable decimal(15,2) what is the equalent size of cobol variable

2 Answers   Syntel,


When is a scope terminator mandatory?

3 Answers  


give the examples of strings in cobol

1 Answers   IBM,


How to resolve the soc4 and soc7 errors?

5 Answers   IBM, RBS,


If i have a variable A pic 9(2) value 10 Compute A = a - 100 what will be the value of A and will there be any error becoz of the Negative value

3 Answers   CTS,


Whtz the specialty of 77 level number ?

2 Answers   Infosys,


Categories