Skip to main content

Posts

Showing posts with the label programming

3- Its simple but complicated

Confused with the title, right? Here, let me help you. What in this world seems to be very simple but actually is very complicated? The answer should be CODING or PROGRAMMING. Have you ever wondered what actually programing is? Instructions that have been converted into machine language that the computer understands are called machine code or executable code. Writing those executable codes is called as programming. The computer or any electronic devices understands the language of 0's and 1's (Binary code). The programming languages were designed to make the human works more easier in terms of the quantity of energy that was consumed. But as the time moved, the larger codes were unable to be written in binary just because of its far-flung lines. The binary was later updated to the octal-code, hexadecimal code, gray code and many more. But still the working was not up-to the expectations and the requirements were not fulfilled. Hence, there was the need of some ...