ASSEMBLY LANGUAGE PROGRAMMING
ARCHITECTURE OF 8085
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
|
Difficult to understand
|
|
Long and difficult
|
|
slow to key-in to the computer due to the input one bit by one bit at a time
|
|
did not specify the tasks we perform require a computer
|
Detailed explanation-1: -It is machine dependent i.e. it differs from computer to computer. It is difficult to program and write. It is prone to errors • It is difficult to modify. It is a low level programming language that allows a user to write a program using alphanumeric mnemonic of instructions.
Detailed explanation-2: -Ultimately, the source code of every human-readable programming language must be translated to machine language by a compiler or an interpreter, because binary code is the only language that computer hardware can understand. Each CPU has its own specific machine language.
Detailed explanation-3: -Machine languages are so closely related to the structure of a particular computer that they are said to be machine dependent. Programs written in machine language are not portable, that is, they may not be run on other computers with different machine languages.
Detailed explanation-4: -The process of generating binary codes is very time consuming. There is always a chance of making mistakes during the conversion into binary codes. It is a machine-dependent language.