algorithm and flowchart assignment
algorithm and flowchart assignment
a) 1 c) 2
b) 3 d) No value is displayed
Start
N=1
No
Is N>1
Yes
Print N
Stop
Page 1 of 2
Q5. Write any one limitation and one feature of flowchart.
a) Algorithm means a set of rules which specify how to solve some problems
b) Connectors are used to show the break of the flowchart from one box to another
c) SmartDraw is a special software to write algorithm
d) The General direction of flow in any flowchart is from bottom to top or right to left
Q7 . Define Program
Q8. What will be displayed if the first number is 5 and the second number is 2 in flowchart ?
Start
Read first
number A
Read second
number B
Yes Is A< B No
Stop
Page 2 of 2