What is Machine Language in Computer Programming

Comments
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.

Learn_programming_for_free_FreshersTalent_FreshersJobs
Machine Language (i.e. Strings of Binary Code)
Above Machine Code looks very much similar to what you must have seen in the movie Matrix.. Right??
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