BASICS OF PROGRAMMING Edition 1
BASICS OF PROGRAMMING #1 What is programming? The process of instructing a Computer by means of an instructional program is termed as Programming. But the problem you can’t just write English or write “Make a calculator” and the computer will understand. You have to write a particular code, wait… What is a Code? A set of statements that describe how a Program should run. Writing a code can also be defined as Programming. Well, now let me complete what I was saying. You have to write a particular and meaningful code so that your computer can understand you. But one thing you should you, A computer also do not understand directly your code! How does Computer Understand Your code? Computers don't understand words or numbers the way humans do. ... To make sense of complicated data, your computer has to encode it in binary language. Binary Language Binary Language is the only language that a ma...