answersLogoWhite

0


Best Answer

two, zero & one

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Why does machine language use binary digits?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What languages do computers understand?

They only understand machine language, which most people associate with binary code. But it's more than just binary digits. A certain sequence of some of them equates to a specific instruction for the CPU to execute. You could see this in assembly language.


What is the readable language to computer?

Computers use machine language, which are coded instructions in binary.


What digits do you use in assembly language?

Most assemblers support binary, decimal, hexadecimal and octal notations.


How many digits are there in the binary equivalent of 56?

56 in binary is 111000. Unlike the decimal number system where we use the digits.


What is the advantages of binary digits over the decimal?

Computers do not understand decimal notation. All information (both instructions and data) must be converted to a binary representation before the machine can understand it. We use the symbols 0 and 1 (binary notation) but the machine has a variety of physical representations it can use to encode binary data, including transistors, flux transitions, on/off switches and so on.


How the AND multiplication different from the ordinary multiplication?

A: Humans use the decimal or the 10 numbers systems since i guess we have ten fingers. And we do the mathematics using the ten digit numbers. Computers use the binary system two digits "0" "1" and it recognizes as true or false that is machine language all the computations are based on these two binary numbers


What happens to binary numbers over 255?

You simply use more binary digits.


What is the difference between high level language and machine language?

The difference between high level languages and machine languages are as follows: 1)Machine language uses binary numbers/codes but high level languages(HLL) use key words similar to English and are easier to write. 2)Machine Language is a Low level language and is machine dependant while HLLs are not.


What language do microchips use?

binary language


What number system does a computer use that is on?

Computers are not smart They only know 0 and 1 or binary states or true or false. this language is known as machine language


How many digits does a binary use?

2 - 0 & 1


How does a computer understand the Filipinos language?

It doesn't. The only language the computer understands is its own native machine code; binary language. We use that binary language to program the computer such that it can translate the high-level human languages that we can understand into the low-level languages that it can understand, and vice versa.