


It's challenging for us to write instructions in 0's and 1's.

The vocabulary, which consists of 0's and 1's, is called Machine Language. So without further ado, let's get started! What is a Programming Language?Ĭomputers don't understand our languages like English, Hindi, French, Spanish, Chinese, Japanese, etc. Additionally, you can apply these concepts to any programming language and not just python. Hence, we will go through some basic terminology and concepts that will make your foundation concepts robust.

Therefore, we have to give specific instructions to the computer so that it knows the size of the side (value a) and the method to calculate area ( a2).īasic terminology in Programming Languageīefore we go through Python coding, and all the good stuff that comes with it, it's essential to understand how the computers understand the program that humans write. But, the computer doesn't know about the dimension of the side and the formula to calculate the area. We will have a side length a and the formula for the area of the square is a2. We have to give instructions to the computer to perform specific tasks.įor example, if we have to find the area of a square. No, they can't perform without the help of humans. But, the computer will do the same task any number of times with high accuracy and lightning speed.ĭo computers complete a task by themselves? We can get bored by doing the same job repeatedly. Computers are fast, cheap, and handy to do the repeated tasks any number of times. Writing a set of instructions for a specific task to be done by the computer is known as Programming. Basic terminology in Programming Language.We are going to see the following topics one by one. As I mentioned before, reading this article will help you to understand Programming and Python in a better way. We have seen the structure of the Python course in the previous article.
