What is the Program, Programming Languages and Syntax?

We have Started the free Java & C++ code for our student and we have started it from beginning, you can learn programming in Java & C++ by following our post and lecture. If you know Urdu or Hindi language, you can also follow our Youtube channel with exactly the same name, GetIntoCode. If you don't understand Urdu or Hindi then you don't have to worry. Here you will get our post from which you can learn programming in Java & C++. Without wasting more time let get started with our today's post.
In this post of "Get Into Code", we are going to about 
  • Programs
  • Programming Languages
  • Syntax
Programs:
To be precise, "Program is a set of instruction which allow computer or other machine to perform a specific task." Operating System is one of the biggest example of computer which allows your computer to boot up, shut down & perform other tasks while it is running on your computer. Without any Operating System whether it is Windows, Linux or Mac, you are not able to run your machine. First of all you have to install Operating System over a computer, without Operating system your computer is of no use.
Other example of programs are Chrome, VLC player and anti-viruses which are master in their own specific task.

Programming Languages:
To write program you have vocabulary and set of grammatical rules for instructing a computer or computing device to perform specific tasks, this vocabulary and set of rules collectively known as programming language. There are many programming  languages like Java, C++, C, COBOL, C#, Dart, Kotlin, Ada and much more.
These programming language have their own set of rules and vocabulary, therefore to write a program you have to follow these rules.

For Instance:
  • In java to print a message on Computer screen, you have to write
    • System.out.println("I am loving this Blog Post.");
  • In C++ to print message on Computer Screen, you have to write
    • cout<<"I am loving this Blog Post.";
Here you have seen different vocabulary and rules which must be followed by the programmer to write program in his respective language.

Syntax:
There isn't such a big different b/w syntax and programming language, syntax combination of symbols according to the certain rules to write program.
Above give example perfectly matches with an example of the Syntax.

If You know Urdu or Hindi Language then watch this video to learn more and better.



The best thing about our site is that we are providing a platform to practice your skills and in this way you will know that how much you have learnt from this video. So after watching this video, Answer the questions below.

What is a Program?



What is a Programming Languages?



What is a syntax?




2 comments:

Powered by Blogger.