What is Computer PROGRAM and What is Computer PROGRAMMING?

 In this course we`ll cover 

1. Introduction to programming
2. Programming methodologies 
3. And then we discuss programming language c++ 

In this lecture we study about program and programming What is program???? 

what is program?

 “a sequence of instructions using a specific language to solve a problem is known as a program” 
according to definition a program consists of 2things
1. Sequence of instructions 
2. Specific language 

Example: 
When you tell someone about address of KFC then you use different steps.
1. Go straight 
2. Drive half kilometer 
3. Take left 
4. Drive around one kilometer 
5. And then you will find KFC at right side.

From this example we understood that 1. Use Specific language 2. Use sequence of instructions 

features of a computer program:

• A computer program is known as computer software which can range from two lines to millions of the lines. 
• Instructions of program are known as source code. 
• A computer without software just like a dump box

What is Programming:

 “An act to write a computer program is called computer programming”  
And 
“ a language that we can use to write a computer program is known as computer programming language” 
Just like Java C++ Php Python Etc…….

 Computer programmer:

 “A person who writes a computer program is known as computer programmer” 
And based on his expertise we can name him as Java programmer C++ programmer PHP
 programmer