Assembly language is classified as?

Assembly language is a type of programming language that is very close to the hardware of the computer. It is considered low-level because it directly communicates with the system's hardware using symbolic instructions that represent machine-level code.
Unlike high-level languages such... Read More

1 PROGRAMMING MCQS

Assembly language is classified as?

  • High-level programming language
  • Low-level programming language
  • Object-oriented language
  • None of these
Correct Answer: B. Low-level programming language

Detailed Explanation

Assembly language is a type of programming language that is very close to the hardware of the computer. It is considered low-level because it directly communicates with the system's hardware using symbolic instructions that represent machine-level code.


Unlike high-level languages such as Python, Java, or C++, assembly language is not designed for ease of use or readability. Instead, it gives the programmer direct control over the computer's processor. Each command in assembly language usually corresponds to a single machine instruction, which makes it powerful for tasks that need high performance or direct hardware access.

Discussion

No comments yet. Be the first to share your thoughts!

Leave a Comment

More from Programming MCQs