What is programming
In computer science, Programming is defined as the set of instructions written in low level or high level language in order to perform a given task. Collectively the set of instructions is called a source code. Once the source code is ready, it is compiled using the BUILD option in the compiler and executed to get the desired results. The writing of instructions (called coding) is governed by certain rules (syntax) of the used programming language.
The high level languages can be C/C++, Python, Java, or Matlab. Low level languages include assembly language and machine language.
Comments
Leave a comment