William and Kate's Baby is on its way... What are your predictions: Five Boys Names? Five Girls Names? Weight? Date and Time? #Royalbaby Gold eref for each one you get correct
Hello, I'm on the field doing High Jump for Sportsday. Here is some work for you to do if you are not with me!
9P6
Please continue your Trophies research you should have an idea of the top ten you researched from last lesson. Next do four sketches of ideas you have in colour on A4 paper and then collect votes on these designs from the rest of the class. The winning design then needs to be developed on its own page of A4 in detail. Photograph or use the Blogger App to upload these images to your Blog.
Trophies will be awarded at an awards ceremony.
You must design the trophy, which will be produced in three different colours or metals for 1st, 2nd and 3rd places.
9M5 You should be finishing your storyboards by now in colour with all sections complete. One for the open screen four levels and an end screen. maybe also a highscore screen and a bonus level. Once complete photograph them and upload onto your blogs and get other to comment on them. This can also be done using by downloading the Blogger App on your phones or other devices. You should have covered all these points
Your storyboards designs should include:
all general rules for the game
specific rules for each level or scene
a storyboard for each level or scene
methods of navigation and control
anything else you think is important.
Ask game testers for feedback on your designs and make changes if necessary.
10M5
You should have finished your Design Log for the Flyer by the end of this lesson.
The flyer should show
You must design a flyer to advertise the new takeaway shop. It will be delivered to homes in the area.
It must be A5 size, printed on both sides and include:
the logo
the shop name
information about the new shop
information about the healthy meals for sale
an image of the complete shop front
images of food items and the packaging
The Design Log for the Flyer and all the other products you have made must cover all of these points
key stages in the design and development of your products
annotated images of your designs and finished products
explanations of your design decisions
changes made in response to feedback and testing
details of the software you use to create each product
You must design the trophy, which will be produced in three different colours or metals for 1st, 2nd and 3rd places.
Produce a design for a 3D trophy. It must:
be created using only vector tools
include embossed elements
represent the chosen competition in some way
show how it will be made freestanding
show the dimensions and scale.
Produce representations of the trophy for 1st, 2nd and 3rd places, in three different colours or metals.
Produce a representation of one of the trophies in use at the awards ceremony.You MUST create this representation using graphics tools to edit and combine elements.
The Global Reach program shows how you can read and even change global variables from inside functions.
# Global Reach # Demonstrates global variables def read_global(): print("From inside the local scope of read_global(), value is:", value) def shadow_global(): value = -10 print("From inside the local scope of shadow_global(), value is:", value) def change_global(): global value value = -10 print("From inside the local scope of change_global(), value is:", value) # main # value is a global variable because we're in the global scope here value = 10 print("In the global scope, value has been set to:", value, "\n") read_global() print("Back in the global scope, value is still:", value, "\n") shadow_global() print("Back in the global scope, value is still:", value, "\n") change_global() print("Back in the global scope, value has now changed to:", value) input("\n\nPress the enter key to exit.") What is Reading a Global Variable? What is Shadowing a Global Variable? How do we get complete access to a global variable in Python?
Passing Values through arguments to parameters allows you to give information to a function. Python allows greater control and flexibility with the way you pass information, through default parameter values and keyword arguements.
# Birthday Wishes # Demonstrates keyword arguments and default parameter values # positional parameters def birthday1(name, age): print("Happy birthday,", name, "!", " I hear you're", age, "today.\n") # parameters with default values def birthday2(name = "Jackson", age = 1): print("Happy birthday,", name, "!", " I hear you're", age, "today.\n") birthday1("Jackson", 1) birthday1(1, "Jackson") birthday1(name = "Jackson", age = 1) birthday1(age = 1, name = "Jackson") birthday2() birthday2(name = "Katherine") birthday2(age = 12) birthday2(name = "Katherine", age = 12) birthday2("Katherine", 12) input("\n\nPress the enter key to exit.")
Engelbart developed the tool in the 1960s as a wooden shell covering two metal wheels, patenting it long before the mouse's widespread use. He also worked on early incarnations of email, word processing and video teleconferences at a California research institute. read more here
Following on from last weeks assemblies and in preparation for NON UNIFORM DAY this coming Friday ( July 5th) please take a look at the following you tube videos and select whichever you believe to be appropriate for your tutor group.
Please use these as a starting point for discussion about the value of a unit in a hospital specifically for teenagers.
Information about the progress of the Southampton Teenage Cancer Trust Unit can be found at:
The lad in the blue and white striped shirt is one of our ex pupils,Nick Illston, who is recovering from a brain tumour. Nick has been a tremendous ambassador for the Teenage Cancer Trust since his diagnosis.
The community focus group will be selling TCT merchandise from the d.@rt at break and lunchtimes and on Friday 5th July the day has been designated as a non uniform day by SLT.
There will be a concert in the outdoor performance space ( weather permitting) on Friday when we will be doing a bucket shake. Please bring in a few extra pennies for this amazing charity.