The only language that the computer hardware can understand directly & execute directly is Machine Language.
All Other Programming Language needs to be translated into Machine Language for computer to understand.
Machine Code is made up of strings of 1 and 0 (i.e. Binary Digits) which are easily understood by the computers but they are very difficult for Humans.
Above Machine Code looks very much similar to what you must have seen in the movie Matrix.. Right??
All Other Programming Language needs to be translated into Machine Language for computer to understand.
Machine Code is made up of strings of 1 and 0 (i.e. Binary Digits) which are easily understood by the computers but they are very difficult for Humans.
Machine Language (i.e. Strings of Binary Code) |
Machine Codes are different for different types of Computers (Machines)The program instruction you have written in machine code for an IBM mainframe computers will not run on x64 based PC and vice versa.
0 comments:
Post a Comment