Computer Science, asked by zoellasantos028, 4 days ago

1. What is the similarity between Machine Language and Assembly Language?

2. What is the similarity between Machine Language and High Level Language?

3. What is the similarity between Assembly Language and High Level Language?

Answers

Answered by PeachyMoon
0

Heya!!

Answer:

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.

Similar questions