Assembly langauage is classified as
-
High Level Language
-
Low Level Language
-
Mid Level Language
-
None of the Above
B
Correct answer
Explanation
Assembly language is classified as a low-level language because it provides minimal abstraction from the computer's instruction set architecture. Unlike high-level languages which use human-readable syntax and complex abstractions, assembly language uses mnemonic codes that directly correspond to machine instructions, requiring programmers to manage hardware details like registers and memory addresses.