Language of Computer & Translators
Language of Computer & Translators
Binary Numbers
Binary number system was devised by Gottfried Leibniz in 1679
Compiler
A compiler translates the whole program into machine code before
the program is run. It can be difficult to test individual lines of
compiled code compared to interpreted languages as all bugs are
reported after the program has been compiled. Eg: Exe Files