2
WHAT IS PRORAMMING? PROGRAMMING is the instructions in programs which are logically sequenced and assembled through the act of programming. PROGRAM is a set of instructions which the computer follows in processing of data. It tells the computer how to receive, process and output data. PROGRAMMER is people who write the programs and use variety of programming languages. FLOWCHARTING FLOWCHARTS are used to illustrate data, information and work flow by interconnection of specialized symbols with flow lines. It is a pictorial method of showing the processing of data. BASIC SYMBOLS USED IN FLOWCHARTING SYMBOLS NAME USE CONNECTOR allows us to do away long use of arrow. START/END represents the beginning/end of the program. INPUT/OUTPUT represents an activity w/c requires the computer to key in numbers, letters, or words in the computer.

FLOWCHARTING1 (1)

Embed Size (px)

DESCRIPTION

Flowchart

Citation preview

Page 1: FLOWCHARTING1 (1)

WHAT IS PRORAMMING?

PROGRAMMING is the instructions in programs which are logically sequenced and assembled through the act of programming.

PROGRAM is a set of instructions which the computer follows in processing of data. It tells the computer how to receive, process and output data.

PROGRAMMER is people who write the programs and use variety of programming languages.

FLOWCHARTING

FLOWCHARTS are used to illustrate data, information and work flow by interconnection of specialized symbols with flow lines. It is a pictorial method of showing the processing of data.

BASIC SYMBOLS USED IN FLOWCHARTING

SYMBOLS NAME USE

CONNECTOR allows us to do away long use of arrow.

START/END represents the beginning/end of the program.

INPUT/OUTPUT represents an activity w/c requires the computer to key in

numbers, letters, or words in the computer.

DECISION represents an activity to be done.

CALCULATION/ represents an activity that involves calculations. PROCESS

Page 2: FLOWCHARTING1 (1)