What is programming
What is programming language
Introduction of programming
As we know, to communicate with a person, we need a specific language, similarly to communicate with computers, programmers also need a language is called Programming language.
"it is a set of instructions written in any specific language ( C, C++, Java, Python) to perform a specific task
TYPES OF PROGRAMMING LANGUAGE
1. LOW LEWEL PROGRAMMING LANGUAGE
Low-level language is further divided into two parts -
(a) . MACHINE LANGUAGE
Machine language is a type of low-level programming language. It is also called as machine code or object code Machine language is easier to read because it is normally displayed in binary or hexadecimal form (base 16) form. It does not require a translator to convert the programs because computers directly understand the machine language programs.
The advantage of machine language is that it helps the programmer to execute the programs faster than the high-level programming language.
टिप्पणियाँ