What Is Programming?

You might also like

Download as pptx, pdf, or txt
Download as pptx, pdf, or txt
You are on page 1of 6

WHAT IS PROGRAMMING?

In simple words – Programming is the process to tell your work to machines (computer,
electric appliances, etc.) having specific conditions

For example – if you set your ac temperature 23 Celsius


then ac compressor will automatically turns off when the
temperature of room reaching 23 Celsius. This is happen
because in ac a microchip is there in this chip a program is
written
Technical Definition
Computer programming is the process of designing and building an
executable program/Software.

E.g. Calculator, WhatsApp, YouTube,


Facebook all are software and these are
developed in programming languages
Importance of Programming

• You can instruct the computer what to do according to your work


• You can do your work in very less time
• You can make any software to solve any real world problems
Some Examples -

• Switch off lights after 1 hours and again switch on after 2 hours
• Calculate the percentage from the marks of a student
• Check whether the number is even or odd
• Read the marks of the students from the excel sheet and print the name of all the
students who failed in the exam
What is programming language?
 A programming language is a set of commands, instructions, and other syntax use to
create a software program

Some of programming language :-

• C
• C++
• JAVA
• Java Script
• Python
• PHP
Why you should learn programming languages?
"Everybody in this country should learn how to program a computer... because it
teaches you how to think.“ – Steve Jobs

• As you know our education system doesn’t allow us to think when you start programming
it will teaches you how to think and solve the real world problems
• Your creativity will be improved
• You can start your own start-up by solving any real world problem
• You can get good jobs in good company
• You can develop any mobile application, web application or any software
• You can learn Machine Learning or Artificial Intelligence Algorithm
Real World Problem Solving Examples

You might also like