The programming language are as:-
1. Machine language
2. Assambly language
3. High level language
1. Machine language:- The machine language is the language directly understaude by the computer. The another words the binery language (The language of 0 and 1) is the machine language any  information or instruction of 0 and 1. The simple zero stands for the apsence of electric puls, and one stands for the present of the electric puls. As a computer is able to recognize the presence or absence of an electronic puls. It is able to understand the machine language for example:- A sequence of zero and one such as 01110001 has a spacific mini for a computer. Allthough it way appear as an ordinary binary number to us.
Advantage of machine language:-
1. Machine language highly suited for small computer having limmited memory.
2. Programming in machine language is quite effcient as a programming in machine language takes short time for exicution then a programming written in other languages.
3. In machine language no translation is requered the code written in is writen form is sent to CPU for its execution.
 Disadvantage of machine language:-
1. All instruction are to be written in numerical form and that to in binery. The number form of instruction is diffcult to remember and leads to error.
2. The parsts of previously written programming in machine language can not be used in new program. The machine language is machine depended for diffrent computer have diffrent machine language. This case is a great difficulti because a program written is a perticuler computer.
2. Assambly language:- Machine language is very diffical write and interfere. This difficulty was remove by assambly language. The resons of number in machine language are replaced by letter symbols called as mnemonics. Human programs does not need to remember the lengthy binary or digital. To write program they short remembre these mnemonics for example:- The lengthy seconse of 0 and 1 for subregting to number can be representer by word sub, those the language with substution the letter and symbol for the number in the machine language is called assambly language. Now assambly language uses latter and symboles but computer understand machine language a translater is needed in this staze. The translater is called as assambly language. And assambler is a system from which assambly is program writen is into machine language by assambly is called object program.
 Advantage of assambly language:-
1. Assambly language is easy to understand and use.
2. Program commit less error in assambly programming.
3. Assambly language program are error the program writen is a sub is known as source program and the program that has been converted into machine language.
➡ Disadvantage of assambly language:-
1. Each instruction of assambly language is transleted into exactly one machine language instruction. These assambly language are also machine depended language.
2. Allthough the hardware knowlage depented is redused by assambly language to compare to machine language.
3. A program written in assambly language is less efficent compare to machine language.
3. High level language:- High level language is similer to our english. Many high level language have been developed in the direction layed down by Amarican national stands institute
(ANSI). High level language are batter understand by the programe but not by the computer. These language inable the programme to write the instruction using english words and families.
               Mathamatical symbols it becomeseasier for the programme to concertate on the ligic of the programme. High level language does not used mnemonics Each instruction. The translation is done by some special system software. A high level language are also known as problem orientels language. High level language are easier to learn and write as compared to machine and assambly language.
Some high level language are as:-
1. FORTREN
2. COBOL
3. BASIC
4. PASCAL
5. VISIEAL BASIC
6. JAVA
7. FOX PROGRAMME.
➡ Advantages of high level language:-
1.The biggest advantages to high level language ages is that thry are machine depended a programme written for some particular computer can be used on another computers with few modifications.
2. These language are vety much similer to othet human language they uses some letters and symbols hanse they are easy to learn.
3. Programme written in high level language are easyer to mainten then other language.
4. The number of instruction for a particuler programme are very much use then assambly and machine language.
➡ Disadvantage of high level language:-
1. A programme written in hih level language takes more time to learn and required more main storage.
2. Because automatic feature of high lavel language is always equle and not under control.