what is assembly language and high level language
Answers
☆ Assembly Language ☆
It enable a programmer to use name instead of numbers. This language uses mnemonics codes or symbols in place of 0's and 1's. Instead of remembering the exact memory location where data and instructions are stored, symbolic memory addresses are used for data.
Since the computer can only understand the machine, assembly language programs have to be converted into machine language. Translator programs known as Assemblers where developed to convert the assembly language program into machine language.
☆ High Level Language ☆
A High Level Language can be understood by human easily as compared to Machine language and Assembly language. The restrictions in the uses of Machine and Assembly languages prompted people to develop a language with the following features :
(i) Simple and user friendly language.
(ii) Language which is machine independent.
Owning to the above features it become easier to learn and use the computer languages. A large number of people started writing computer program using this languages.