As a rule, you&#39;d be surprised how <b>little</b> programming skill is required to do well in SD outcomes.<br><br>It&#39;s really <b>not</b> rocket surgery.<br>  <br>The new study design, for example, bends over backwards to stress that students are <b>not</b> to worry about database integration or configuring a software module to interact with an OS API. <br>

<br>See the sample outcomes in the study design.  They specifically exclude the need to interact with &quot;live&quot; modules like those that send data from a portable device to a website.<br><br>The theory is, as in all VCE subjects, the dominant factor. <br>

<br>Focus on programming <b>fundamentals</b>. Don&#39;t get distracted by current implementations which could be out of date in 18 months as paradigms continue to shift.<br><br>Loops, logic, variables, arrays, objects, events : they&#39;re not likely to go away in a hurry.  Concentrate on them.<br>

<br>2.3c worth (an extra 0.2 cents for GST, 0.1c for passion)<br><br>Mark<br><div class="gmail_quote"><br>On 24 November 2010 13:57, Russell Quinn <span dir="ltr">&lt;<a href="mailto:QN@boxhillhs.vic.edu.au">QN@boxhillhs.vic.edu.au</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">Ta for your views..<br>
<br>
I was actually wondering if the course writers or<br>
examiners had a view on if concurrency was seen<br>
as examinable. There is allot of stress on the network<br>
environment but I cannot see any formal statement on<br>
concurrency, but I cannot see how to avoid it either.<br>
<br>
Regarding the queue, I think it could be managed as<br>
at the application level, provided the file was only<br>
accessible through the application. A bit like a portal<br>
to the file. Since the course talks about queues, I thought<br>
it might be fun to use one, even if a bit contrived.<br>
<div class="im"><br>
Regards,<br>
<br>
Russell Quinn<br>
________________________________________<br>
From: <a href="mailto:sofdev-bounces@edulists.com.au">sofdev-bounces@edulists.com.au</a> [<a href="mailto:sofdev-bounces@edulists.com.au">sofdev-bounces@edulists.com.au</a>] On Behalf Of <a href="mailto:sofdev-request@edulists.com.au">sofdev-request@edulists.com.au</a> [<a href="mailto:sofdev-request@edulists.com.au">sofdev-request@edulists.com.au</a>]<br>


</div>Sent: Wednesday, 24 November 2010 12:00 PM<br>
<div class="im">To: <a href="mailto:sofdev@edulists.com.au">sofdev@edulists.com.au</a><br>
</div>Subject: sofdev Digest, Vol 68, Issue 40<br>
<div class="im"><br>
Send sofdev mailing list submissions to<br>
        <a href="mailto:sofdev@edulists.com.au">sofdev@edulists.com.au</a><br>
<br>
To subscribe or unsubscribe via the World Wide Web, visit<br>
        <a href="http://www.edulists.com.au/mailman/listinfo/sofdev" target="_blank">http://www.edulists.com.au/mailman/listinfo/sofdev</a><br>
or, via email, send a message with subject or body &#39;help&#39; to<br>
        <a href="mailto:sofdev-request@edulists.com.au">sofdev-request@edulists.com.au</a><br>
<br>
You can reach the person managing the list at<br>
        <a href="mailto:sofdev-owner@edulists.com.au">sofdev-owner@edulists.com.au</a><br>
<br>
When replying, please edit your Subject line so it is more specific<br>
than &quot;Re: Contents of sofdev digest...&quot;<br>
<br>
<br>
Today&#39;s Topics:<br>
<br>
</div>   1. Re: PSM part 2 (Mark KELLY)<br>
   2. Re: Concurrency Issues (Mark KELLY)<br>
<br>
<br>
----------------------------------------------------------------------<br>
<br>
Message: 1<br>
Date: Wed, 24 Nov 2010 08:42:26 +1100<br>
From: Mark KELLY &lt;<a href="mailto:kel@mckinnonsc.vic.edu.au">kel@mckinnonsc.vic.edu.au</a>&gt;<br>
Subject: Re: [Year 12 SofDev] PSM part 2<br>
To: &quot;Year 12 Software Development Teachers&#39; Mailing List&quot;<br>
<div class="im">        &lt;<a href="mailto:sofdev@edulists.com.au">sofdev@edulists.com.au</a>&gt;<br>
Message-ID:<br>
</div>        &lt;<a href="mailto:AANLkTinQ19%2B1-Ujy7p_VxRkSkXdq-PrtBNZ097EQvUdG@mail.gmail.com">AANLkTinQ19+1-Ujy7p_VxRkSkXdq-PrtBNZ097EQvUdG@mail.gmail.com</a>&gt;<br>
Content-Type: text/plain; charset=&quot;windows-1252&quot;<br>
<br>
Agree.  The PSM discussion in the study design refers to use cases in both<br>
the analysis and design phases.  I reckon it shouldn&#39;t be in the latter.<br>
<br>
On 23 November 2010 16:28, Kevork Krozian &lt;<a href="mailto:K.Krozian@fhc.vic.edu.au">K.Krozian@fhc.vic.edu.au</a>&gt; wrote:<br>
<br>
&gt;  Hi Mark and friends,<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;  Quoting from one of my favourite series ? UML 2 for Dummies? p 151;<br>
&gt;<br>
&gt;  ? Most developers use use cases as artifacts of analysis. Use cases should<br>
&gt; be used to specify the required behaviours of your system not capture design<br>
&gt; of your system. Design decisions change often; implementations change even<br>
&gt; oftener (sic)?<br>
&gt;<br>
&gt; ..............<br>
&gt;<br>
&gt; ? Separating analysis from design also frees your test team to start<br>
&gt; developing their test plans directly from the use cases ? knowing that the<br>
&gt; use case will be (relatively) stable, knowing that they will be able to test<br>
&gt; the functionality of the system directly from the use case.<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; Logical design is in the analysis phase and Physical design in the design<br>
&gt; phase. Use cases describe *what* , not *how* . *How* is worked out later<br>
&gt; in the design phase.<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; So, the statement Use cases as being a useful tool to use during physical<br>
&gt; design can only make sense if it is used to inform *how* your design<br>
&gt; should proceed based on the *what* you want to get done from the completed<br>
&gt; analysis .<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; My 2c worth.<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; Kind Regards<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; Kevork Krozian<br>
&gt;<br>
&gt; Digital Learning Manager<br>
&gt;<br>
&gt; Forest Hill College<br>
&gt;<br>
&gt; <a href="http://www.fhc.vic.edu.au" target="_blank">www.fhc.vic.edu.au</a><br>
&gt;<br>
&gt; tel: 0419 356 034<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; *From:* <a href="mailto:sofdev-bounces@edulists.com.au">sofdev-bounces@edulists.com.au</a> [mailto:<br>
&gt; <a href="mailto:sofdev-bounces@edulists.com.au">sofdev-bounces@edulists.com.au</a>] *On Behalf Of *Mark KELLY<br>
&gt; *Sent:* Monday, 22 November 2010 11:18 AM<br>
&gt; *To:* Year 12 Software Development Teachers&#39; Mailing List<br>
&gt; *Subject:* [Year 12 SofDev] PSM part 2<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; Hi all.  The study design&#39;s PSM discussion lists Use Cases as being a<br>
&gt; useful tool to use during *physical design*.<br>
&gt;<br>
&gt; I would have thought they would be a *logical* design tool since they are<br>
&gt; so abstract and emphasise functionality requirements rather than<br>
&gt; implementation methods.<br>
&gt;<br>
&gt; --<br>
<div><div></div><div class="h5">&gt; Mark Kelly<br>
&gt; Manager Information Systems<br>
&gt; Reporting Manager<br>
&gt; IT Learning Area Manager<br>
&gt;<br>
&gt; McKinnon Secondary College<br>
&gt; McKinnon Rd McKinnon 3204<br>
&gt; Victoria, Australia<br>
&gt; Direct line / Voicemail: +613 8520 9085<br>
&gt; Fax +613 9578 9253<br>
&gt; <a href="mailto:kel@mckinnonsc.vic.edu.au">kel@mckinnonsc.vic.edu.au</a><br>
&gt;<br>
&gt; VCE IT Lecture Notes: <a href="http://vceit.com" target="_blank">http://vceit.com</a><br>
&gt; Moderator: IT Applications Edulist<br>
&gt;<br>
&gt; My cow died on this day two years ago.  I know because I noted it in my<br>
&gt; dairy.<br>
&gt;<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; <a href="http://www.edulists.com.au" target="_blank">http://www.edulists.com.au</a> - FAQ, Subscribe, Unsubscribe<br>
&gt; IT Software Development Mailing List kindly supported by<br>
&gt; <a href="http://www.vcaa.vic.edu.au" target="_blank">http://www.vcaa.vic.edu.au</a> - Victorian Curriculum and Assessment Authority<br>
&gt; and<br>
&gt; <a href="http://www.vcaa.vic.edu.au/vce/studies/infotech/softwaredevel3-4.html" target="_blank">http://www.vcaa.vic.edu.au/vce/studies/infotech/softwaredevel3-4.html</a><br>
&gt; <a href="http://www.vitta.org.au" target="_blank">http://www.vitta.org.au</a>  - VITTA Victorian Information Technology Teachers<br>
&gt; Association Inc<br>
&gt;<br>
<br>
<br>
<br>
--<br>
Mark Kelly<br>
Manager Information Systems<br>
Reporting Manager<br>
IT Learning Area Manager<br>
<br>
McKinnon Secondary College<br>
McKinnon Rd McKinnon 3204<br>
Victoria, Australia<br>
Direct line / Voicemail: +613 8520 9085<br>
Fax +613 9578 9253<br>
<a href="mailto:kel@mckinnonsc.vic.edu.au">kel@mckinnonsc.vic.edu.au</a><br>
<br>
VCE IT Lecture Notes: <a href="http://vceit.com" target="_blank">http://vceit.com</a><br>
Moderator: IT Applications Edulist<br>
<br>
My cow died on this day two years ago.  I know because I noted it in my<br>
dairy.<br>
</div></div><div class="im">-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
</div>URL: <a href="http://www.edulists.com.au/pipermail/sofdev/attachments/20101124/e7fcff3c/attachment-0001.html" target="_blank">http://www.edulists.com.au/pipermail/sofdev/attachments/20101124/e7fcff3c/attachment-0001.html</a><br>


<br>
------------------------------<br>
<br>
Message: 2<br>
Date: Wed, 24 Nov 2010 10:02:09 +1100<br>
From: Mark KELLY &lt;<a href="mailto:kel@mckinnonsc.vic.edu.au">kel@mckinnonsc.vic.edu.au</a>&gt;<br>
Subject: Re: [Year 12 SofDev] Concurrency Issues<br>
To: &quot;Year 12 Software Development Teachers&#39; Mailing List&quot;<br>
<div class="im">        &lt;<a href="mailto:sofdev@edulists.com.au">sofdev@edulists.com.au</a>&gt;<br>
Message-ID:<br>
</div>        &lt;AANLkTi=<a href="mailto:L7XpeRgk8jYCuAQvDOExpgnw0JbbAsaxJMtgk@mail.gmail.com">L7XpeRgk8jYCuAQvDOExpgnw0JbbAsaxJMtgk@mail.gmail.com</a>&gt;<br>
<div><div></div><div class="h5">Content-Type: text/plain; charset=&quot;iso-8859-1&quot;<br>
<br>
Locking a file or record was as far as I went with coping with networked<br>
programming.  Kids can be responsible for that within their little bit of<br>
code.<br>
<br>
Managing a queue for access to files would, I believe, be beyond the scope<br>
of what is expected of students. Such control would have to be outside of<br>
their code, and be OS-dependent, wouldn&#39;t it?<br>
<br>
<br>
On 23 November 2010 14:13, Russell Quinn &lt;<a href="mailto:QN@boxhillhs.vic.edu.au">QN@boxhillhs.vic.edu.au</a>&gt; wrote:<br>
<br>
&gt; Hi all,<br>
&gt;   has anyone given thought to concurrency - since<br>
&gt; we are in a networked environment.  Do we have<br>
&gt; to cater for locks and deadlocks, perhaps queues<br>
&gt; for access to files - esp during the coding SAC.<br>
&gt; I do not see any mention of these issues in the course<br>
&gt; statements, but I cannot see how you could do a good job<br>
&gt; in a network environment without looking at them.<br>
&gt;<br>
&gt; Regards,<br>
&gt;<br>
&gt; Russell Quinn<br>
&gt; ________________________________________<br>
&gt; From: <a href="mailto:sofdev-bounces@edulists.com.au">sofdev-bounces@edulists.com.au</a> [<a href="mailto:sofdev-bounces@edulists.com.au">sofdev-bounces@edulists.com.au</a>] On<br>
&gt; Behalf Of <a href="mailto:sofdev-request@edulists.com.au">sofdev-request@edulists.com.au</a> [<a href="mailto:sofdev-request@edulists.com.au">sofdev-request@edulists.com.au</a>]<br>
&gt; Sent: Tuesday, 23 November 2010 1:04 PM<br>
&gt; To: <a href="mailto:sofdev@edulists.com.au">sofdev@edulists.com.au</a><br>
&gt; Subject: sofdev Digest, Vol 68, Issue 36<br>
&gt;<br>
&gt; Send sofdev mailing list submissions to<br>
&gt;        <a href="mailto:sofdev@edulists.com.au">sofdev@edulists.com.au</a><br>
&gt;<br>
&gt; To subscribe or unsubscribe via the World Wide Web, visit<br>
&gt;        <a href="http://www.edulists.com.au/mailman/listinfo/sofdev" target="_blank">http://www.edulists.com.au/mailman/listinfo/sofdev</a><br>
&gt; or, via email, send a message with subject or body &#39;help&#39; to<br>
&gt;        <a href="mailto:sofdev-request@edulists.com.au">sofdev-request@edulists.com.au</a><br>
&gt;<br>
&gt; You can reach the person managing the list at<br>
&gt;        <a href="mailto:sofdev-owner@edulists.com.au">sofdev-owner@edulists.com.au</a><br>
&gt;<br>
&gt; When replying, please edit your Subject line so it is more specific<br>
&gt; than &quot;Re: Contents of sofdev digest...&quot;<br>
&gt;<br>
&gt;<br>
&gt; Today&#39;s Topics:<br>
&gt;<br>
&gt;   1. Royce Williams (Margaret Iaquinto)<br>
&gt;<br>
&gt;<br>
&gt; ----------------------------------------------------------------------<br>
&gt;<br>
&gt; Message: 1<br>
&gt; Date: Tue, 23 Nov 2010 13:04:02 +1000<br>
&gt; From: Margaret Iaquinto &lt;<a href="mailto:Margaret.Iaquinto@stleonards.vic.edu.au">Margaret.Iaquinto@stleonards.vic.edu.au</a>&gt;<br>
&gt; Subject: [Year 12 SofDev] Royce Williams<br>
&gt; To: &quot;List&#39;, &#39;Year 12 Software Development Teachers&#39; Mailing&quot;<br>
&gt;        &lt;<a href="mailto:sofdev@edulists.com.au">sofdev@edulists.com.au</a>&gt;<br>
&gt; Message-ID: &lt;<a href="mailto:4CEBBBC2.E9D0.00E9.1@stleonards.vic.edu.au">4CEBBBC2.E9D0.00E9.1@stleonards.vic.edu.au</a>&gt;<br>
&gt; Content-Type: text/plain; charset=&quot;iso-8859-15&quot;<br>
&gt;<br>
&gt;<br>
&gt; Hi<br>
&gt;<br>
&gt; I need to contact Royce Williams who used to work at Billanook. Would<br>
&gt; someone kindly contact me offlist with some details, please?<br>
&gt;<br>
&gt; Maggie<br>
&gt;<br>
&gt;<br>
&gt; Margaret Iaquinto<br>
&gt; Information Technology Coordinator<br>
&gt;<br>
&gt; St Leonard&#39;s College<br>
&gt; Brighton Campus<br>
&gt; t (+61 3) 9909 9300<br>
&gt;<br>
&gt; x 529<br>
&gt;<br>
&gt; <a href="http://www.stleonards.vic.edu.au" target="_blank">www.stleonards.vic.edu.au</a><br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; Alternate email: <a href="mailto:maggie@iaquinto.net">maggie@iaquinto.net</a><br>
&gt; -------------- next part --------------<br>
&gt; An HTML attachment was scrubbed...<br>
&gt; URL:<br>
&gt; <a href="http://www.edulists.com.au/pipermail/sofdev/attachments/20101123/76db5e4e/attachment.html" target="_blank">http://www.edulists.com.au/pipermail/sofdev/attachments/20101123/76db5e4e/attachment.html</a><br>
&gt; -------------- next part --------------<br>
&gt; A non-text attachment was scrubbed...<br>
&gt; Name: ATT00001<br>
&gt; Type: image/bmp<br>
&gt; Size: 30774 bytes<br>
&gt; Desc: ATT00001<br>
&gt; Url :<br>
&gt; <a href="http://www.edulists.com.au/pipermail/sofdev/attachments/20101123/76db5e4e/attachment.bmp" target="_blank">http://www.edulists.com.au/pipermail/sofdev/attachments/20101123/76db5e4e/attachment.bmp</a><br>
&gt;<br>
&gt; ------------------------------<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; sofdev mailing list<br>
&gt; <a href="mailto:sofdev@edulists.com.au">sofdev@edulists.com.au</a><br>
&gt; <a href="http://www.edulists.com.au/mailman/listinfo/sofdev" target="_blank">http://www.edulists.com.au/mailman/listinfo/sofdev</a><br>
&gt;<br>
&gt;<br>
&gt; End of sofdev Digest, Vol 68, Issue 36<br>
&gt; **************************************<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; <a href="http://www.edulists.com.au" target="_blank">http://www.edulists.com.au</a> - FAQ, Subscribe, Unsubscribe<br>
&gt; IT Software Development Mailing List kindly supported by<br>
&gt; <a href="http://www.vcaa.vic.edu.au" target="_blank">http://www.vcaa.vic.edu.au</a> - Victorian Curriculum and Assessment Authority<br>
&gt; and<br>
&gt; <a href="http://www.vcaa.vic.edu.au/vce/studies/infotech/softwaredevel3-4.html" target="_blank">http://www.vcaa.vic.edu.au/vce/studies/infotech/softwaredevel3-4.html</a><br>
&gt; <a href="http://www.vitta.org.au" target="_blank">http://www.vitta.org.au</a>  - VITTA Victorian Information Technology Teachers<br>
&gt; Association Inc<br>
&gt;<br>
<br>
<br>
<br>
--<br>
Mark Kelly<br>
Manager Information Systems<br>
Reporting Manager<br>
IT Learning Area Manager<br>
<br>
McKinnon Secondary College<br>
McKinnon Rd McKinnon 3204<br>
Victoria, Australia<br>
Direct line / Voicemail: +613 8520 9085<br>
Fax +613 9578 9253<br>
<a href="mailto:kel@mckinnonsc.vic.edu.au">kel@mckinnonsc.vic.edu.au</a><br>
<br>
VCE IT Lecture Notes: <a href="http://vceit.com" target="_blank">http://vceit.com</a><br>
Moderator: IT Applications Edulist<br>
<br>
My cow died on this day two years ago.  I know because I noted it in my<br>
dairy.<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
</div></div>URL: <a href="http://www.edulists.com.au/pipermail/sofdev/attachments/20101124/e8628614/attachment-0001.html" target="_blank">http://www.edulists.com.au/pipermail/sofdev/attachments/20101124/e8628614/attachment-0001.html</a><br>


<div class="im"><br>
------------------------------<br>
<br>
_______________________________________________<br>
sofdev mailing list<br>
<a href="mailto:sofdev@edulists.com.au">sofdev@edulists.com.au</a><br>
<a href="http://www.edulists.com.au/mailman/listinfo/sofdev" target="_blank">http://www.edulists.com.au/mailman/listinfo/sofdev</a><br>
<br>
<br>
</div>End of sofdev Digest, Vol 68, Issue 40<br>
<div><div></div><div class="h5">**************************************<br>
<br>
_______________________________________________<br>
<a href="http://www.edulists.com.au" target="_blank">http://www.edulists.com.au</a> - FAQ, Subscribe, Unsubscribe<br>
IT Software Development Mailing List kindly supported by<br>
<a href="http://www.vcaa.vic.edu.au" target="_blank">http://www.vcaa.vic.edu.au</a> - Victorian Curriculum and Assessment Authority and<br>
<a href="http://www.vcaa.vic.edu.au/vce/studies/infotech/softwaredevel3-4.html" target="_blank">http://www.vcaa.vic.edu.au/vce/studies/infotech/softwaredevel3-4.html</a><br>
<a href="http://www.vitta.org.au" target="_blank">http://www.vitta.org.au</a>  - VITTA Victorian Information Technology Teachers Association Inc<br>
</div></div></blockquote></div><br><br clear="all"><br>-- <br>Mark Kelly<br>Manager Information Systems<br>Reporting Manager<br>IT Learning Area Manager<br><br>McKinnon Secondary College<br>McKinnon Rd McKinnon 3204<br>Victoria, Australia<br>

Direct line / Voicemail: +613 8520 9085<br>Fax +613 9578 9253<br><a href="mailto:kel@mckinnonsc.vic.edu.au" target="_blank">kel@mckinnonsc.vic.edu.au</a><br><br>VCE IT Lecture Notes: <a href="http://vceit.com" target="_blank">http://vceit.com</a><br>

Moderator: IT Applications Edulist<br><br>My cow died on this day two years ago.  I know because I noted it in my dairy.<br><br><br>