Tuesday, 3 February 2015

Tuesday, 27 January 2015

power point 1

last time we
-add audio(sound)
-add video
-add and edit animation

today we will
-add hyperlinks
-add hot spots
-change the slide master

Wednesday, 12 November 2014

homework spreadsheet 1


  • a CELL is a number in a colunm/row like B3 or E6
  • An active cell is a cell that you are using
  • A row is line going side ways on a spreadsheet
  • A colunm is a line going up on a spreadsheet
  • the symbol for multiplication on a formula is *
  •  the symbol for divison for a formula is /

Tuesday, 11 November 2014

spreadsheets 1

learning objectives

  • learn spreadsheet key words
  • create formula in a spreadsheet to add,subtract,multiply and divide numbers
  • To write a formula you MUST start with an =
  • eg, =A6+B7
  • when you type this in the computer will calculate the answer
  • =A10-H5 is the way to subtract

Tuesday, 21 October 2014

logo lesson 4

-create subroutines to draw 3-4 buildings
-create a cityscape using 4 buildings

Tuesday, 14 October 2014

Logo lesson 3


  • Todays objectices
  • create subroutines to draw shapes
  • draw patterns using repeats and subroutines
  • change the pen color
  • PU = pen up
  • PD = pen down
  • HOME = brings turtle back to starting position
  • to square repeat[fd 100 rt 90] end

Tuesday, 7 October 2014

Logo Lesson no.

-How to use repeats to make drawing shapes quicker

-How to use repeats to draw patterns

-How to change the pen color