What is assembly language ? Explain advantage of assembly language or machine language
Answers
An assembly language is a a low-level symbolic code converted by an assembler.
Advantages Assembly Language:
1.The symbolic programming of Assembly Language is easier to understand and saves a lot of time and effort of the programmer.
2.It is easier to correct errors and modify program instructions.
3.Assembly Language has the same efficiency of execution as the machine level language. Because this is one-to-one translator between assembly language program and its corresponding machine language program.
An assembly language is a type of low-level programming language that is intended to communicate directly with a computer's hardware. Unlike machine language, which consists of binary and hexadecimal characters, assembly languages are designed to be readable by humans.
Advantages
- It allows complex jobs to run in a simpler way.
- It is memory efficient, as it requires less memory.
- It is faster in speed, as its execution time is less.
- It is mainly hardware-oriented.
- It requires less instruction to get the result.
- It is used for critical jobs.
- It is not required to keep track of memory locations.
HOPE IT HELPS
PLEASE MARK ME BRAINLIEST ☺️