The progression of computer programming languages was made possible by the programmer's search for efficient translation of human language into something that can be read and understood by computers. The languages generated, called machine code, have high levels of abstraction, which hide the computer hardware and make use of representations that are more convenient to programmers.
As programs evolve and become more sophisticated, programmers found out that certain types of computer languages are easier to support. As expected in a dynamic discipline, there is no standard for categorizing the languages used in programming. There are, in fact, dozens of categories. One of the most basic ways to categorize the languages is through a programming paradigm, which gives the programmer's view of code execution. Among the languages classifications according to programming paradigm are:
Related Best Seller Product Reviews : Buy Cheap Black Decker D2030 Auto Off Advantage Buy New Black Decker D2030 Auto Off Advantage Cheap Refurb Breville BJE200XL Fountain 700 Watt Extractor Cheap Resale Breville BJE200XL Fountain 700 Watt Extractor Cheap Save EatSmart Precision Digital Kitchen Silver Cheap New EatSmart Precision Digital Kitchen Silver Cheap Acu Rite Indoor Humidity Monitor Best Price Acu Rite Indoor Humidity Monitor Cheap Frigidaire FRA052XT7 000 BTU Window Conditioner Discount Frigidaire FRA052XT7 000 BTU Window Conditioner Discounted Thermos Nissan Intak Hydration Bottle Hot Sale Thermos Nissan Intak Hydration Bottle Hot Offer Keurig Storage Drawer Coffee Holder On Sale Keurig Storage Drawer Coffee Holder Order Resale Victor M230 Ultimate Flea Trap Order Save Victor M230 Ultimate Flea Trap Order Deal Maytex Mildew Shower Curtain Liner Order Best Maytex Mildew Shower Curtain Liner Best Seller PUR 2 Stage Pitcher Replacement Filter Purchase PUR 2 Stage Pitcher Replacement Filtero Object-Oriented Programming Languages
Known as the newest and most powerful paradigms, object-oriented programming requires the designer to specify the data structures as well as the types of operations to be applied on those data structures. The pairing of data, and the operations that can be done on it is called an object. A program made using this language is therefore made up of a set of cooperating objects instead of an instructions list.
The most famous object-oriented programming these days are C#, C , Visual Basic, Java, and Python.
o Structured Programming Languages
An exceptional type of procedural programming, structured programming provides programmers with additional tools to handle the problems created by larger programs. When using this language, programmers are required to cut program structure into small pieces of code that can easily be understood. Instead of using global variables, it employs variables that are local to every subroutine. Among the popular features of structured programming is that it doesn't accept GOTO statement which is usually associated with the top-down approach. Such approach starts with an opening overview of the system with minimal details about the various parts. To add these details, design iterations are then included to complete the design.
Commonly used structured languages include C, Pascal, and ADA.
o Procedural Programming Languages
Procedural Programming involves a list of operations the program needs to complete to be able to attain the preferred state. It is a simple programming paradigm where every program comes with a starting phase, a list of tasks and operations, and an ending stage. Also called imperative programming, this approach comes with small sections of code that perform certain functions. These sections are made up of procedures, subroutines, or methods. A procedure is made up of a list of computations that should be done. Procedural programming lets a part of the code to be used again without the need to make several copies. It achieves this by dividing programmatic tasks into small sections. Because of this, programmers are also capable of maintaining and understanding program structure.
Among the known procedural languages are BASIC and FORTRAN.
These are the different types of computer programming languages that you can consider when planning to make a computer program. Procedural programming splits the program's source code into smaller fragments. Structured languages require more constraints in the flow and organization of programs. And object-oriented programs arrange codes and data structures into objects.
The Different Types of Programming Languages - Learn the Basics
To learn more about computer programming, including how you can get started creating your own programs in the next few minutes, Check Out, http://beginnerscomputerprogramming.com
mobile phone watches Best Price Golf Cart Ultimate Light Kit Upgrade Buy 2008 2010 Mitsubishi Lancer Without Turbo Radiator Buy Auburn Gear 5420113 High Performance Series Differential
No comments:
Post a Comment