00:01
Hello students, as the statement is false, whereas the assembly language is not directly understood by the computer, instead it serves as an intermediate representation between the human readable code and the machine code.
00:18
So first it goes with the assembly level language.
00:22
So wait, how it works? so assembly level language is the lower level language that uses the mnemonic code and a symbol to represent the machine level instruction.
00:36
So each mnemonic corresponds to a specific machine level instruction.
00:40
The next comes is the assembly level language code.
00:44
Assembly language code.
00:51
So the programmers write the code in an assembly language, making it more human readable than the raw machine code.
00:58
However, it's still a relevant low level and closely related to the architecture of the computer cpu.
01:05
The next come is the assemblers.
01:08
As the assemblers.
01:10
Wait, the assembler is a software tool that translates the assembly language code into the machine code.
01:16
So it performs the one to one mapping of an assembly instruction to the corresponding machine instruction.
01:23
And then comes the machine code...