Monday 23 May 2016

Photoshop

L/Os - To develop new skills using Adobe Photoshop
OUTCOMES - You will have identified and practised new skills. You will have created a photomontage using Adobe Photoshop.


Take the Real or Photoshop quiz HERE



STARTER:

  1. Download the montage images HERE
  2. Save them into your Year 7 ICT folder
  3. Open Adobe Photoshop


Learn TWO new tools/techniques in Adobe Photoshop and be prepared to share - you can use the videos HERE to help you


EXTENSION:

Create your own A4 montage using a variety of Adobe Photoshop skills


Wednesday 18 May 2016

Python 1 and 2

LO:  To understand what a syntax is and complete a simple Maths calculator in Python.





Download the python evidence document here


****************** PART 1 ******************

Create a simple 'Hello' program in Python using the 'Print' command.


Task 1: Write this code:

1.print (“Hello, how are you today?”)
2.print (“I hope you are enjoying learning Python”)
3.print (“What shall we code next?”)


Now change it to make your own message.

Task 2:
Python has an in-built calculator.

Try out a calculation in Python using the Print command.
* = Multiplication
- = Subtraction
/ = Division
+ = Additions
1.print (5*2)
2.print (6+6)
3.print (6/2)


See if the person next to you is just as quick to work out the calculation.



****************** PART 2 ******************




PLENARY:

Complete the evidence document for the first 2 sections.