OPPapers.com Essay Index >> Technology >> Evolution Of Programming Languages
We have many free term papers and essays on Evolution Of Programming Languages. We also have a wide variety of research papers and book reports available to you for free. You can browse our collection of term papers or use our search engine.
Evolution of Programming Languages. ... The evolution of programming languages
is typically discussed in terms of generation of languages. ...
... is growing at a tremendous rate, capturing their evolution and history is ... discuss
their expereiences as developers and users of specific programming languages. ...
... 7 ???« Describe the languages FORTRAN: pg ... 8 FORTRAN is a programming language developed
in the early ... Over the evolution of FORTRANS versions have been upgraded ...
... From the evolution of mainframes, to stand-alone PCs, to networked ... it provides single
inheritance versus multiple inheritance for other programming languages. ...
... them are just variations in overlapping programming concepts ... If we observe many of
the languages created in ... notice that there was little evolution in conceptual ...
Submitted by shonlew73 on July 9, 2008
Category: Technology
Words: 437 | Pages: 2
Views: 55
Popularity Rank: 110,889
Average Member Grade: N/A (Add a Comment / Grade this Paper)
The desire to use the power of information processing efficiently in problem solving has pushed the development of newer programming languages. The evolution of programming languages is typically discussed in terms of generation of languages. The first generation of Programming languages is machine language, which required the use of binary symbols (0s and 1s). Because this is the language of the CPU, text file that are translated into binary sets can be read by almost every computer system platform. Developers of programming languages attempted to overcome some of the difficulties inherent in machine language by replacing the binary digits with symbols that programmers could more easily understand. These second-generation languages use codes like A for add, MCV for move, and so on. Another term for these languages in assembly language, which comes from the programs (called assemblers) used to translate it into machine code. Systems software programs such as OSs and utility programs are often written in assembly languages.
Third-Generation languages continued the trend toward greater use of symbolic code and away from specifically instructing the computer how to complete an operation. BASIC, COBOL, C and FORTRAN are examples of third-generation languages that use English and Assembly languages because it more closely resembles everyday human communication and understanding. With third-generation and higher-level programming languages, each statement in the languages translates into several instruction in machine language. A special software program called a compiler converts the programmers’s source code into the machine-languages instructions consisting of binary digits. A compiler creates a two-stage process for program execution. First, it translates the program into a machine language; second, the CPU executes that program. Another approach is to use an interpreter, which is a language translator that converts each statement in a...
You must Login to view the entire paper.
If you are not a member yet, Sign Up for free!