Algorithm Quiz

Algorithm Quiz

Assessment

Quiz

Created by

Louise Trotman

Other

7th Grade

Hard

Student preview

quiz-placeholder

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is an algorithm?

A set of instructions used to solve a problem

A bag of coloured blocks

A series of steps to find a blue block

A way of representing a program's logic using plain language

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is decomposition?

Breaking down a problem into smaller parts

Finding a specific block in a bag

Following a set of instructions

Writing program code

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How are algorithms represented using pseudocode?

Using plain language to describe the logic

Using a visual map with shapes and arrows

Writing program code in a specific language

Breaking down a problem into sub-problems

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of program code?

To provide precise instructions for a computer

To break down a problem into smaller parts

To represent a program's logic using plain language

To find a specific block in a bag

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the first step in the problem-solving process?

Decomposition

Finding a specific block in a bag

Following a set of instructions

Writing program code