This document discusses different levels of programming languages and their uses. It explains that assembly language sits between low-level machine code and high-level languages, is translated into machine code by assemblers, and is used for real-time applications like controls and communications. It also provides examples of applications that use assembly language across various industries like consumer electronics, military, and internet of things.
5. ASSEMBLY LANGUAGE MACHINE CODE
Used by real time
applications.
Understood by
programmers
Consists a set of
standard instructions.
Syntax similar to
English language.
Used by CPU directly.
Understood by CPU.
Varies with change in
platform or OS.
Consists of binary
0 and 1.