Languages of Programming

 Languages of Programming

 

In programming their are many different languages, and different tiers of languages. The three Main Levels of Programming language are Machine Language, Assembly Level Language, and High-Level Language.

Machine language isn't the most common you'll hear about, but its easier to recognize. Machine language use a series of 1's and 0's to write a program, this is the basic language of a computer or computing system, most will know it as Binary code. 

Assembly Language is a bit more complex than Machine language, instead of just using binary coding, it uses Alphanumeric Mnemonic codes for set of instructions, examples of this language would be IBM PC and DOS.

High-Level Language Might be the one you know more about, after all as time has progress many programs have increased in complexity and size. Languages include programs like Java script, Python, and c#. You'll most commonly see this language in the most of complex programs, like making a game, or coding a complex application.

Through my time in this class I have begun to learn more about how languages can be used to help a computing system or can write certain programs.

Below are a few sources I used to find some information on this languages.

Comments