my pet monkey ate a sandwich
various area of application in computer application in business
Samuel N. Kamin has written: 'Programming languages' -- subject(s): Interpreters (Computer programs), Programming languages (Electronic computers) 'An introduction to computer science using Java' -- subject(s): Java (Computer program language), Computer science
try Just Basic or DEV-C++
Terrence W. Pratt has written: 'PISCES 2 user's manual' -- subject(s): Parallel computers, Computer programs 'Programming languages: design and implementation' -- subject(s): Programming languages (Electronic computers) 'The PISCES 2 parallel programming environment' -- subject(s): Parallel computers, Computer programs
portability
So that we can write computer programs in a manner that humans can read. Computers "think" in one and zeros, and in a very logic based, linear fashion. Programming languages are a bridge between the way people think, and the ones and zeros that computers use. Programming languages also help programs think in a step by step fashion like computers do.
A program is a list of instructions for a computer to do a task. That task can be simple or it could be part of a huge application. Anything you use on a computer, like a word processor or a browser or a game are all programs. Someone has written the code to get that program to work. Programs are written in languages. There are lots of programming languages. A computer converts those instructions into a form it can understand called machine code or binary notation and then follows the instructions. So if you write computer programs, you are creating software and that is software programming.
The "manufacturing" of computer software is called "programming"; also "development". A person or a company will use a special programming language to write instructions, which are then translated into computer code. For more details, check videos or other online resources about "computer programming". You can also find free introductory courses about computer programming in different places.
HTML creates webpages, C++ and Java can make programs like games. Those are just the basic ones. You can see a list of them at: http://www.ukessays.com/essays/computer-science/programming-languages-and-their-types-and-uses.php
Without programming languages you couldn't write (system) programs.
Programming languages make it much easier for humans to create and maintain machine code programs. The computer itself handles the translation from the high-level languages we can understand to the low-level machine code that it can understand.
Assembler language is a low-level programming language that uses mnemonic codes to represent machine instructions. It is used in computer programming to directly communicate with the computer's hardware and control its operations. Programmers use assembler language to write programs that can be translated into machine code, which the computer can execute.