May 14, 2009
Create a Splash Screen
- Design your screen in terms of a suitable image and a heading, using a picturebox and a label.
- Add a progress bar to your form from the toolbox.
- Double-click on the form (not the progress bar). This code will run when the form is first opened.
- Set the value of the progress bar to 0. [pbrProgress.Value = 0].
- Add a timer to your form.
- Make sure you rename all your objects (screen elements) using appropriate naming conventions (prefixes).
- Set the timer interval property – remember an Interval of 1000 is approximately 1 second.
- Set the timer enabled property to TRUE.
- Double-click on the timer. This code will run repeatedly every interval.
- Increment the progress bar. [pbrProgress.Value = pbrProgress.Value + 10]. Note the value you increment by (here I’ve used 10), will be how much it increases by at once.
Once you have created the Splash screen you may move on to the theory work (some of which MUST be completed for homework); or you may attempt a task from the VB.NET tasks available. Some of you may have completed some of these tasks in Year 10. If so, you may skip tasks you’ve already done.
Leave a Comment » |
Software Design & Development |
Permalink
Posted by sebrown
January 22, 2009
I use this blog for providing information and instructions to students. This blog contains links to resources students will need during the year. All students are expected to make a note of this blog address and access it when required. If I am away from class for any reason, students should always check this blog for instructions regarding work. Students who are absent should check the blog for information regarding class tasks / homework. Students may comment on entries in order to demonstrate understanding or ask questions.
In 2009, each class will be expected to maintain a communal blog in addition to students’ personal blogs.
11 SDD Communal Blog
11 IPT Communal Blog
In addition, each class will maintain a class wiki with notes:
11 SDD Wiki
11 IPT Wiki
Individual students will take responsibility for composing individual topics / pages; but the whole class will be responsible for checking accuracy and maintaining quality content. These notes will be maintained for students to reflect on and revise from.
Please note: posts with a highlighted title are sticky posts. This means they remain at the top of the blog. Always check below the sticky posts for new posts.
My email address for questions / submitting information required by email is: susanna.edmondsbrown@gmail.com
Leave a Comment » |
Uncategorized |
Permalink
Posted by sebrown
June 2, 2009
Homework
Students are required to complete the text editor task (if they have not already done so) as well as the spreadsheet task (below).
- Create a copy of your .CSV file (the one you created in Notepad).
- Open the copy in Excel.
- On your data perform the following calculations:
- Total of a column of numbers
- Average of a column of numbers
- Minimum of a column of numbers (MIN function)
- Maximum of a column of numbers
- Use the IF function to put in a column that varies the content based on another column.
- Perform some conditional formatting.
- Create 2 graphs on your data.
- Blog on what you have done and categorise each action as Organising or Analysing.
Leave a Comment » |
Uncategorized |
Permalink
Posted by sebrown
April 3, 2009
Collect data on each of your class mates on how they spend their time (ie: how much time is spent on sleep, paid work, study, sport and downtime):
- Make sure you think about and plan your method of collection (eg: interview / survey / online form).
- If you want to use an online form of collection, the easiest is probably to create a ZOHO form in ZOHO Creator.
- The timeframe for your data is up to you (ie: whether you’re looking at how much time is spent at each activity daily or weekly).
Organise the data:
- Choose a suitable software package.
- Enter the data into the software package.
- Organise the data.
Analyse the data:
- Either using the software package chosen for organising or using a package that interfaces with that package, analyse the data.
- This may involve sorting the data in certain ways, identifying highs and lows, or creating charts / graphs etc…
Blog:
- Do a print screen or find some other method of displaying your organised and analysed information in your blog.
- Explain each process:
- Collecting – What collection method did you use? Why did you select your chosen collection method? Was it effective? Were there any issues / advantages to your method?
- Organising – Why did you select your chosen software package? What did you do with your data? Was it effective?
- Analysis – What analysis did you do on your data? How effective was your analysis?
Leave a Comment » |
IPT |
Permalink
Posted by sebrown
November 24, 2008
Students have TWO lessons plus homework to complete the following:
- Students are to read Chapter 2 of their HSC text books.
- Students are to complete all MULTIPLE CHOICE exercises (2A – 2R) in exercise books / on paper.
- All students are to post the following on Commongate -
@ An extended response to ONE of the other questions from the chapter exercises (2A – 2R). Each student must pick a different question. To determine questions you may use choose to create a thread on Commongate or use the NING forum (first post gets the question). Alternatively, you may simply agree amongst yourselves.
@ A reflection on how approaches to software development are changing and why.
@ A reflection on your understanding of implementation methods, and how they compare / contrast.
@ A comment on at least one other student’s post. This is should be reflective and constructive.
Leave a Comment » |
Software Design & Development |
Permalink
Posted by sebrown