Computer Science, asked by zerodown1024, 1 year ago

What is Difference between machine and Assembly language ?

Answers

Answered by mudit11
6
============= Hi there! ============
====== @mudit11 is here to help ========

Here is about the difference:
___________________________________

== ∆ MACHINE LANGUAGE ==========

✓ It is a low level language​

✓ It is written using only two digits: 0 and 1

✓ It is very hard to understand by us but works perfectly with computer

== ∆ ASSEMBLY LANGUAGE =========

✓ It is easier to type than machine language

✓ It uses an assembler program to translate the data in machine language.

✓ It uses certain words and symbols making it easier to understand.

✓ It is abbreviated as ASM

_________________________________

I hope this helps you.
Answered by NehaNagal
0

\huge\colorbox{purple}{Answer}

Machine language is series of bit patterns (that is the binary form) that are directly executed by a computer, whereas Assembly language is a low-level language that needs compiler and interpreter, which converts that language to machine language. And then it could be understood by a computer.

Similar questions