Please enable JavaScript.
Coggle requires JavaScript to display documents.
Programming Language - Coggle Diagram
Programming Language
Programmers use to develop software programs, scripts, or other sets of instructions for computers to execute.
Program
Collection of set of codes with are written by programmer using different programming language.
Software
Collection of instructions and programs
Programming
The process of designing, writing the code, testing, debugging (finding mistakes) and maintaining the source code of computer program
The artificial language that are used to develop computer programs are called programming language.
Types
Low level language
directly understood by the computer
written in binary codes in the form of 0 & 1
parts
Machine level language
computer native language which is directly understood by computer
does not required any kind of language translator.
1 more item...
Assembly language
operation codes and operands are given in the form of alphanumeric symbols instead of 0’s and l’s
alphanumeric symbols are known as mnemonic codes.
1 more item...
High level language
enables a programmer to write programs by using english words, numbers and mathematical symbols
much easier than machine level language
Examples : Basic, Q-Basic, C, C++, java, PHP, Python, VB, Ruby etc
ADVANTAGES OF HIGH LEVEL LANGAUGE