Basically the Programming Language is a computer Language.Without programming languages, we would have to program computers using their native code, called machine code. This is nothing more than a series of binary digits (bits), where the particular bits within the code tell the processor which instruction you would like to execute.
Programming languages make programming faster and easier. It is faster because most languages make complex tasks, such as printing text to the screen, take up far less time to program. It makes programming easier by allowing the developer to write in a language comfortable to humans.
Instead of writing something like:
0A2BCDAD143900983AA9
You could use the far easier:
print "Hello World"
Also note that the example code (the pseudo machine code) would probably be many times bigger than the example above; even a simple task of writing to a screen requires quite a bit of machine code, especially if you were writing your own operating system.
Sunday, November 16, 2014
Why Programming Languages are Important?
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment