Computer Science, asked by piduguaswini9, 6 months ago

explain machine language and assembly language high level languages​

Answers

Answered by Anonymous
1

Explanation:

Difference Between Machine Language and Assembly Language

Machine language is the low level programming language. Machine language can only be represented by 0s and 1s. In earlier when we have to create a picture or show data on the screen of the computer then it is very difficult to draw using only binary digits(0s and 1s). For example: To write 120 in the computer system its representation is 1111000. So it is very difficult to learn. To overcome this problem the assembly language is invented.

Assembly language is the more than low level and less than high-level language so it is intermediary language. Assembly languages use numbers, symbols, and abbreviations instead of 0s and 1s.For example: For addition, subtraction and multiplications it uses symbols likes Add, sub and Mul, etc.

Assembly and machine language

Below is a table of differences between Machine Language and Assembly Language:

Machine Language Assembly Language

Machine language is only understand by the computers. Assembly language is only understand by human beings not by the computers.

In machine language data only represented with the help of binary format(0s and 1s), hexadecimal and octadecimal. In assembly language data can be represented with the help of mnemonics such as Mov, Add, Sub, End etc.

Machine language is very difficult to understand by the human beings. Assembly language is easy to understand by the human being as compare to machine language.

Modifications and error fixing cannot be done in machine language. Modifications and error fixing can be done in assembly language.

Machine language is very difficult to memorize so it is not possible to learn the machine language. Easy to memorize the assembly language because some alphabets and mnemonics are used.

Execution is fast in machine language because all data is already present in binary format. Execution is slow as compared to machine language

Answered by lovingheart
0

Machine language is the computer language (ie, binary 1's and 0's), Assembly language is the low level programming language and high level language is the machine independent language.

Explanation:

  • Without using of translation programme, the computer understands the machine language.
  • A programer needs to write numeric codes for the instruction and storage of data.
  • For instruction, instead of numeric codes, the programer needs to write alphanumeric mnemonic codes.
  • A translator is needed to convert the assembly language into machine language.
  • Translator also known as assembler.
  • Assembler is computer programme.
  • First high level languages was COBOL, it is used for business.
  • A compiler is needs to translate the high level programing languages into equivalent machine languages.

To Learn More...

1.Explain the difference between assembly and high level language

https://brainly.in/question/3329636

2.Differences between machine language assembly language and high level language in a tabular form

https://brainly.in/question/1425973

Similar questions