1. Question:What was the early status of computers programmers? 

    Answer
    In the early days of programming- the 1950s and 1960s, when computers were slower, of limited capability and more expensive--there was a premium placed on writing programs that required as as little storage as possible and could be executed in the minimum amount of time.

    1. Report
  2. Question:Shortly synopsis the presnt situation of programmers.

     

    Answer
    Today, as hardware costs continue to fall and programmer salariescontinue to rise, the writing of programmer salaries continue to rise, the writing of programs  consumes an increasing portion of data-processing costs. In addition, as much as 80 percent of programming effort is spent on maintenance programming, that is, modifying existing programs to correct errors or to meet changing needs.

    1. Report
  3. Question:What does it mean moduler programming? 

    Answer
    One of the early attemps at improving programmer productivity through better planning was the use of modular programming. In modular p0rogramming, the program is broken down into modules(pieces), each of which performs a single, limited function and is written and debuggedd separately from other modules. Because the purpose and size of of each module are limited, the likelihood of erros is reduced.

    1. Report
  4. Question:What is the defination of Structured Programming? 

    Answer
    A collection of techniques for planning and writing of program that increases programmer productivity is Structured Programming.

    1. Report
  5. Question:What do you mean by structured programming? 

    Answer
    Structured programming refers to a collection of techniques that have evolved from the pioneering work of Edsger Dijkstra.

    1. Report
  6. Question:Shortly synopsised the modular approach. 

    Answer
    Modular programming is implinted by using subroutines, a group of instructions that performs a limited processing task, such as printing a portion of reporet, reading an input record, or calculating a square root.

    1. Report
  7. Question:What do you mean by modular programming ? 

    Answer
    An early stage in the development of structured programming. A program is broken down into pieces, or modules which can be coded and tested separately. That is called modular programming.

    1. Report
  8. Question:Shortly discuss avout the External Subordinate. 

    Answer
    External suboroutines are used to tasks that more than one program is likely to want perfomed. To use an external subroutine, the programmer needs to know where to find it, whats its name is, how to send data to it, and how the answer will come back.Once this technicalities are deal with, however, the programmer can make use of the code to perform a task, with confidence that the subroutine will provide the correct result.

    1. Report
  9. Question:What is internal subroutine? 

    Answer
    An internal subroutine is part of the program that uses it.

    1. Report
  10. Question:By which outline the subrutines flowchart begins and ends ? 

    Answer
    The subrutines flowchat begins and ends by Terminal outline

    1. Report
Copyright © 2024. Powered by Intellect Software Ltd