Year 7 Algorithms and BBC Micro:bits

Year 7 Algorithms and BBC Micro:bits

6th Grade

10 Qs

quiz-placeholder

Similar activities

micro:bit coding

micro:bit coding

6th - 8th Grade

15 Qs

Microbit - Resumen 01

Microbit - Resumen 01

6th - 7th Grade

12 Qs

CSIM Activity 1.3 Vocabulary (PLTW)

CSIM Activity 1.3 Vocabulary (PLTW)

6th - 8th Grade

12 Qs

Pop Quiz #2

Pop Quiz #2

6th Grade

10 Qs

Microbit day 1

Microbit day 1

6th - 8th Grade

7 Qs

Micro:bit

Micro:bit

4th Grade - University

12 Qs

Microbit Quiz

Microbit Quiz

6th - 8th Grade

10 Qs

Micro:bit

Micro:bit

3rd - 8th Grade

10 Qs

Year 7 Algorithms and BBC Micro:bits

Year 7 Algorithms and BBC Micro:bits

Assessment

Quiz

Computers

6th Grade

Medium

Created by

Benjamin Mensah

Used 1+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following best describes what an algorithm is?
A programming language used to code computers.
A set of clear instructions to solve a problem or complete a task.
A type of computer hardware.
A button on the BBC micro:bit.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In an algorithm, what is a 'sequence'?
Repeating a set of instructions multiple times.
Following instructions one after another in a specific order.
Storing information for later use.
A decision point where the program chooses between different actions.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following BBC micro:bit blocks would be used to display the word "HELLO" on its LED screen?
`show string "HELLO"`
`on button A pressed`
`show number 0`
`forever`

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is 'selection' in an algorithm?
Arranging instructions in a specific order.
Giving a name to a piece of data.
Making a choice between different sets of instructions based on a condition.
Repeating a block of code until a condition is met.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which BBC micro:bit block is an example of 'iteration'?
`if temperature > 20 then`
`on shake`
`show icon Heart`
`forever`

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Imagine a BBC micro:bit program with the following blocks in order: `show number 1`, `show number 2`, `show number 3`. What will the micro:bit display?
It will display all three numbers at the same time.
It will display nothing.
It will only display the number 3.
It will display 1, then 2, then 3, one after the other.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of the `if...then...else` block in BBC micro:bit programming?
To make a decision and execute different code based on whether a condition is true or false.
To display text on the screen.
To repeat a set of instructions.
To store a value.

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?