0% found this document useful (0 votes)
61 views7 pages

1 - What Is Programming

Programming involves developing instructions, or a plan, for a computer to carry out tasks by manipulating data. A computer is a programmable device that can store, retrieve, and process data according to a program. Programming is the process of specifying objects made up of data and operations, and defining how those objects interact to solve a problem. The end result is a computer program, which provides instructions for a set of objects to work together towards a solution.

Uploaded by

arjayads
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as ODP, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
61 views7 pages

1 - What Is Programming

Programming involves developing instructions, or a plan, for a computer to carry out tasks by manipulating data. A computer is a programmable device that can store, retrieve, and process data according to a program. Programming is the process of specifying objects made up of data and operations, and defining how those objects interact to solve a problem. The end result is a computer program, which provides instructions for a set of objects to work together towards a solution.

Uploaded by

arjayads
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as ODP, PDF, TXT or read online on Scribd
You are on page 1/ 7

CCS12 – Programming 1

Prepared by: Mr. Arjay A. Adong


June 2010 COSCA, Dumaguete City
What is Programming?

Developing instructions for carrying out a task


involving a set of objects.
Computer

A programmable device that can store, retrieve,


and process data.

Computers manipulate data. When you write a


program (a plan) for a computer, you specify the
properties of the data and the operations that can
be applied to it.
Data
Data is information in a form that the computer
can use—for example, numbers and letters.

Information

Information is any knowledge that can be


communicated, including abstract ideas and
concepts such as “the Earth is round.”
Object
A collection of data and associated operations.

Computer Programming
The process of specifying objects and the ways
in which those objects interact to solve a
problem.
Computer Program
Instructions defining a set of objects and
orchestrating their interactions to solve a
problem.
Object
A collection of data and associated operations.

Computer Programming
The process of specifying objects and the ways
in which those objects interact to solve a
problem.
Computer Program
Instructions defining a set of objects and
orchestrating their interactions to solve a
problem.
Programming Process

You might also like