Chapter - 1 Practical Question of Program Flowcharts: Automated Business Process - 1.88
Chapter - 1 Practical Question of Program Flowcharts: Automated Business Process - 1.88
88
CHAPTER - 1
Practical Question of Program Flowcharts
Diagrammatic Representation of Buiness Process
1. Flow Charts—
SYMBOLS OF FLOWCHART
S.No. Symbol Name Description
3. Data input & output Idicates data inputs and output to and
from a process
Q. 7. A Book publisher offers discount to customers on the basis of customer type and number
of copies ordered as shown below:
Customer Type No. of Copies Ordered % of Discout
Book Seller More than 10 25
Less than or equal to 10 15
Library More than 5 20
Less than or equal to 5 10
Customer number, name, type, book number, number of copies ordered and unit price are given as
input. Draw a flow chart to calculate the net amount of the bill for each customer and print it.
(Nov. 2008/Nov. 2013)
Q 13. A University has 3, 000 students. These students are divided in four categories:
(i) B. Tech
(ii) M. Tech
(iii) M.S.
(iv) Ph. D.
Draw a flow chart for finding the percentage of the students in each category. (May. 2007)
Q. 14. A firm has 200 employees. Their salaries are divided in four categories as under :
(i) Less than Rs. 2,000
(ii) Rs. 2,000 to Rs. 4,000
(iii) Rs. 4,001 to Rs. 5,000
(iv) Above Rs. 5,000.
Draw a program flow chart for finding the percentage of employees in each category.
(Nov. 1998)
Start
Input N
Yes Stop
N > 1000
No
Print N
N=N+1
N=N*N
(2009)
17. Draw a program flowchart to find the sum of first 50 odd numbers.
(Nov. 2010)
Start
Read I
If F If F If F
I I I
T T T
<
If F
I >200,000
I = In come
T
TA = Tax Amount
S= 0.02*TA S=0 S = Surcharge
Print TA, S
END
Start
If
INV F
T
TI = GI –1,00,000 TI = GI –INV
IF
F If
TI < 1,60,000 F If
TI< 3,00,000 TI < 5,00,000 F
T T T T
T = (TI –1,60,000) T = 14,000 + T = 54,000 +
T=0 (TI –5,00,000)*.03
* 0.1 (TI –3,00,000)*.02
EC = T*0.3
ENO = Employee No.
EN = Employee Name
TT = T + EC
GI = Gross Income
INV = Investment Amount
Print ENO, EN, GI, TT TI = Taxable Income
T = Tax
TT = Total Tax
EC = Education Cess
ENO
Start
Read I
If If F
If F F I
I I
T T T
T = (I–1,00,000) T = (I–1,50,000) T = (I–2,50,000)
T=0 *0.1 *0.2+5000 *0.3+25000
If F
I >10,00,000
S = T*0.1 S=0
EC =( T+S)*0.02
Print I, T, S,E,C
END
Start
Read CN, UC
if
UC F if
UC F
T T
CH = 320 + CH = 950 +
CH = UC * 1.6 (UC –200)* 2.1 (UC –500)* 3.9
Working note:–
(I) For the first 200 unit × 1.6 = 320
(ii) For the next 300 unit × 2.10 = 630
500 950
END
Start
If F If F
MN = 1 If
MN = 2 F
MN = 3
T T T
CH = DY* 14 CH = DY* 12 CH = DY* 10 Print “Invalid Input”
If If
DY F C
DY F
T T
TCH = CH –D + 30
CN = Consumer Number
MN = Model Number
Print CN, MN, DY, CH, D, TCH DY = No. of Days
CH = Charges
D = Discount
END C TCH = Total Charges
Start
If F If F If F If F
MN = 1 MN = 2 MN = 3 MN = 4
T T T T
CH= DY*10 CH= DY*9 CH= DY*8 CH= DY*7 Print “Invalid Input”
if F if F
G= ‘F’ DY> 7
C
T
F T
if
DY> 7
T
D = CH*25 D = CH*1 D = CH*15 D=0
TCH= CH–D+25
CN = Consumer Name
MN = Model Number
Print CN, MN, DY, CH, D, TCH DY = Number of Days
G = Gender
CH = Charages
F = Female
END C D= Discount
TCH = Total Charges
L = Library
CN= Name
CT = Customer Type
BN = Bill Number
Q = No. of Qty
UP = Unit Price
BA = Bill Amount
D = Discount
NA = Net Amount
BS = Book Seller
NA
F F F
4
C
F F
T T
CN = Consumer Name
CT = Consumer Category
UC = Unit Consumed
BD = Bill Date
DOP = Date of Payment
COM = Commercial
A = Amount
C DY= Payment Days
D = Discount Amount
S = Surcharge
NA = Net Amount
VIDYA SAGAR CAREER INSTITUTE LIMITED
Mobile : 93514-68666 Phone : 7821821250-53
AUTOMATED BUSINESS PROCESS | 1.104
Answer 11—
T
T
Working note:–
(I) For the first 200 unit × 2.65 = 530
(ii) For the next 300 unit × 3.90 = 1170
500 1700
OR CAWL/CW
SN = 1
T T T
‘A’ ‘B’
Start
SN = 1, S = 0
if F
SN< 100 Print S STOP
S = S + SN
SN = SN+2
************************************