ASSEMBLY LANGUAGE PROGRAMMING
ARCHITECTURE OF 8085
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
|
Low Level-machine language
|
|
Middle Level-assembly language
|
|
High Level-high level language
|
|
Intermediate Level-middle language
|
Detailed explanation-1: -Answer: Low-Level language is the only language which can be understood by the computer. Low-level language is also known as Machine Language.
Detailed explanation-2: -Machine language gives instructions as 0’s and 1’s and is the only language that the computer understands.
Detailed explanation-3: -Languages like FORTRAN, C, C++, JAVA, Python, etc., are examples of high-level languages.
Detailed explanation-4: -Assembly languages are considered a low level language, while high-level languages such as C, Java, or Python use 0’s and 1’s instead of numbers, symbols, and abbreviations.
Detailed explanation-5: -Machine-level language is a low-level language that deals with 0s and 1s whereas assembly-level language lies between low-level language and high-level language, it is more of an intermediary language.