Nov 282016
 

Use this post if you haven’t managed to create your own shape.

  1. Open this j2code file – it is a shape ready in the top left corner.
  2. Save it
  3. To get a row of shapes, put in the bold instructions like this:
    • reset
    • setpensize 4
    • repeat 5
    • [
    • my shape instructions
    • ]
  4. To turn the corner: add a rt 90 on the next line after the ]
  5. To make a square of shapes:
    • We want to repeat the row of shapes and turn, 4 times
    • repeat 4
    • [
    • code for row and turn
    • ]
  6.  Change the repeat in the row code so that it takes up the whole square.
  7. Can you make an inner square?
    1. Copy and paste your code (apart from the reset, setpensize) so you have two copies
    2. Change the second setxy  numbers to -190 190
    3. Change the repeat of the second row so it fits inside the outer square.
  8. What about a third inner square?!

 

Nov 232016
 
  1. Log into j2e – j2code – LOGO
  2. Click on Level 3
  3. Start your program with
    • reset
      setpensize 5
  4. Draw a simple pattern on a whiteboard and then create the instructions in LOGO to draw it.
    1. For each instruction you add, test it
    2. Make sure:
      1. the arrow finishes at the original level and across to the right a bit
      2. the arrow is pointing UP at the end of your instructions
  5. ScreenHunter_19 Nov. 21 10.46
  6. Put this above your instructions (to move it to the top corner)
    • pu setxy -240 180 pd
    • Test your code – you might need to change the numbers so that your shape fits on the screen.
  7. Repeat your shape by adding in this:
    • repeat 4
    • [
    • your instructions
    • ]
  8. Edit your code.  Can you:
    1. Make the shape smaller by changing the fd numbers? (** See the bottom of this post for another way to make your shape smaller)
    2. Make more shapes so it takes up the whole length of the screen?
  9. Now put your code inside another repeat to get the four sides of the square:
    1. repeat 4
    2. [
    3. all of your shape code so far including the repeat
    4. rt 90  (to turn the corner)
    5. ]

Success steps:

  • Copy instructions carefully
  • Use fd, lt, rt with a space and a number
  • Press play to run program
  • Make instructions to draw simple shapes including forward, left and right
  • Check instructions carefully for mistakes (bugs)

download (2) download (3) download (4) download (5)

Make your shape smaller:

Put this at the beginning of your code

  • make “scale 2

In your shape code, after every fd number, put this

  • / :scale

so it looks like this:   fd 50 /:scale

Now change the number at the top of the code to change the size.

Nov 172016
 
  • Go to j2launch – j2code – LOGO
  • Start your program with:
    1. reset
    2. setpensize 5
  • CHALLENGE:  Write instructions in LOGO to make this picture.
  • ScreenHunter_15 Nov. 11 08.24
  • Use as many of these commands as possible:
    1. Movement:   fd bk rt lt (with a space then a number)
    2. circle (with a space and a number)
    3. repeat 4 [  …   ]
    4. arc 90 30   – can you work out how this works?  (One number is the size, the other is the angle)
  • Use the code below to move around the page without drawing:
    1. pu setxy 100 100 pd   (The numbers are x y coordinates and the screen goes from -250 to 250)
  • If you have finished the picture, can you add an eyebrow?
  • ScreenHunter_16 Nov. 11 08.29

 

Success steps

  • Use known commands
  • Use left-hand side panel to copy correct commands (syntax)
  • Create a page with several elements
  • Move around the screen using pu setxy …. pd
  • **Learn new commands. eg arc, spiral code
  • Check code and debug

Further challenges…

  1. download (6)
  2. Different shape for the eye (still using repeat)
  3. Add hair by using repeat and doing a zig-zag
    1. Can you make the hair curve?
  4. Make ears using a spiral – open this file, read it carefully and experiment with the code, before copying into your project.

And if you’ve finished that, have a go at these Debugging Challenges and save them in your files.  DO NOT GET/GIVE ANY HELP.

Computing colours:  LOGO

  • Red – copy example code; explore and experiment
  • Orange – test and debug own code
  • Yellow – use repeat
  • Green – use procedures; nested repeats
  • Blue – use variables
  • Purple – create own LOGO project with variable and procedures
Nov 112016
 
  1. Typing,com – 5 minutes
  2. Go to j2launch – j2code – LOGO
  3. Start your program with:
    1. reset
    2. setpensize 5
  4. CHALLENGE:  Write instructions in LOGO to make this picture.
  5. ScreenHunter_15 Nov. 11 08.24
  6. Use as many of these commands as possible:
    1. Movement:   fd bk rt lt (with a space then a number)
    2. circle (with a space and a number)
    3. colour “yellow
    4. fill
    5. repeat 4 [  …   ]
    6. arc 90 30   – can you work out how this works?  (One number is the size, the other is the angle)
  7. Use the code below to move around the page without drawing:
    1. pu setxy 100 100 pd   (The numbers are x y coordinates and the screen goes from -250 to 250)
  8. If you have finished the picture, can you add an eyebrow?
  9. ScreenHunter_16 Nov. 11 08.29

Success steps

  • Use known commands
  • Use left-hand side panel to copy correct commands (syntax)
  • Create a page with several elements
  • Move around the screen using pu setxy …. pd
  • **Learn new commands
  • Check code and debug
Nov 102016
 
  1. Typing,com – 5 minutes
  2. Go to j2launch – j2code – LOGO
  3. Start your program with:
    1. reset
    2. setpensize 5
  4. Use as many of these commands as possible:
    1. Movement:   fd bk rt lt (with a space then a number)
    2. circle (with a space and a number)
    3. colour “yellow
    4. fill
    5. repeat 4 [  …   ]
    6. arc 90 30   – can you work out how this works?  (One number is the size, the other is the angle)
  5. Use the code below to move around the page without drawing:
    1. pu setxy 100 100 pd   (The numbers are x y coordinates and the screen goes from -250 to 250)
  6. Are there any other commands you can show that you can use?

Success steps

  • Use known commands
  • Use left-hand side panel to copy correct commands (syntax)
  • Create a page with several elements
  • Move around the screen using pu setxy …. pd
  • **Learn new commands
  • Check code and debug

 

Oct 312016
 

Success steps

  • First we will play some keyboard games…
    • Know the home keys
    • Find them (with your eyes shut!)
  • Log into j2e
  • LIME, MAPLE – complete Computing at Home survey
  • Log into typing.com with your Google account
    • In Account at the bottom, join a class – trype in “mrwtypingclass” and select your class
    • Start from lesson 1
      • Start at the home keys
      • Use correct fingers for typing

Question – How could we link j2review to your progress in typing?  (It needs a file in “my files” to be able to grade).

 

 

 

  • j2launch – Find the typing folder then Typing speed test
  • When you have finished the test,
    • Printscreen (Look for PrtScr on you keyboards)
      • Ctrl-silver blob (F10#) on the PC keyboards
      • Fn-PrntScrn on some laptops
      • Just press PrntScr on most laptops
    • Paste (Ctrl-V)  this into a new j2e5 page called Typing
    • If you can’t Printscreen, type your speed into a j2e page called Typing – put today’s date next to it.
Oct 312016
 

Success steps

  • First we will play some games to help us learn where the home keys are;
    • Know what home keys are
    • Find home keys (with your eyes shut!)
  • Log into j2e;
    • Can you remember your password?
  • Find BBC typing activity on j2launch
    • Follow instructions carefully
  • Use headphones
    • Plug in
    • Pack away neatly

 

Oct 202016
 
  • Please finish Fetch and Doggy data searching activities
    • SC
      • copy and paste webpage link
      • use 3 or 4 keywords to search
      • find and write the answers to the questions
  • You then have a choice of:
    • Budd:e + make a page of ideas in j2e
    • Digital Compass + ideas page in j2e
    • Information treasure hunt on Google Classroom
Oct 182016
 

Please fill out the Computing at home survey

How many different tools can you use?

  • Write
  • paint
  • animate
  • pictograms
  • graph

Did you…?

  • Login to j2e
  • explore tools
  • make new mix file/page
  • move forward/back page
  • tell a short story/give info about a topic

Next, you could…

  • Use j2e tools, eg jit for homework or for fun at home
  • Can you finish your mini book?