8085 MICROPROCESSOR
FEATURE OF 8085
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
|
Machine language
|
|
Application software
|
|
System program
|
|
All of the above
|
Detailed explanation-1: -Machine code, also known as machine language, is the elemental language of computers. It is read by the computer’s central processing unit (CPU), is composed of digital binary numbers and looks like a very long sequence of zeros and ones.
Detailed explanation-2: -Machine code, also called machine language, is software that is executed directly by the central processing unit (CPU). Machine code is CPU dependent; it is a series of 1s and 0s that translate to instructions that are understood by the CPU.
Detailed explanation-3: -Machine language is the only language a computer is capable of understanding. Computer programs are written in one or more programming languages, like C++, Java, or Visual Basic. A computer cannot directly understand the programming languages used to create computer programs, so the program code must be compiled.
Detailed explanation-4: -Machine language is a language of 0s and 1s, computers only understand the language of 0s and 1s. Hence, Machine Language is the only language computers understand and any high-level language needs to be converted into machine language for the computer to understand.