MICROPROCESSOR AND MICROCONTROLLER

ASSEMBLY LANGUAGE PROGRAMMING

ARCHITECTURE OF 8085

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
CHOOSE the best to represent Machine Language
A
Programmers need to know specifically the architecture of CPU
B
Middle Level Language
C
Program written in any other language must be translated to binary representation of instruction before they can be executed by computer.
D
Strings of numbers or binary codes (0 or 1)
Explanation: 

Detailed explanation-1: -Machine Language (low level language) The machine language contains only two symbols 1 & 0. All the instructions of machine language are written in the form of binary numbers 1’s & 0’s. A computer can directly understand the machine language.

Detailed explanation-2: -Answer: Binary (or base-2) a numeric system that only uses two digits-0 and 1. Computers operate in binary, meaning they store data and perform calculations using only zeros and ones. A single binary digit can only represent True (1) or False (0) in boolean logic.

Detailed explanation-3: -A switch that is “on” or “closed” passes electrical signal through it, while a switch that is “off” or “open” blocks that signal. Computer Scientists represent an “on” switch with a 1 and an “off” switch with a 0.

There is 1 question to complete.