Font size
WorksheetsAlgorithms
Total questions: 12
Worksheet time: 6mins
What is an algorithm?
Patterns and trends used to solve a problem
A set of step-by-step instructions to resolve a problem
A programming language
What are algorithms used for?
To plan out the solution to a problem
As a platform to program a solution
To test a solution to a problem
How can an algorithm be represented?
As a flowchart only
As pseudocode only
As a flowchart or pseudocode
What is a flowchart?
A diagram that represents a set of instructions
A high-level language that has specific syntax
A way of describing a set of instructions that doesn’t use specific syntax
Algorithm is _______ problem solving process.
Loop based
Conditional
Step by Step
All of the above
An algorithm solves a problem in a finite number of steps
True
False
Algorithm starts from initial state with some
Statement
Control flow
Conditions
Input
When an algorithm is written in the form of a programming language, it becomes a _________
Syntax
Flowchart
Program
Pseudo code
Any algorithm is a program.
True
False
Algorithms should be
Precise
Ambiguous
Unambiguous
Clear
