Posts

Showing posts from 2015

15/12/15

Image
Learning Objective:  Demonstrate project planning skills using storyboard techniques Download the Storyboard Annotation Template HERE Task 1  Insert all pictures in to the Storyboard document. - Main Menu - Instruction Screen - Back Story - Level 1 - Level 2 - Level 3 - Level 4 - Level 5 - Winning Screen - Losing Screen - Other Screens Task 2 Write a description for all your screens - Main Menu - Instruction Screen - Back Story - Level 1 - Level 2 - Level 3 - Level 4 - Level 5 - Winning Screen - Losing Screen - Other Screens Extension - Explain your Ideas for each screen - Design Decisions for each screen - Rules for each screen - Feedback on each screen How many boxes did you get on the Tracker? Why?

15-12-15

Image
Learning Objective:  Understand how magnetic media, optical media and solid state work What did we do last lesson? Hardware l4 how storage devices work diff.pptx from Clare Applegate Magnetic Storage  Optical Storage SSD Storage KAHOOT

09/12/15

Image
Learning Objective:  Evaluate learning of the Software Unit using revision notes, online resources and assessment. Feedback Test Paper 1 What did I do well? What areas did I not understand? Did I read the questions?  How and What can I do to improve my understanding of Software? Revision.... http://misscapplegate.blogspot.co.uk/search/label/9m4 Test Paper 2

07/12/15

Image
Learning Objective: Understand how to create a loop in Python and use a Boolean variable to define when to stop ITERATION - What is it? What is the process of iteration?  What are the 2 types of iteration?  Who can tell me the difference between these 2 types of iterations?  from random import randint myNumber = randint(1, 100) guessNum = 0 numberGuessed = False guess = 0 print (I’m thinking of a number between 1 and 100…”) print (“Make a guess and I’ll tell you whether the number is higher or lower”) while numberGuessed == False:     guess = int(input(“Enter your guess: “))     guessNum += 1     if myNumber > guess:      print (“Higher”)     elif myNumber < guess:      print (“Lower”)     elif myNumber == guess:      print (“Well done you’ve guessed the number in “ + str(guessNum) + “ guesses”)      numberGuessed = True  Quiz!

07/12/15

Image
Learning Objective:  Evaluate learning of the Software Unit using revision notes, online resources and assessment. Practice Test! What area do you need revise for the real test? Software: Resource 1  - work through the pages Resource 2 Application Software Links: BBC Bitesize Resource 2 Systems Software Links: BBC Bitesize Utility Software Links: Resource 1 Operationg Systems: BBC Bitesize Test Yourself: Test 1 Test 2 Test 3 Test time!

02/12/15

Image
Learning Objective:  Recall types of data in Python Describe what a variable is in Python Understand how to use selection and create a simple calculator using Python Achievement books :) What are variables? A variable is just a box that you can store items in: The contents of a variable can change within a program. You need to use the  =  sign to declare a variable MyVariable = Peter (string) MyVariable = 12 (integer) MyVariable = 12.5 (float)

02/12/15

Image
Learning Objective:  Demonstrate project planning skills using storyboard techniques What words/pictures represent your coursework so far? Task 1 Download the storyboard annotation document HERE Save this document in the correct place Task 2 Finish your stoaryboards Take pictures of your Screens! Save these pictures Task 3 Insert the pictures in to the document above. We will go through the first one together. What else have you thought about regarding this coursework? What do you think you will learn in the future during this coursework?

02/12/15

Image
Learning Objective:  Understand what secondary storage is by researching and displaying knowledge. Describe the most common types of secondary storage What is volatile memory?  Non-volatile?  Example?  What might secondary storage mean?  Is your storage device magnetic/optical/SSD? What does magnetic/optical/SSD mean (only explain your one)? What other devices use this type of storage? Advantages of this type of device. Disadvantages What capacity can your device hold? Any other information? Presentation to the class! What 1 thing have you learnt today? Do you have any questions from the learning today?

01/12/15

Image
Learning Objective: Demonstrate understanding of what a rules log is for game design In your groups, how many rules can you come up with? Task 1  Download the Rules log HERE Save this document in  Sites > DA204SPB > Evidence > Game Design  Task 2 Create at least 3 rules for the following: Buttons on all your screens Controls for your player Picking up objects Enemies Changing levels Winning / Losing the game Scoring / Losing points Lives Health

01/12/15

Image
Learning Objective:  Demonstrate importing and editing sprites using Scratch What do you know about Scratch? Task 1 - Edit a Sprite in Scratch Task 2 - Make your Sprite Move! Scratch Guide Link Spelling Test!

26/11/15

Image
Learning Objective:  Demonstrate project planning skills using storyboard techniques What task are you on? Check my other post HERE Basically, feedback is information about how we are doing in our efforts to reach a goal.

25/11/15

Image
Learning Objective: Identify different types of system maintenance software using research skills What is Software? What is application software? What is systems software? Green Erefs! Task 1 What is disk clean-up? Why is it important to update your operating system? Task 2 What is system restore and why is it useful? What is system information and diagnosis? Consolidate your learning on Software. What areas do you need to revise? Use your revision notes, do any need finishing? Links to help you: BBC Bitesize Software Components  BBC Bitesize Operating Systems My blog Software revision Test Quiz on Utilities   What other resources can you find?

23/11/15

Image
Learning Objective:  Identify different types of Utility software using online resources Utility Software is an example of Systems Software that helps optimise, maintain, configure or analyse a computer. Examples include: Antivirus Spyware Protection Firewall Disk Formatting File Transfer De fragmentation Task 1 -  Go to this RESOURCE - Click on the  Common Utility Programs section - Watch Part A video and complete Part A quiz - Watch Part B video and complete Part B quiz Task 2 - Watch Part C video and complete Part C quiz - Watch Part D video Task 3 - Go to GOCONQR - Create a flash card for each example of utility software: 1. Antivirus 2. Spyware Protection 3. Firewall 4. Disk Formatting 5. File Transfer 6. De fragmentation - Write a definition of each on the flash card Extension: Try the next stage on the resource above HERE then,  CLICK HERE for a fun quiz

19/11/2015

Image
Learning Objective:  Understand and be able to use basic   Python Syntax Start > All programs > ICT & Business > IDLE (Python GUI) File > New File Task 1 Type the following text exactly in to the window: print (“Hello World”) Then go to File > Save As Save the file as Hello World Then go to Run > Run Module (F5) Task 2 Type the following text below Print (“Hello World”) print (“Are you enjoying learning Python?”) Then save and run again. Task 3 Now change the text to something you would like to say. Example: Print (“Hello my name is Miss Applegate”) Extension Go to www.codecademy.com Login using your Google account Try the Python Syntax section Download and save the Unit 3 Python Programming Evidence Document Screen shot your work and place in this document