0% found this document useful (0 votes)
47 views13 pages

Flowcharts 1 To 13

The document contains a series of flow charts representing various practical programming tasks. Each practical outlines a specific process, such as calculating total marks, determining the area of a rectangle, or sorting numbers in ascending or descending order. The flow charts provide a visual representation of the steps involved in each task, starting from input to the final output.

Uploaded by

ali naqi
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
47 views13 pages

Flowcharts 1 To 13

The document contains a series of flow charts representing various practical programming tasks. Each practical outlines a specific process, such as calculating total marks, determining the area of a rectangle, or sorting numbers in ascending or descending order. The flow charts provide a visual representation of the steps involved in each task, starting from input to the final output.

Uploaded by

ali naqi
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

PRACTICAL-1

Flow Chart

START

PRINT
WELCOME

STOP
PRACTICAL-2
Flow Chart

START

INPUT
SUBJECT
MARKS

CALCULATE TOTAL
MARKS

PRINT
TOTAL
MARKS

CALCULATE
PERCENTAGE

PRINT
PERCENTA
GE

CALCULATE GRADE

PRINT
PERCENTA
GE

STOP
PRACTICAL-3
Flow Chart

START

I=0

IF I <=9 YES PRINT


CHARACTER
AS STRING
NO
PRINT
PRINT
CHARACTER
CHARACTER
AS STRING AS STRING

STOP I=0

A
PRACTICAL-4
Flow Chart

START

INPUT
FIRST
NUMBER

INPUT
SECOND
NUMBER

PERFORM

+, --, x, ÷

PRINT ADD.
OF TWO
NUMBERS

PRINT SUB.
OF TWO
NUMBERS

INPUT
SECOND
NUMBER

PRINT (x)
OF TWO
NUMBERS

STOP
PRACTICAL-5
Flow Chart

START

INPUT SIX
NUMBERS

CALCULATE TOTAL

CALCULATE
AVERAGE

PRINT
TOTAL

PRINT
AVERAGE

STOP
PRACTICAL-6
Flow Chart

START

INPUT NUMBER

IF NUM YES NUMBER IS


>0 POSITIVE

NO
B

IF NUM YES NUMBER IS


<0 NEGATIVE

NO
B
PRINT
NUMBER IS
ZERO
B

STOP
PRACTICAL-7
Flow Chart

START

INPUT
LENGTH OF
RECTANGLE

INPUT
WIDTH OF
RECTANGLE

CALCULATE AREA =
LENGTH x WIDTH

PRINT
AREA OF
RECTANGLE

STOP
PRACTICAL-8
Flow Chart

START

INPUT
LENGTH IN
CENTIMETER

COVERT METER =
LENGTH / 100

PRINT
LENGTH IN
METER

STOP
PRACTICAL-9
Flow Chart

START

INPUT
TEMP IN
FEH.

CONVERT CELSIUS =
(FAH-32) x (5.0/9.0)

PRINT
TEMP IN
CELSIUS

STOP
PRACTICAL-10
Flow Chart

START

INPUT
NUMBER

MULTIPLE = 1

YES PRINT
IF MULTIPLE
MULTIPLE
<= 10
OF NUMBER
NO

MULTIPLE =
STOP
MULTIPLE + 1

D
PRACTICAL-11
Flow Chart

START

INPUT 10
NUMBERS

I=0

YES INPUT
IF I < = 9 NUMBER IN
ARRAY
NO

SORT (NUM, NUM I=I+1


[I])

PRINT 10 E
NUMS IN
DESCENDING
ORDER

STOP
PRACTICAL-12
Flow Chart

START

INPUT 10
NUMBERS

I=0

YES INPUT
IF I < = 9 NUMBER IN
ARRAY
NO

SORT (NUM, NUM I=I+1


[I])

PRINT 10 F
NUMS IN
ASCENDING
ORDER

STOP
PRACTICAL-13
Flow Chart

START

INPUT +VE
INTEGERS

A=1

YES CALCULATE
IF A < = 10 FACTORIAL = FACT x
INTEGER
NO

X
PRINT FACTORIAL
OF NUMBER

STOP

You might also like