A well-defined list of steps for solving a problem is called.
a) algorithm
b) flowchart
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 are shown in the order which are.
a) left to right
b) right to left
c) top to down
d) down to top
Algorithm is made up of…………
a) sequence to print data
b) selection
c) repetition
d) all of these
How many factors are used in measuring efficiency of an algorithm?
a) one
b) two
c) three
d) four
An algorithm is a sequence of computational steps that transform input into….
a) algorithm
b) data structure
c) output
d) all of these