LI: To understand how flow charts relaxde to coding blocks.
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, 30 July 2021
Flow charts and Radio chat
Friday, 9 July 2021
Robotics in the stars
LI: To try and get the MBot to draw a star shape for Matariki
Friday, 2 July 2021
Coding in python
L.I : To Learn how to code the Microbot in the Phyton.
Here is an example of the buttons, the main thing to notice is "def" which is defining what the on_button_pressed will make the microbot do. Again this has a top and bottom so the content has to go insde it.
The first one image shows the Phyton coding for the flashing hearts code that I made. It flashes between a small heart icon and a large heart Icon. The diference between python coding is that block coding uses blocks and python coding uses text that you have to type down
Friday, 25 June 2021
Rock paper scissons
LI: To learn how to code in MaLI To learn how to code the microbit to play rock papaer scissors and understand how the flowchart matches the code.
1. When I shake the microbit it will choose a random number between 1 and 3
2. I have to make a variable called hand and set this to the random number.
3. If the number is 1 - the microbit will show the symbol for paper
4. If the number is 2 - the microbit will show the symbol for rock
5. If the number is 3 - the microbit will show the symbol for scissors
\