What is Machine Level Language?
Summary of Lower Level Languages:
1.
Machine code is the only language
a microprocessor can process directly without a previous
transformation.
2.
Currently, Programmers never write
programs directly in machine code, because it requires
attention to numerous details which a high-level language would handle
automatically.
3.
Low Level Language Requires
memorizing or looking up numerical codes for every instruction
that is used.
4.
For this reason, second generation
programming languages provide one abstraction level on top of the machine code.
Summary of Lower Level Languages:
Low level languages
are Machine Understandable, difficult to write, requires more efforts to code
and debug.
No comments:
Post a Comment