Yes. It only knows of binary. Stuff like 100101010010101010101.
There is a study called Natural Language Processing (NLP) that is a study about how to help the computer understand human languages. The techniques used in the algorithms are still however converted into binary which a computer can understand...so really, anybody researching and making the next generation technology is making the brain of the computer.
To make a not-so-great analogy, a normal human can hear, see, touch, etc...but they won't know they are performing these actions unless the brain knows it is...
It's like NLP is giving the computer a brain. Not at all a perfect analogy but you should get the idea.
I have only a vague understanding of your question, but I'll take it as "why computers can understand language". :P.- they don't-they only seem to cause it was written in their program.if it meant "what language computers understand",-programming language.-go search up wikipedia on this one.
Machine language is something which can be understood by machine(Computer), it can understand only 0 and 1 i.e. the binary code. High level language is something which can be understood by human beings.. for ex... english.
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.
Machine code, assembly language, COBOL, FORTRAN and C. Machine code is the only language that is native to the machine. All others must be converted to machine code.
A machine code program. Machine code is the native language of the machine and the only language actually understood by the machine. However, program instructions can be written using a high-level programming language that the computer can translate into machine code using another machine code program called a compiler.
because computer can only understand the language of machine what we write( either any language) is first converted into machine language by compiler so it is necessary to design a microchip in machine language so that computer can understand what we are trying to ask
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.
I have only a vague understanding of your question, but I'll take it as "why computers can understand language". :P.- they don't-they only seem to cause it was written in their program.if it meant "what language computers understand",-programming language.-go search up wikipedia on this one.
Machine language is something which can be understood by machine(Computer), it can understand only 0 and 1 i.e. the binary code. High level language is something which can be understood by human beings.. for ex... english.
A computer doesn't actually understand any language, it just processes binary numbers.
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.
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.
Machine code, assembly language, COBOL, FORTRAN and C. Machine code is the only language that is native to the machine. All others must be converted to machine code.
To learn computer language you have to learn the machine specification. Every machine type has its own native language specification, so learning one computer's language won't help you learn the language of a different machine type, in the same way that learning French won't help you learn Mandarin or Russian. However, a high-level language makes use of high-level abstractions to provide a language that is common to all machine types; the language interpreter handles the low-level machine details so we can write our code in universal terms rather than in terms that only one specific machine type can actually understand.
we need language translator in a systerm software because computer cann't understand our language .Therefore translator converts high level language into low level languange &viceversa as computer can only understand in banary format. we need language translator in a systerm software because computer cann't understand our language .Therefore translator converts high level language into low level languange &viceversa as computer can only understand in banary format.
Actual Machine level language is binary language, which contains only '0' & '1 ' and it's the extreme besic of a computer's instruction. Then comes low level language, like assembly language and so on.
A machine code program. Machine code is the native language of the machine and the only language actually understood by the machine. However, program instructions can be written using a high-level programming language that the computer can translate into machine code using another machine code program called a compiler.