Program Development PART 3
System Design Technique There are two system design techniques, given as follows: Top-Down Design- The top-down design technique is based on the fact that large problems become more manageable if they are divided into a number of smaller and simpler tasks which can be tackled separately. The top-down design approach is performed in a special way. the main program is written first. it is tested before some programs are written. for this, actual subprograms are replaced with stubs. the study simply tests to see if the data is passed correctly. after the main program is written and check, is module is written and tested in turn. this should first be done without the main program in order to let us stuff is an error occurs. Bottom-Up Design- In the bottom-up approach, it is usually assumed that the basic proteins created will be general enough to be used more than once. using the subroutines, to construct a program save repeating the same lines of code by using it. A bottom-up app...