what is assembly language in short ans
Answers
Answered by
3
Answer:
An assembly language is a programming language that can be used to directly tell the computer what to do.
Answered by
0
Answer:
An assembly language is a type of low-level programming language that is intended to communicate directly with a computer's hardware. Unlike machine language, which consists of binary and hexadecimal characters, assembly languages are designed to be readable by humans.
Programming this way is more convenient and makes programs easier to read at the sacrifice of low-level control. Programs written in high-level languages never match the raw speed and efficiency of programs written in assembly. Examples of high-level languages include Python, Java, JavaScript, Clojure, and Lisp
Similar questions