India Languages, asked by ishaprasad2098, 10 months ago

wrike short note on:
a. Assembly Language
b. Machine Language

Answers

Answered by Anonymous
1

In computer programming, assembly language, often abbreviated asm, is any low-level programming language in which there is a very strong correspondence between the instructions in the language and the architecture's machine code instructions.

In computer programming, machine code, consisting of machine language instructions, is a low-level programming language used to directly control a computer's central processing unit

Answered by ananditanunes65
1

Answer:

a. An assembly language is a low-level programming language designed for a specific type of processor. It may be produced by compiling source code from a high-level programming language (such as C/C++) but can also be written from scratch. Assembly code can be converted to machine code using an assembler.

b. Machine language, or machine code, is a low-level language comprised of binary digits (ones and zeros). High-level languages, such as Swift and C++ must be compiled into machine language before the code is run on a computer. Since computers are digital devices, they only recognize binary data.

Hope this helps you

Please mark as brainliest

Similar questions