![]() | |
| Submit your article Contact us | |
Programming Environments And The Software Production ProcessPosted by By Micael Hart on: 2005-06-23 01:25:36
Introduction: BASIC: Beginner's All-purpose Symbolic Instruction Code originally designed for Dartmouth's experimental timesharing system in the early 1960s, which has since become the leading cause of brain damage in proto-hackers & programmer becouse it encourages bad habits that will make it harder to use more powerful languages well. PASCAL: A language designed in 1967 and released in 1968 as an instructional tool for elementary programming. This language was designed primarily to keep students from shooting themselves in the foot, became the ancestor of a large family of languages including Modula FORTRAN: FORmula TRANslator, is the oldest high-level programming language. Designed by John Backus for IBM in the late 1950s, it is still used, particularly for scientific applications that require extensive mathematical computations. COBOL: COmmon Business Oriented Language, developed in the late 1950s and early 1960s, COBOL is the second-oldest high-level programming language. It is particularly popular for business applications that run on large computers. COBOL is a wordy language, programs written in COBOL tend to be much longer than the same programs written in other languages. Although heated by many programmers for being outdated, COBOL is still the most widely used programming language in the world. Java:nDeveloped by Sun Microsystems. Java was originally called OAK, and was designed for handheld devices and set-top boxes. Oak was so unsuccessful, in 1995 Sun changed the name to Java and modified the language to take advantage of the burgeoning World Wide Web. Java is an object-oriented language similar to C++, but simplified to eliminate language features that cause common programming errors. Java source code files are compiled into a format called bytecode, which can then be executed by a Java interpreter. C: Was developed by Dennis Ritchie and Brian Kernighan at Bell Labs in the mid 1970s. Although it is a high-level language, C is much closer to assembly language than are most other high-level languages. C has proved to be a powerful and flexible language that can be used for a variety of applications, C is a particularly popular language for personal computer programmers because it is relatively small it requires less memory than other languages. C++:Is an object-oriented language developed by Bjarne Stroustrup at Bell Labs. C++ adds object-oriented features to its predecessor, C. C++ is rapidly becoming the programming language of choice for graphical applications, such as those that run in Windows and Macintosh environments. Ada: Is an object-oriented language developed in the late 1970s for the United States Defense Department. Ada was designed to be a general-purpose language for everything from business applications to rocket guidance systems. In addition, Ada is often the language of choice for large systems that require real-time processing, such as banking and air traffic control systems. Assembly: A programming language that is once removed from a computer's machine language. Machine languages consist entirely of binary numbers and are almost impossible to read and write because the programmer must know instruction for every operation the computer will perform. Assembly languages have the same structure and set of commands as machine languages, but assembly enable a programmer to use names instead of numbers. Stages of software production Introduction: Definition of the problem: A feasibility study: Collecting information about the proposed system: Assuming that the feasibility study produces a favourable report, a detailed analysis of the current systems is careered out to generate information. the preposes system's requirements can then be determined in more detail, and a more detailed estimate of likely costs is undertaken. Analysis: Design of the system: Implementation and evaluation: Maintenance: I am the website administrator of the Wandle industrial museum (http://www.wandle.org). Established in 1983 by local people to ensure that the history of the valley was no longer neglected but enhanced awareness its heritage for the use and benefits of the community. Related ArticlesProgramming Language Migration Path Great Plains Dexterity: Customizations & Source Code Programming |
|