What is programming and its types

Do you know what is computer programming? This is a procedure by which instruction is provided to the computer to perform a task.

If you do not have any information about it, then I will say that you have come to the right place because today, through this article Programming, I am going to provide you all information related to programming. Therefore, I request you to read this article completely, which will clear all your concepts.

To understand this properly, we must first understand programming languages ​​because these languages ​​are the root of programming. We use these languages ​​and ask them to do some specific tasks. If seen, we use programming languages ​​for all tasks of computer or any machines.

So today I thought, why do you guys know what programming language is and its types? Complete information about it should be provided which will make it easier for you to understand this topic. So without delay, let's start and know what programming is in Hindi.

Computer programming languages ​​allow us (users) to give instructions to the computer in a language that the computer understands.

Just like we are such a variety of human-based languages ​​among humans, there are also many types of computer programming languages ​​so that they communicate with the computer. You may also know that the part of the language that the computer understands is called "binary".

The programming language that is converted to binary is called "compiling". All language, whether it is C language or Python, all have their own distinct features, although with this they also have many commonalities.

These languages ​​allow computers to quickly and efficiently handle large process and complex information.

What is System Programming?
System programming in hindi is called programming that is used for writing and designing computer programs. This allows the computer hardware to be interface with the programmer and user, whereas it can execute the application effectively in a computer system.

System programming is used to develop such computer system software that manages and controls computer operations.

Classification of Programming Languages
Therefore, it is very important that you understand the classification of Basic Programming languages.

What is DBMS and what is its function
What is compiler
Programming languages ​​are broadly classified into three categories:

1. MACHINE LANGUAGES
These languages ​​are closest to Computer Hardware. Each unique computer has a unique machine language. A machine language program is made up of series of binary patterns (eg, 010011100) that represent simple operations that the computer can easily accomplish (for example, adding two operands, data into a memory location move etc.).

Machine language programs are executable, which means they can be easily run directly. If you want to write a program in Machine Language then you can do it, but for this, the programmer has to memorize many binary codes which is very difficult in favor of one person.

2. ASSEMBLY LANGUAGES
There was only one objective to bring this, how to make programming easier for humans. In this, machine language instructions were replaced with simple pneumonic abbreviations (eg, ADD, MOV). Therefore assembly languages ​​are also unique for a specific computer (machine).

Before execution, translation to an assembly language program is required in machine language. This translation is accomplished by a computer program called assembler. Assemblers are written for all unique machine language.

3. HIGH-LEVEL LANGUAGES
High-level languages, such as C, C ++, JAVA, etc., all seem English-like, so it becomes easier for programmers to "think" according to programming language. High-level languages ​​require translation before machine language is executed.

Comments

Popular posts from this blog

How to learn Programming?

What is Digital Camera and how does it work?

What is a worksheet and how to format?