Programming Related Terminology

 

Programming related Term for beginner programmer:

As Starting Programming You may encounter some of the different terms which is very necessary for the future too. These terms may degrade your confidence. But don't worry if you have a basic concept you will easily handle

·         Programming Language:

      Programming Language is just like human language but it is a set of syntax and rule which help for making a computer perform some operation by binding within rule and syntax. Some popular examples of Programming Language are JavaScript, Python, C, C++, Java, Swift etc.

·         Error:

      As name clear, it is the mistake and lack of desire result. You may hear Syntax error which is the error caused due to a mistake in the syntax of the programming language. You will deep dive into this context when you start programming

·         IDEs:

      IDE stands for. It is an application program where you can write, format, execute and maintain your code with the help of different tool provided by IDEs. Some Popular example of IDE are PyCharm, Visual Studio, VS code [It is especially text editor but very powerful], Brackets etc.

·         Framework:

        A framework is the predefined set of function, Classes made within the rule of certain programming language. It makes us easy for developing complex application. Some popular example of Framework are Django, React, Vue etc

·         Algorithm:

    Algorithms are just a way to solve problems by computer. It is the thought process of the computer.

·         Argument:

        It is the value you pass it to a function, You will grasp this concept later when you start programming.

·         Version Controlling System:

It is the system which is responsible for managing any kind of changes in your code. Although you make mistake but it will revert to last saved state. You can create different version of same app.You can try out testing feature without hampering initial code. Some of the examples are: Git,Bazzar but mostly git is used. 

Comments

  1. Hey If you like this content Please share and support

    ReplyDelete

Post a Comment

Hey !, how do you Feel

Popular Posts