answersLogoWhite

0

What else can I help you with?

Continue Learning about Engineering

What are the five examples computer language?

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.


What language can a computer always understand?

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.


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.


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 Programming languege and why we use programming languege andexplain it?

A computer can do many different things, depending on the program provided to the computer. The program is a list of instructions.Rather than learn the "machine language", which is the underlying instructions the computer can execute, nowadays people usually program in a "programming language", which is closer to a human natural language, usually English. The instructions in this programming language are then converted into machine language, by programs specifically designed for that purpose (assemblers, compilers, and - in a way - interpreters). Writing in a programming language is much easier than learning the machine language.

Related Questions

Why machine language is use while designing a microchip?

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


What is machince language in computer?

Machine language is a high level language and that laguage is understand by the computer.


What are the five examples computer language?

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.


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.


Which language is understood by digital system of computer and how computer translate?

They understand machine code, i.e. Binary Digits.


High level to Machine level language is converted using?

high level language is converted to machine level language using a compiler or an interpreter


What is computer and applications of computer system?

computer is electronic machine which understand binary language & the set of logical instruction is called program or application


What language can a computer always understand?

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.


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.


How can text be converted into a language that computers understand?

Source code is translated into machine code by an interpreter, a compiler or an assembler, depending on the language that was used to write the source code.


American standard for information interchange ASCII?

ASCII is code in which computer programs are written . it is the computer machine language.if write a program in any computer language thaen it will be converted in this code.


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.