Advertisements
Advertisements
Question
Using given step by step process to recharge mobile phone, draw a sequence flowchart
Solution
APPEARS IN
RELATED QUESTIONS
Match the following:
Symbols | Uses |
(i) ![]() |
(a) Input/Output |
(ii) ![]() |
(b) c = a + b |
(iii) ![]() |
(c) Start/End |
(iv) ![]() |
(d) a > = 0 |
(v) ![]() |
(e) It shows direction of flow |
The steps of withdrawing cash from your saving bank account using ATM card are explained in the figure given below. Construct an appropriated flow chart.
(i) | ![]() |
Insert a ATM debit/credit card |
(ii) | ![]() |
Select your language |
(iii) | ![]() |
Select your transaction |
(iv) | ![]() |
Select your account type |
(v) | ![]() |
Enter the pin number |
(vi) | ![]() |
Enter the amount do you want to withdraw |
(vii) | ![]() |
Collect your money |
Complete the direction of the flowchart using arrows for the flow chart explaining the traffic rule given below.
Complete the given flowchart, input names of things and check whether it is living or non-living.
Complete the given flowchart.
Fill in the flow chart to print the average mark by giving your I term or II term marks as inputs.
Complete the given flowchart.
Construct the flow chart to print teachers comment as “very good” if your average mark is above 75 out of 100 or else, as “still try more” can be inserted in the flow chart with earlier one
A merchant calculates the cost price (CP) and the selling price (SP) of the product bought by him. Construct the flow chart to print ‘PROFIT’ if the selling price (SP) is more than the cost price (CP) or else ‘LOSS’
Match the pairs.
Flowchart Symbol | Functions |
![]() |
Flow of Control |
![]() |
Process Step |
![]() |
Start/Stop of the Process |
![]() |
Data |
![]() |
Decision Making |
Draw a flowchart to check whether a given number is an Armstrong number. An Armstrong number of three digits is an integer such that the sum of the cubes of its digits is equal to the number itself. For example, 371 is an Armstrong number since 3**3 + 7**3 + 1**3 = 371.