INTRODUCTION TO PROGRAMMING


About Programming:

        Programming is used to develop conversation to the computer. Now a day, computer can work fast and it saves time. In many fields humans are replaced by Machines. Then, how machines were understands the work? , How human can communicate with the machines?.,.  

The answer is via Programming. With the help Computer known language, we can communicate to the machine. We can give input to the computer and computer process and gives the output. This is how we can communicate to the computer. Now a days Computers are growing up very faster. Let’s dive deep into the Programming.


Evolutions of computer:

        The evolution of programming reflects that rapid development of machine or computer’s growth. It gives solutions small to huge problems and it reduces the time.

The programming officially developed at 1940’s. The first programming language is Machine language. Machine language consists of two digits, such as 0’s and 1’s. All code we develop in machine language is consists of 0 and 1 only.

Because machine only knows 0’s and 1’s. It refers to on and off. All command we write that can convert to 0 and 1 only. Machine understands 0’s and 1’s, so by using the 0’s and 1’s, we develop the program with 0’s and 1’s, so it’s officially termed as Machine Language. . 0’s and 1’s are said to be the Binary numbers. In modern world of programming, we can able to create code in many language but it converts to 0’s and 1’s and feed to the machine


Later on Assembly language is introduced. It was developed with mnemonic codes and symbolic names. The most repeated codes were converted from binary digits to symbols and mnemonics. The Programmers learnt about the symbols and mnemonics and its uses and able to code easily. Later on the programming has grown to the huge development and now a days, we can write a code with simple English.

Early Programming Language:-

        Early the Structured programming and Procedural Programming languages are developed and used widely. The most common used program is C. It is developed in 1972.

        In later 1980’s, Object oriented program (OPPs) were developed. It could consist of object and classes. It could reduce the duration, code reusability, security, and so on.

        Later introduces of Internet that widely reach over the world the Scripting language is most commonly used. The Programming languages such as Python, JavaScript, PHP, .,.

        The modern era of Programming there are many AI can code like the human’s. That leads to LOW CODE/NO CODE Platforms. These are the trends that the Programming language grows from start to till now.

Superior Used Language:

        In now a days, the most commonly used Programming language is JavaScript, because it is very useful is both frontend and backend and act as the more efficient in this world. We can see more about JavaScript in upcoming blogs.

Comments