vurpix.blogg.se

Write programming language
Write programming language




write programming language

In addition to this, we don't have to know much about assembly level language now. It is mostly used for microprocessors and programmable devices, which directly deals with the hardware. Assembly language is also known as the low-level language. There is another language called Assembly Language, which converts our human-readable code, i.e., programming language to an assembly level language. Some of the programming languages are C, Java, C++, etc. Additionally, machine language is also known as Low-Level Language. Programming languages are also known as High-Level Languages, which can be understood by human beings. Therefore, we humans created a style to give instructions to the computers for the completion of specific tasks, i.e., Programming Language.

write programming language

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

write programming language

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.






    Write programming language