answersLogoWhite

0


Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: What refers to the machine language which is all 1s and 0s?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

What is machine language?

usually computers uses 0s and 1s as the means of their instructions. may be in some computers 01010 indicates addition, 01011 indicates subtraction and vice versa.ultimately when we write our program in high level languages such as c or c++ they have to be converted into 0s and 1s or machine language to be executed by the system.


Which programming language uses a string of 1s and 0s?

You, as a programmer, can use a string with 1s and and 0s (or any other content) in each and every programming language.


How does a high level language relate to the microprocessor's instruction set?

Generally speaking, it doesn't relate at all. If it did, it wouldn't be high-level, it would be machine-dependent. The relationship between the high-level code and the machine-code is ultimately determined by the language translator (compiler and/or interpreter) but, unlike assembly language which maps 1:1 with the microprocessor instruction set, compilers and interpreters are code generators and there is seldom a 1:1 relationship between the high-level source code and the machine code.


Difference between all mll and hll?

HLL is what we humans use. Its full name is High Level Language. MLL is what machines use. Its full name is Machine Level Language. The difference is, HLL is our language (e.g English) and MLL is machines language (binary code) Binary code is 0s and 1s so "A" could be 010 in MLL. MLL is understood only by the computer and not humans


Changing computer language of 1's and 0s to characters that a person can understand is?

decode

Related questions

How does c program works?

Actually computer does not understand any high level language. it understands only 1s and 0s i.e what we call machine language. So the high level language needs to be translate into machine language which is done by the compiler It doesn't work in itself, it has to be translated to machine code, that's what you call compilation.


Is machine code and machine language means the same?

Sometimes it means different things. People use machine code for sequence of 0s and 1s, and assembler is usually called machine languages. But for the most part people use these two phrases interchangeably.


What is machine language?

usually computers uses 0s and 1s as the means of their instructions. may be in some computers 01010 indicates addition, 01011 indicates subtraction and vice versa.ultimately when we write our program in high level languages such as c or c++ they have to be converted into 0s and 1s or machine language to be executed by the system.


What is the language of 0s and 1S?

The language of 0s and 1s is called binary which is internally used by the computer system for performing different activities. The other levels of languages such as high level languages, assembly language are internally converted into binary language for the processing by the computers.


Which programming language uses a string of 1s and 0s?

You, as a programmer, can use a string with 1s and and 0s (or any other content) in each and every programming language.


Are 1s and 0s digits of binary language?

Yes.


How does a high level language relate to the microprocessor's instruction set?

Generally speaking, it doesn't relate at all. If it did, it wouldn't be high-level, it would be machine-dependent. The relationship between the high-level code and the machine-code is ultimately determined by the language translator (compiler and/or interpreter) but, unlike assembly language which maps 1:1 with the microprocessor instruction set, compilers and interpreters are code generators and there is seldom a 1:1 relationship between the high-level source code and the machine code.


Which programming language consists entirely of 0s and 1's?

Binary


Difference between all mll and hll?

HLL is what we humans use. Its full name is High Level Language. MLL is what machines use. Its full name is Machine Level Language. The difference is, HLL is our language (e.g English) and MLL is machines language (binary code) Binary code is 0s and 1s so "A" could be 010 in MLL. MLL is understood only by the computer and not humans


Changing computer language of 1's and 0s to characters that a person can understand is?

decode


Who proved machine capable of processing a stream of 1s and 0s was capable of solving any problem?

davros


How exactly does a computer understand machine language?

You must learn it. You can search for keyword : Assembly.