wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

algorithm

Total questions: 29

Worksheet time: 30mins

Name
Class
Date
1.

Algorithms exist all around us.

a)

True

b)

False

2.

An algorithm should be in the right order.

a)

True

b)

False

3.

An ________ is a step by step process of doing task.

a)

Program

b)

Algorithm

4.

Can you skip a step while making an algorithm?

a)

Yes

b)

No

5.

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.

a)
b)
c)
d)
6.

What is a bug?

a)

A problem in the algorithm.

b)

A way to fix the problem.

c)

A list of steps.

7.

What is the main purpose of using an algorithm?

a)

To complicate tasks

b)

To entertain people

c)

To solve a problem

d)

To create confusion

8.

What is Debugging?

a)

A problem in the program.

b)

A way to find the bug.

c)

A way to find the problem and fix it.

9.

Is this algorithm correct?

a)

Yes

b)

No

10.

Is this algorithm correct?

a)

Yes

b)

No

11.

Is this algorithm correct?

a)

Yes

b)

No

12.

Find algorithm for taking Grapes

a)

A

A

b)

B

B

c)

C

C

13.

Find algorithm for taking grapes

a)

A

A

b)

B

B

c)

C

C

14.

Find algorithm for taking grapes

a)

A

A

b)

A

A

c)

C

C

15.

With coding, we can make:

a)

Games

b)

Apps

c)

Websites

d)

All of these

16.

What is another word for coding?

a)

Typing

b)

Programming

c)

Computing

d)

Commanding

17.

Which language does a computer understand?

a)

Sync language

b)

English language

c)

Programming language

d)

Note language

18.

An error in your code that makes it behave not as expected is a:

a)

Job

b)

Algorithm

c)

Bug

d)

Conditional

19.

What is a LOOP?

a)

Something that only happens once

b)

Something that gets repeated

c)

Sometimes that happens twice

20.

A list of steps used to perform a task is called

a)

coding

b)

algorithm

c)

programming

d)

sequence

21.

Finding and fixing errors in a program.

a)

debugging

b)

decompose

c)

digital footprint

d)

variables

22.

What are these called in coding?

a)

Tiles

b)

Segments

c)

Actors

d)

Blocks

23.

A list of steps or directions to finish a task is called

a)

recipe

b)

algorithm

c)

program

d)

repeat

24.

A specific order in which instructions are written is called?

a)

sequence

b)

list

c)

command

25.

A mistake in the program or code is called a

a)

worm

b)

cricket

c)

bug

d)

rat

26.

When you do something over and over again it is called

a)

loop

b)

coding

c)

program

d)

sequence

27.

Which one of these is an example of a program iterating, repeatedly running the same sequence?

a)
b)
c)
d)
28.

What is a sequence in an algorithm ?

a)

software

b)

steps

c)

an order of instructions to be followed

29.

Sequence is not important in algorithms. Even if the sequence is wrong, computers will know and try to fix it themselves.

a)

True

b)

False