0% found this document useful (0 votes)
26 views

Variable& Programming ppt1

The document provides information about Srikanth from Prakasam district who works as an ESC Coordinator with an MCA qualification at the Andhra Pradesh State Skill Development Corporation. It then goes on to define key computer programming concepts like programs, programming languages, procedural and non-procedural languages. It also explains SQL and what tasks it can perform with databases like executing queries, retrieving, inserting, updating and deleting records. Finally, it defines what a variable is in programming as a storage location with a given name that contains information.
Copyright
© © All Rights Reserved
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
26 views

Variable& Programming ppt1

The document provides information about Srikanth from Prakasam district who works as an ESC Coordinator with an MCA qualification at the Andhra Pradesh State Skill Development Corporation. It then goes on to define key computer programming concepts like programs, programming languages, procedural and non-procedural languages. It also explains SQL and what tasks it can perform with databases like executing queries, retrieving, inserting, updating and deleting records. Finally, it defines what a variable is in programming as a storage location with a given name that contains information.
Copyright
© © All Rights Reserved
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 13

Andhra Pradesh State

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

2. Non Procedural Programming


Language
1.procedure oriented programming language ?
A procedural language is a computer
programming language that follows, in order,
a set of commands. Examples of computer
procedural languages are BASIC, C,
FORTRAN, Java, and Pascal.

Procedural languages are some of the


common types of programming languages
used by script and software programmers.
They make use of functions, conditional
statements, and variables to create
t allow a computer to calculate
2. Non Procedural Programming
Language ?
non-procedural language. A
computer language that does
not require writing traditional
programming logic. Also known
as a "declarative language,"
users concentrate on defining
the input and output rather
than the program steps
required in a procedural
1. What is a SQL?
* SQL stands for Structured
Query 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

You might also like