How do computers understand the programs? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

How do computers understand the programs?

8th Feb 2017, 11:20 AM
Alok pandey
Alok pandey - avatar
6 Answers
+ 2
Compilers translate the code you write into machine code
8th Feb 2017, 11:22 AM
Zilvinas Steckevicius
Zilvinas Steckevicius - avatar
+ 2
Computer uderstand the machine code....A special hardware is design or combination of adder ,intregrater... etc are made ..this Machine code signal which subroute by Cpu.......and programming language converted into Machine code...Using compiler Nd interpreter(java) ,compiler(c/cpp), interpreter only (Python)
8th Feb 2017, 11:28 AM
Shreyance Gupta
Shreyance Gupta - avatar
+ 1
the computer enterprets the programming language you are using and converts it into binary (0's and 1's) and executes it in the program you are trying to run it in
8th Feb 2017, 11:23 AM
Oliver East
+ 1
what we know and speak is the high level lannguage(e.g-English). But computers only understand the machine language which is in the form or either 0(false/not) or 1(true/yes). we can't understand the complex maching language that computer know. So we use interpreter or assembler or compiler in which we write some code and they transform it into machine language which is further processed by the computer!
8th Feb 2017, 11:30 AM
khushwant soni
khushwant soni - avatar
+ 1
A compiler or interpreter converts the codes to machine language and then the computer understands it
9th Feb 2017, 5:01 PM
Ms Arnold
Ms Arnold - avatar