A problem is a…that requires resolution.
a) obstacle
b) difficulty
c) challenge
d) all of these
How many things are important to write a computer program?
a) one
b) two
c) three
d) four
Explanation: first thing algorithm, second thing flowchart and pseudo code
The word………comes from the name of a Persian mathematician Abu Jaffar Mohammed ibn-I Musa al Khwarizmi.
a) flowchart
b) flow
c) algorithm
d) syntax
Algorithm as a …….for solving a well specified computational problem.
a) flowchart
b) tool
c) pseudo code
d) none of these
When an algorithm is written in the form of a programming language, it becomes a
a) flow chart
b) program
c) pseudo code
d) syntax
Sequence of statement of an algorithm are shown in the order which are……
a) left to right
b) right to left
c) top to down
d) down to top