What is programming?

 

We all are seeing growth of technology day by day, most of students taking interest in computer science in order to get their dream job in big technical companies.

 Programming is an instruction to help computer to understand their command and execute it to complete a particular task.

 

Features that explain why we need to learn programming

 

1.     Programming languages also named as high-level languages, because of easy to learn by humans.

2.     These languages are used to develop applications and their UI which is useful to visually understand by humans to work easily.

3.      These languages easy to learn because of sharing a lot of similarities with each other.

4.     Also using to develop mobile apps.

5.      Some of the commonly used languages are C, C++, HTML, C#, asp.net etc.

 

Basics of Program

 

1.     Computer programing is a collection of syntax, which helps to gives command to perform the task.

2.     Programming is used to automate, assemble and interpret the processing of the data and information.

3.     It helps in execute the input and display the output of the devices or applications.

 

Want to write your First Program?

                         First of all you need to understand some basic rules and syntax which are commonly used to write a program in any language-

For example-:

#Include Libraries  

Body of program

{

Statements to execute;

.

} end of Program body

 

Basic elements of Programs

1.     Libraries: - In programming library plays important role. Libraries are the collection of pre-defined modules, data, functions and classes.

2.     Variables: - Variables are storage of a value which you use to refer and manipulated the program.

3.   Functions: - Function is a group to reusable statements.it is a base of program where you declared, exactly what you want to get from your program.

4.     Condition: - Condition are used to find out the correct output which fulfill requirements.

 

5.     Logical and Arithmetical Operators:  - Logical and arithmetical operators are symbol to tell compiler to perform specific arithmetical and logical operations.

 

6.    Loop: - Loops are used to repeat same statement many times.


 

 So, these basic Information regarding programming will help you to know "what is programming?" and you will find an interest to learn programming.

                              "I am sure that you will love it like we do."

For more information keep reading and if you need a personal consultant then join us on

 Facebook-https://www.facebook.com/fatima.mubashshir/


  

 

 

Comments