Computer Science, asked by supercar12345667, 6 months ago

Write 3 differences between assembly language and high level programming language.

Answers

Answered by manikyambandi995
0

Explanation:

i hope it helps you

please follow me

and mark me brainlist

Attachments:
Answered by vaishnavijuly2005
2

Answer:

In assembly language programs written for one processor will not run on another type of processor. In high-level language programs run independently of processor type.

Performance and accuracy of assembly language code are better than a high-level.

High-level languages have to give extra instructions to run code on the computer.

Code of assembly language is difficult to understand and debug than a high-level.

One or two statements of high-level language expand into many assembly language codes.

Assembly language can communicate better than a high-level Some type of hardware actions can only be performed by assembly language.

In assembly language, we can directly read pointers at a physical address which is not possible in high-level

Working with bits is easier in assembly language.

Assembler is used to translate code in assembly language while the compiler is used to compile code in the high-level.

The executable code of high-level language is larger than assembly language code so it takes a longer time to execute.

Due to long executable code, high-level programs are less efficient than assembly language programs.

High-level language programmer does not need to know details about hardware like registers in the processor as compared to assembly programmers.

The most high-level language code is first automatically converted into assembly code.

hope it may help you

&

Please mark me as brilliant

Similar questions