answersLogoWhite

0

Is the computer works only in binary level language?

Updated: 8/17/2019
User Avatar

Wiki User

14y ago

Best Answer

For most digital computers at the lowest level, they work in binary. Experimental multilevel computers have been built and analogue computers don't work in binary.

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Is the computer works only in binary level language?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Which part of the computer changes the human language into the computer language?

When a user types on a computer, you can see the words appearing on screen. How it works is a binary code is saved in change key on the keyboard, so if you press S = 01010011 and a small s = 01110011. Here is my name in binary coding = 0101001101101000011000010110111001100101. The motherboard will process this.


How software works?

In order to understand how software works, you must first understand how computers "think". Computers think using a system of 1's and 0's in order to represent numbers, letters, and instructions from a program. This is called machine code, or binary. Machine code is the "native" language of a computer, as it is the only language the computer can understand. Every internal instruction inside the computer is written in machine code. In order for software to "work", a programmer must first specify the instructions needed in order to make it function properly. These instructions are usually written in a high-level programming language such as C++, which has a high level of abstraction, or a low-level programming language such as assembly language, which has a low level of abstraction. Either way, the computer cannot directly interpret these instructions by themselves, so the programmer converts them into machine code using a program called a compiler. After the program is developed by the programmer and compiled into machine code, the computer can now understand the instructions inside the program and executes them. For instance, the string of binary 1011001 might add the number 1 to a special purpose register. There is a lot more information on how software works and this is just the basics.


Why be need octal and hexadecimal in the computer?

The reason is computer language at that time was the binary number system which means computer language or computer understandable language .so now the new technology mission is to make the computer brain from the computer language to human understandable language .especially all analogy circuit shuold be change to the digital circuit or digital electronics from the analogy electronic. binary numbers are so difficult to understand by human but machine understand them. human can understand the both hexadecimal and octal numbers than binary. the brain of computer is not like the brain of human so by that way, unless the computer brain shuold look like human brain i means to think and do all things after the decission about all kind of problem. it can be possible whenever the computer understand the higher language without converting to machine language. computer can be work accurately if that problem can be solve. the computer specialists work hard to change the words or language of the machine to the human understandable language. the octal decimal and hexadecimal numbers are understand by human, and store more data or more million of byte than binary numbers .the computer now can be advance unless the machine language change to the higher language not involving of the converter devices. by tut lam ANSWER SIMPLY PUT A BINARY OF DIGITAL 16 IS 1111THAT IS WHAT COMPUTER WORKS WITH AND UNDERSTAND. A BIGGER NUMBER1000101110001 BECOMES UNFRIENDLY TO US OCTAL WILL BE 16501 IN HEX IT BECAME 1711 BASICALLY OCTAL ARE 3 GROUP HEX 4 GROUP OF NUMBERS


What are the two numbers that a computer can read?

A computer works in binary, meaning that a computer interprets everything as simply 'on' or 'off', and recognizes two numbers: zero and one.


Why digital computer works binary?

because a computer Component can only Communicate in Power on (1)Power off (0) otherwise it is a quantum computer and there is no sutch thing.


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.


What language does the computer use and understand?

Dual system 1 and 0 It can also depend what you mean by computer, and how deep you want to go. You can make a "Computer" with wood and strings, as proven by the Jaquard Loom. Hardware is key, no matter how basic. So, in theory (i guess) the Basic Language would be how the computer...works! If you want to go to the very basics.


Why is the binary system so fundamental to modern computing?

The way a computer works is there are transistors in the computer chips, the transistor controls the flow of power much like a light switch.the transistors can be on or off, and that is why binary is key because your computer is made up of 1s and 0s or on and off or true or false.


Why Low level languages are called Low level?

It's a "low level" language because it works at the machine level, while higher level languages are built on top of it.


What would you call a device that works with binary data?

Digital Data is data that is stored in binary, and a Digital Device is any device that works with binary data


What are the basic principles on which a computer works?

On the basis of working principle computer are classified in to three types Ana log computer.


How does programs works in a computer?

Computer programs are usually made with a programming language such as Microsoft C++. A ton of coding goes into a single program