You are on page 1of 3

LOW LEVEL LAGUAGE HEIGH LEVEL

LAGUAGE

MACHINE ASSEMBLY GENERAL SPECIFIC


LANGUAGE LANGUAGE PURPOSE TASK
Machine language – (When it was invented and in
which machine it was used
first?)--------------------------------------------------

1. It’s the one of computer language which directly understood by the


computer.
2. It is considered the first programming language.
3. The codes written in Machine Language no need to be translate
because it already in binary forms (0 & 1).
4. Program written in Machine Language is very much difficult. So it’s
used in earliest machine and computer.
5. Now days no buddy used Machine Language to write any program. So
many drawbacks of Machine Language so programmer faced lot of
problems like program was very large and earliest computing devices
has less memory spaces. So programmer couldn’t do several tasks
simultaneously.

6. It is machine independent

Bullet points ---


 Machine independent.
 No need to be translate (already in 0&1)
 First programming language

Assembly Language – (When it was invented?)-------------


1. It’s is considered the second generation language.
2. Programmer develop Machine Language into Assembly
Language to overcome the drawback of Machine Language.
3. In Assembly Language instead of binary code here used the
words and symbols which are called mnemonics.
4. Programmer need to know lot of mnemonics due to this error
can be occurred.
5. Assembly language is machine dependent which means
program of one computer can’t be run in other computer
with different hardware configuration.
6. Program written in Assembly Language need to be changed in
Machine Language which is done by Assembler.
7. Assembly language is very much reliable than machine
language but it has also some demerits like that programmer
need to be learn lot of codes (mnemonics) and also have the
knowledge of hardware.
Bullet points ---
 Machine independent
 Need to change in Machine Language (done by assembler)
 Used mnemonics instead of binary (0&1)
 Second generation language
 Ctrl + w close the document
 Ctrl + o open the document

You might also like