answersLogoWhite

0


Best Answer

first there are ascci codes for every key word & character. when you press any key it means you have press specific ascci code for that character.

example: if you press 1 its ascci code is 48. so the no 48 will get converted to binary by using of universal gates and encoder, and it will get stored in the ram. then by using decoder and logic gates it again get converted in to human language.

harsheet147@gmail.com

User Avatar

Wiki User

11y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

11y ago

"Binary code" is just a fancy label for a method of writing numbers.

All you have to do is assign a number to each letter, and then you can

send any text you want to, in the form of a string of numbers.

If you also remembered to assign a number to each punctuation mark,

then you can make the text look very pretty.

When you have nothing else to do and you're just Surfing around the internet,

do a search for "ASCII character code", and you'll see how numbers have been

assigned to letters, punctuations, digits, and a bunch of other symbols.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do computers translate human language to binary code?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

Why do computers work with bits rather than decimal digits?

Ever wonder what the real numbers are? Numbers are artificial things invented by human, and the same applied to computers. So, the inventors of computers storing human readable numbers (decimal, Roman numerals, etc...) as computer readable numbers (binary). Binary fit very well with the electrical pulses (on and off, as 1 and 0)


Is binary code the source code?

No. In short, binary code is the code your computer executes, it can be in many forms, ranging from bytecode, which must be interpreted, but is pre-compiled to machine code, which is directly run by the system, and is generally specific to a particular system. Source code is the code of the program, as written by the programmer. It is written in a language that can be translated into instructions understood by computers. Most of the times, binary code is not easily human readable whereas source code is.


Why do need translate a program written a high level language into machine language?

the reason why we translate is that source code may be in assembly( low level language) or high level language and the only language computer understand is 0s and 1s which is binary code so the program written in either assembly or high level language must be convert or translate to binary and program written in HLL are in English form while the assembly are equivalent machine language.


7 Why is binary code suitable for use with computers?

Binary is well suited for computers because it only needs two symbols to represent numbers a 1 and a 0. In a computer a circuit can be in 2 states on and off hence in the simplest implementation"on" represents a 1 and "off" a 0.


What makes the binary system so applicable to computer circuits?

Binary is the simplest way to implement operations and information in a computer system. However, It is not the only way. But because of the nature and simplicity to switch electricity on and off it is a natural for computers. Computers speak only one language which is composed of two sylables, namely "on" and "off". This is just like your light switch on the wall. Computers are made up of millions of switches. This complexity allows logic functions, similar to human thought, to be performed. This manifests as a very impressive operation only because a computer operates at such fast speeds.

Related questions

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.


Why computer using Binary?

It is easier to design circuits that reliably identify 2 different voltage or current levels than to design circuits that reliably identify more. That having been said, there have been a few (mostly experimental) computers that use ternary instead: each signal in the machine is in one of 3 states (e.g. +V, 0V, -V) representing the values 0, 1, or 2. One such computer was Setun developed in the USSR in 1958.


What is computer language and what are its uses?

A computer Language is the code we use to make computer understand what we want it to do. Its an Instruction set given to computer to perform some task. A computer does understands only one langue (native one) which is Binary 0 or 1 (or simply say ON or OFF) but since human are barely able to understand this language so they use interpreter that translate the code written in a language close to human being and converts it to machine code to it to understand and execute. Reverse Process is done to get the results back to humans. Such Languages are: Native: Binary (0,1) Low Level: Assembly C Intermediate: C++ High Level: C#, VB, ASP, JAVA, Python, PHP, Pearl, JASON, JavaScript, HTML, CSS, F#, Ruby ..... etc.


Can you create a language converter gadget that is worn on the ears with the voice the same as the speaker's but the language heard is the listener's and not the speaker's?

This idea has been around for a long time, e.g. in Star Trek it is called the "universal translator." Realistically, however, computers will never be able to translate human language accurately--apart from carefully selected or engineered phrases--because human language is too complex, dynamic, and changing.


What code do computers use?

Computers Use Machine Language, which a normal person can't understand If you want to understand then you have to uncderstand that machine language into Human Language, they used Language Like C+++ for writing any program.


Do Computers have languages so that people can program them to perform certain tasks and functions?

Yes, computers have languages that they communicate with us and each other in. There are thousands of different computer languages written for different purposes with different complexities. The simplest language computers communicate in is binary, ones and zeros, which can be compared to humans using morse code to communicate. It is very simple, but it is hard for humans to understand. The next step up is called assembly language which could be compared to speaking only in slang, still hard for all except a few humans to understand. The computer has to use a program to translate the assembly language into binary to understand what to do. There are lots of intermediate languages that still use some slang, but allow the programmer to combine several actions in one command. As computer languages have become more complex so humans can understand and program them easier, the computer has to do more work to translate, but is much faster at it than we are. There are programing languages now that allow a human to say what they want the computer to do and the program writes the code that the computer needs to use to do what was requested. This makes it very easy for us to communicate to computers to get them to do what we want. Computers still use binary and lower level languages to communicate with each other as they understand it and have to do less work to accomplish what is desired.


Computers have languages so that people can program them to perform certain tasks and functions.?

Yes, computers have languages that they communicate with us and each other in. There are thousands of different computer languages written for different purposes with different complexities. The simplest language computers communicate in is binary, ones and zeros, which can be compared to humans using Morse Code to communicate. It is very simple, but it is hard for humans to understand. The next step up is called assembly language which could be compared to speaking only in slang, still hard for all except a few humans to understand. The computer has to use a program to translate the assembly language into binary to understand what to do. There are lots of intermediate languages that still use some slang, but allow the programmer to combine several actions in one command. As computer languages have become more complex so humans can understand and program them easier, the computer has to do more work to translate, but is much faster at it than we are. There are programing languages now that allow a human to say what they want the computer to do and the program writes the code that the computer needs to use to do what was requested. This makes it very easy for us to communicate to computers to get them to do what we want. Computers still use binary and lower level languages to communicate with each other as they understand it and have to do less work to accomplish what is desired.


Why do computers work with bits rather than decimal digits?

Ever wonder what the real numbers are? Numbers are artificial things invented by human, and the same applied to computers. So, the inventors of computers storing human readable numbers (decimal, Roman numerals, etc...) as computer readable numbers (binary). Binary fit very well with the electrical pulses (on and off, as 1 and 0)


Why can't computers understand language?

The question is far too vague. What do you mean "understand and use the human language"? for what? Do mean can it respond to and speak human language? yes if its got the proper software that enables it to or are you talking about giving it commands by typing them in human natural language? That would be no because if you're typing a command in "human natural language" (which is what we all do) - automatically the computer translates the command into a binary language which it then processes according to the command its given. If this is not what you meant then you must be less vague in your questions. Ask the question again and be very clear and specific about what you mean.


Is binary code the source code?

No. In short, binary code is the code your computer executes, it can be in many forms, ranging from bytecode, which must be interpreted, but is pre-compiled to machine code, which is directly run by the system, and is generally specific to a particular system. Source code is the code of the program, as written by the programmer. It is written in a language that can be translated into instructions understood by computers. Most of the times, binary code is not easily human readable whereas source code is.


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 gives the computer' system its intelligence?

this is kind of a tough question to answer. In essence, computers are just stupid lumps of hardware until software is added. a computer can turn on, but can never actually do anything until the software tells it what to do. the software is written by a human, in a coding language. coding languages such as c#, c++, .net, etc. are human readable coding languages. after the code is written, software called a compiler puts it all together so to speak, and turns it into a language the computer can handle (binary). so, essentially a computers intelligence is the product of collective programmers intelligence.