Monday 28 November 2016

Google Draw - Portrait Art Year 4 Students

 Year 4 Students - Stunning Self Portrait
Graphic Artist - Isabella Johnston-Nimmo

Shape Art by In Young Lee - Room 17

Pikachu
How many shapes makes a Pikachu?

ROYALTY FREE MUSIC by BENSOUND

Bensound website has a great collect of music and it is provided to schools for free under Creative Commons Licence. You can use for free my music licensed under the Creative Commons License in your multimedia project (online videos, websites, animations, etc.) as long as you credit me with a link to my Website. Examples of proper way to credit me: "Music: http://www.bensound.com/royalty-free-music or "Music: Song title - Bensound.com"

http://www.bensound.com/

Tuesday 15 November 2016

Can shapes make other shapes? - Abigail JESUDAS

Awesome maths patterns!



Meet Bob 2 made with Room 13


Catherine's Guessing Game

Try Catherine's Guessing Game

Click on the green flag to start and try and guess the number. 


To make this game we can use the concept of decomposition (breaking down the coding into parts). For the guessing game we have to think about 3 conditions; one your guess is to high, two your guess is too low and three you guess is correct.

We used two main control blocks the forever block and the if      then block. We use three operators greater than (<), less than (>) and equal (=). 
- See the code at the bottom of the post.
     



Hatsune Miku https://en.wikipedia.org/wiki/Hatsune_Miku


I liked the way Catherine used these images in her game. I thought they were funny and added to the visual appeal of her game. See below: 


I did some research and found out the name of this character. When creating projects always make sure you give credit to the owner of the original content such as the artist. Be careful not to use content that may be under copyright laws. It is best to use your own images or one that are part of the Creative Commons. https://creativecommons.org/about/






Catherine's Code:


Sunday 13 November 2016

Ojas - Makes Squares from Squares

Room 17 are using Google Draw to do a mathematical investigation.
Can regular shapes combine to make other regular shapes?
Ojas has made squares from squares. His squares are special because each square is made up of 5 squares. When you add up all of the squares you get a pattern or sequence. Starting with 5 then 20, 45 and so on. 125 is the 5th block in this sequence. Can you work out what the 4th block would be? Put you answer in the comments below. 


Sunday 6 November 2016

Scratch Project by Adrian

Halloween Wishes made with Scratch
https://scratch.mit.edu/projects/128396584/
Thanks Adrian


Te One's Dice Project

Room 20 
Featured Project Week 4
Digital Dice

Try Te One's Digital Dice 

Concepts 
Logic and Patterns

Approaches
Tinkering and Persevering

Learning Intentions

Recognise the patterns in the coding and using similarities to develop and extend the code to making an electron dice that would only throw 1 or 2 to throw 1 to 6. Preserve and Experiment via trial and error to establish a working code. 

   Featured Project Week 4

Te One's code was adapted from the original two sided dice. He has worked out how to repeat the coding pattern and make it work. This was not the code I expected students to come up with. I didn't think using the if else condition would work for this project. Te One proved me wrong. This solution is logical and perfectly workable. I would not normally use if else unless I was handling only to conditions such as 1 and 2. In other projects students replaced the if else with a single if condition and repeated it 6 times with a forever block.