Chapter 3: Working of Java Welcome back 😁! You must have come across words like compiler, interpreter. If not, these are the ways a program written in a programming language is translated into Binary digits( 0 and 1 ) to make the computer understand what to do, since Binary is computer's native language . The programming languages that we use are designed to give commands to the computer in a systematic manner, and to convert it into an even lower language - Binary. For more information on binary numbers and how computers interpret binary, give a visit to https://www.freecodecamp.org/news/binary-definition/ . Now that we know that we need to translate our thoughts into a programming language, and the program(implemented thoughts) written in that programming language is translated into Binary form. Let's understand how it's done. We translate our thoughts into programming language by learning both - our native language and a programming language understood by the computer...
Appreciates
ReplyDelete