Multiple choice technology mainframe

Assembly langauage is classified as

  1. High Level Language

  2. Low Level Language

  3. Mid Level Language

  4. None of the Above

Reveal answer Fill a bubble to check yourself
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.