Variable& Programming ppt1
Variable& Programming ppt1
Skill Development
Corporation
Name : Srikanth
District: Prakasam
Designation : ESC Coordinator
Qualification: MCA
Variables
&
1. What is a Program ?
A computer program is a
collection of instructions
that can be executed by
a computer to perform a
specific task.
Take A Glass
Fill water
Add lemon
Juice ready
2. What is a programming Language ?
A programming language is a
formal language, which
comprises a set of instructions
that produce various kinds of
output. Programming
languages are used in
computer programming to
implement algorithms.
Types of Programming Languages
1. Procedure Oriented
Programming Language
* Which is Used to
Communicate with the
DataBase Server
What Can SQL do?
SQL can execute queries against a
database
SQL can retrieve data from a database
SQL can insert records in a database
SQL can update records in a database
SQL can delete records from a
database
SQL can create new databases
Algorithm:
What is a Variable?
A Variable is a Storage Location
with a given name, Which
Contains information
Ex: 2 + x = 5
Here x is a variable
A letter represents the unknown number eg: x,a
Thank you