Typing – improve accuracy
- 5 minutes typing with the box
Bebras – develop CT skills
- Work your way through these challenges from Bebras
- As you finish each question, check the answer below it
- Have a go at
J2code – LOGO
j2launch – –
j2launch – –
Watch the video
Skills: Level 1 tools – arrows, pen up , pen down, colours
Watch the video
Skills:
reset
setpensize 5
The final picture should look like this:
Is there any way we could make our code simpler? Some of the algorithms repeat instructions.
Success steps:
If you have finished, try working through these debugging challenges!
And if you finish that…! Start a new file and start with this code.
Can you draw a letter? ~(Diagonal letters will need rt 45 or lt 45)
Success steps
Help videos
Letter 2 extension:
Add this arround your code:
repeat 4 [ repeat 11 [L] rt 90 ]
Is there any way we could make our code simpler? Some of the algorithms repeat instructions.
Success steps: