introduction to programming

20

Upload: krizel-jean-seguira

Post on 19-Jul-2015

90 views

Category:

Education


0 download

TRANSCRIPT

The person who designs the program, decides which of the programs or set of instructions to use and tests the program to see if it is working as designed.

Figures out the process of designing, writing, testing, debugging/troubleshooting and maintaining the source code of computer programs. This source code is written in a programming language so the computer can 'understand' it. The code may be a modification of an existing source or something completely new.

It converts problem solutions into instructions for the computer.

Identifying the Problem

Planning the Solution

Coding the Program

Testing the Program

Documentation

Assembly Languages or Second Generation Programming Language

These languages are considered to be that fifth generation languages. These programming languages are called natural languages because of their resemblance to English language. Natural Languages have the capability

to translate human instruction into code that a computer understands. If it gets confused with the user’s

instructions, it asks for further explanation.

PICTURE SHAPE NAME ACTION

REPRESENTED

PICTURE SHAPE NAME ACTION

REPRESENTED

PICTURE SHAPE NAME ACTION

REPRESENTED