Font size
Worksheetsalgorithm
Total questions: 29
Worksheet time: 30mins
Algorithms exist all around us.
True
False
An algorithm should be in the right order.
True
False
An ________ is a step by step process of doing task.
Program
Algorithm
Can you skip a step while making an algorithm?
Yes
No
Here is a list of tasks that you do while posting a letter. Find out the missing sub-task.
(a) Write the letter.
(b) Write the address on the envelope.
(c) Post the letter.
What is a bug?
A problem in the algorithm.
A way to fix the problem.
A list of steps.
What is the main purpose of using an algorithm?
To complicate tasks
To entertain people
To solve a problem
To create confusion
What is Debugging?
A problem in the program.
A way to find the bug.
A way to find the problem and fix it.
Is this algorithm correct?
Yes
No
Is this algorithm correct?
Yes
No
Is this algorithm correct?
Yes
No
Find algorithm for taking Grapes
A
A
B
B
C
C
Find algorithm for taking grapes
A
A
B
B
C
C
Find algorithm for taking grapes
A
A
A
A
C
C
With coding, we can make:
Games
Apps
Websites
All of these
What is another word for coding?
Typing
Programming
Computing
Commanding
Which language does a computer understand?
Sync language
English language
Programming language
Note language
An error in your code that makes it behave not as expected is a:
Job
Algorithm
Bug
Conditional
What is a LOOP?
Something that only happens once
Something that gets repeated
Sometimes that happens twice
A list of steps used to perform a task is called
coding
algorithm
programming
sequence
Finding and fixing errors in a program.
debugging
decompose
digital footprint
variables
What are these called in coding?
Tiles
Segments
Actors
Blocks
A list of steps or directions to finish a task is called
recipe
algorithm
program
repeat
A specific order in which instructions are written is called?
sequence
list
command
A mistake in the program or code is called a
worm
cricket
bug
rat
When you do something over and over again it is called
loop
coding
program
sequence
Which one of these is an example of a program iterating, repeatedly running the same sequence?
What is a sequence in an algorithm ?
software
steps
an order of instructions to be followed
Sequence is not important in algorithms. Even if the sequence is wrong, computers will know and try to fix it themselves.
True
False
