wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

DECI – WEEK#8 – QUEST#1

Total questions: 3

Worksheet time: 60secs

Name
Class
Date
1.

________ are a series of instructions that are followed to complete a task or solve a problem.

a)

Instructions

b)

Algorithms

c)

Computers

d)

Recipes

2.

The primary purpose of algorithms in programming is ________

a)

memorizing programming languages

b)

adding complexity to the code

c)

solving specific problems or tasks with clear and logical steps

d)

creating confusion in the program execution

3.

Which of the following is the correct sequence for writing an algorithm?

a)

Think about what you want your algorithm to do, test your code, write out each step.

b)

Test your code, think about what you want your algorithm to do, write out each step.

c)

Write out each step (in code!), think about what you want your algorithm to do, test your code.

d)

Think about what you want your algorithm to do, write out each step (in code!), test your code.