Year 11
These resources will be removed by end of Summer Term 2025.
Switch to our new teaching resources now - designed by teachers and leading subject experts, and tested in classrooms.
These resources were created for remote use during the pandemic and are not designed for classroom teaching.
Lesson details
Key learning points
- In this lesson, we will learn about the world of the Sense HAT, a physical device that sits on top of a Raspberry Pi computer and can be used to sense the environment.
Content guidance
- Equipment requiring safe usage.
Supervision
Adult supervision recommended
Licence
This content is made available by Oak National Academy Limited and its partners and licensed under Oak’s terms & conditions (Collection 1), except where otherwise stated.
3 Questions
Q1.
What method should you use to add something to the end of a list?
add()
insert()
plus()
Q2.
What method should you use to sort a list in ascending order?
ascending()
atoz()
sort(ascending)
Q3.
True or False: You can return a list from a function
False
3 Questions
Q1.
How many Astro Pi's are in space?
1
3
4
Q2.
How many pixels are on the LED matrix?
16
32
8
Q3.
Which code snippet would you use to remove all pixels from the LED matrix?
sense.delete()
sense.off()
sense.remove()