LI: To see and understand the connection between the written code, the block code and the flow chart
I am a Year 8 student at Panmure Bridge School in Auckland, NZ. I am in Learning Space 2 and my teachers are Mrs Anderson and Mrs Fisi'iahi.
Friday, 6 August 2021
Tech | Flow Chart
Tech | Coding in python
LI: To code a dice for kittenbot using python
Friday, 9 July 2021
Tech
This week for tech Mrs Ferguson challenged the year 8s to code the mBots to move in a star shape for the Matariki celebration. Above is a photo of the code i used to create a perfect star shape. Because the star wasnt perfectly drawn the coding wasnt as easy as doing one step and putting it on repeat, you have to adjust to the drawing. I found this interesting because I found it challenging as it was complicated. This was a fun task because I liked making iterations.
Friday, 2 July 2021
Coding with Python
Friday, 18 June 2021
Flowcharts and Dice
LI: To learn how to use flowcharts to plan coding
For Tech this week we were continuing our learning with Coding with Mrs Ferguson at Tamaki College. This week we were learning about Flowcharts, and were making a flowchart on how to code a digital dice. We learnt about how each shape represented a function and that all of them together could make such a sophisticated digital function.
Friday, 4 June 2021
Learning to be a Jedi with the robots
IF something is 10cm or LESS in front of the robot, it will move forwards (ELSE).
If something is NOT less that 10cm in front of the robot, it will move forwards (ELSE).
This is all put into a forever block so that the robot constantly senses what is in front of it.