<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML xmlns="http://www.w3.org/TR/REC-html40" xmlns:v = 
"urn:schemas-microsoft-com:vml" xmlns:o = 
"urn:schemas-microsoft-com:office:office" xmlns:w = 
"urn:schemas-microsoft-com:office:word" xmlns:st1 = 
"urn:schemas-microsoft-com:office:smarttags"><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2900.5969" name=GENERATOR><!--[if !mso]>
<STYLE>v\:* {
        BEHAVIOR: url(#default#VML)
}
o\:* {
        BEHAVIOR: url(#default#VML)
}
w\:* {
        BEHAVIOR: url(#default#VML)
}
.shape {
        BEHAVIOR: url(#default#VML)
}
</STYLE>
<![endif]--><o:SmartTagType name="country-region" 
namespaceuri="urn:schemas-microsoft-com:office:smarttags"></o:SmartTagType><o:SmartTagType 
name="Street" 
namespaceuri="urn:schemas-microsoft-com:office:smarttags"></o:SmartTagType><o:SmartTagType 
name="City" 
namespaceuri="urn:schemas-microsoft-com:office:smarttags"></o:SmartTagType><o:SmartTagType 
name="PlaceType" 
namespaceuri="urn:schemas-microsoft-com:office:smarttags"></o:SmartTagType><o:SmartTagType 
name="PlaceName" 
namespaceuri="urn:schemas-microsoft-com:office:smarttags"></o:SmartTagType><o:SmartTagType 
name="place" 
namespaceuri="urn:schemas-microsoft-com:office:smarttags"></o:SmartTagType><o:SmartTagType 
name="address" 
namespaceuri="urn:schemas-microsoft-com:office:smarttags"></o:SmartTagType><o:SmartTagType 
name="PersonName" 
namespaceuri="urn:schemas-microsoft-com:office:smarttags"></o:SmartTagType><!--[if !mso]>
<STYLE>
st1\:*{behavior:url(#default#ieooui) }
</STYLE>
<![endif]-->
<STYLE>
<!--
 /* Font Definitions */
 @font-face
        {font-family:Wingdings;
        panose-1:5 0 0 0 0 0 0 0 0 0;}
@font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman";}
h1
        {margin-top:12.0pt;
        margin-right:0cm;
        margin-bottom:3.0pt;
        margin-left:0cm;
        text-align:center;
        page-break-after:avoid;
        font-size:18.0pt;
        font-family:Arial;}
p.MsoHeader, li.MsoHeader, div.MsoHeader
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:10.0pt;
        font-family:"Times New Roman";}
p.MsoFooter, li.MsoFooter, div.MsoFooter
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:10.0pt;
        font-family:Arial;}
a:link, span.MsoHyperlink
        {color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {color:blue;
        text-decoration:underline;}
p.BoxText, li.BoxText, div.BoxText
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:10.0pt;
        font-family:"Times New Roman";}
span.EmailStyle20
        {mso-style-type:personal-reply;
        font-family:Arial;
        color:navy;}
@page Section1
        {size:612.0pt 792.0pt;
        margin:72.0pt 90.0pt 72.0pt 90.0pt;}
div.Section1
        {page:Section1;}
 /* List Definitions */
 @list l0
        {mso-list-id:359474246;
        mso-list-template-ids:-2068163806;}
@list l0:level1
        {mso-level-number-format:bullet;
        mso-level-text:\F0B7;
        mso-level-tab-stop:36.0pt;
        mso-level-number-position:left;
        text-indent:-18.0pt;
        mso-ansi-font-size:10.0pt;
        font-family:Symbol;}
ol
        {margin-bottom:0cm;}
ul
        {margin-bottom:0cm;}
-->
</STYLE>
<!--[if gte mso 9]><xml>
 <o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
 <o:shapelayout v:ext="edit">
  <o:idmap v:ext="edit" data="1" />
 </o:shapelayout></xml><![endif]--></HEAD>
<BODY lang=EN-AU vLink=blue link=blue bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Hello John</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>technically, a table is a data construct for use in 
a relational database and nothing else; has an fixed number of columns and 
an&nbsp;indefinite number of rows; has a lifetime that goes beyond the life of 
the application's execution time; and resides in a long term data store such 
as&nbsp;a disk drive. Its contents&nbsp;are generally&nbsp;accessed by matching 
query criteria, or&nbsp;by moving&nbsp;to a specific row/record/tuple and then 
accessing a specific&nbsp;column/field/attribute. Conceptually, tables are 
always 2-d but can be part of a larger structure, the relational database, 
wherein many tables are related to each other in some way.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>while a 2-d array is a data construct for use in a 
program and&nbsp;is general purpose; (generally) has a fixed number of 
columns&nbsp;and rows; has a lifetime that does *not* go beyond the execution 
time of the program; and resides in memory. Its contents are generally accessed 
directly by targeting a specific cell via 2 indexes. Conceptually, 2-d arrays 
are a specific kind of more general data structure, the array, which can in 
principle have any number of dimensions, not just 2. </FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>From a programming point of view, a 2-d array is 
probably much more like a spreadsheet than a database table.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Regards</FONT></DIV>
<DIV><FONT face=Arial size=2>Robert T-A</FONT></DIV>
<DIV><FONT face=Arial size=2>Brighton SC</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<BLOCKQUOTE 
style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
  <DIV style="FONT: 10pt arial">----- Original Message ----- </DIV>
  <DIV 
  style="BACKGROUND: #e4e4e4; FONT: 10pt arial; font-color: black"><B>From:</B> 
  <A title=jschwartz@parade.vic.edu.au 
  href="mailto:jschwartz@parade.vic.edu.au">John Schwartz</A> </DIV>
  <DIV style="FONT: 10pt arial"><B>To:</B> <A title=sofdev@edulists.com.au 
  href="mailto:sofdev@edulists.com.au">Year 12 Software Development Teachers' 
  Mailing List</A> </DIV>
  <DIV style="FONT: 10pt arial"><B>Sent:</B> Friday, June 25, 2010 8:56 AM</DIV>
  <DIV style="FONT: 10pt arial"><B>Subject:</B> Re: [Year 12 SofDev] Approved 
  programming languages for 2011</DIV>
  <DIV><BR></DIV>
  <DIV class=Section1>
  <P class=MsoNormal><FONT face=Arial color=navy size=2><SPAN 
  style="FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: Arial">Hi 
  all,<o:p></o:p></SPAN></FONT></P>
  <P class=MsoNormal><FONT face=Arial color=navy size=2><SPAN 
  style="FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: Arial">Please pardon my 
  ignorance but if we are not to use databases, what is the difference between a 
  table and a 2D (multidimensional) array?<o:p></o:p></SPAN></FONT></P>
  <P class=MsoNormal><FONT face=Arial color=navy size=2><SPAN 
  style="FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: Arial">John<o:p></o:p></SPAN></FONT></P>
  <P class=MsoNormal><FONT face=Arial color=navy size=2><SPAN 
  style="FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: Arial"><o:p>&nbsp;</o:p></SPAN></FONT></P>
  <TABLE cellPadding=5 width=200 border=0>
    <TBODY>
    <TR>
      <TH scope=col><IMG height=105 alt="" 
        src="cid:1870FD0BFCE84E8AA5443C2F3B7FEECB@timmerarends" width=127></TH>
      <TH scope=col noWrap>
        <P style="FONT-SIZE: 10pt; MARGIN: 0cm 0cm 0pt; FONT-FAMILY: Verdana" 
        align=left>John Schwartz</P>
        <P style="FONT-SIZE: 7.5pt; MARGIN: 0cm 0cm 0pt; FONT-FAMILY: Verdana" 
        align=left></P>
        <P style="FONT-SIZE: 7.5pt; MARGIN: 0cm 0cm 0pt; FONT-FAMILY: Verdana" 
        align=left><FONT color=#800080>Parade College</FONT></P>
        <P style="FONT-SIZE: 7.5pt; MARGIN: 0cm 0cm 0pt; FONT-FAMILY: Verdana" 
        align=left>1436 Plenty Road</P>
        <P style="FONT-SIZE: 7.5pt; MARGIN: 0cm 0cm 0pt; FONT-FAMILY: Verdana" 
        align=left>Bundoora, Victoria, 3083</P>
        <P style="FONT-SIZE: 7.5pt; MARGIN: 0cm 0cm 0pt; FONT-FAMILY: Verdana" 
        align=left>Phone: 03 9468 3300</P>
        <P style="FONT-SIZE: 7.5pt; MARGIN: 0cm 0cm 0pt; FONT-FAMILY: Verdana" 
        align=left>Fax: 03 9467 3937 </P>
        <P style="FONT-SIZE: 7.5pt; MARGIN: 0cm 0cm 0pt; FONT-FAMILY: Verdana" 
        align=left></P>
        <P style="FONT-SIZE: 7.5pt; MARGIN: 0cm 0cm 0pt; FONT-FAMILY: Verdana" 
        align=left>e-mail: <A 
        href="mailto:jschwartz@parade.vic.edu.au">jschwartz@parade.vic.edu.au</A> 
        | web: <A href="http://www.parade.vic.edu.au" 
        target=_blank>www.parade.vic.edu.au</A></P></TH></TR></TBODY></TABLE><BR>
  <P class=MsoNormal dir=ltr 
  style="MARGIN: 0cm 0cm 0pt; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; align: left"><U3:COUNTRY-REGION 
  u4:st="on"><U3:PLACE u4:st="on"><SPAN 
  style="mso-bookmark: _MailAutoSig"><B><SPAN 
  style="FONT-SIZE: 7.5pt; FONT-FAMILY: Verdana; mso-no-proof: yes">&nbsp; 
  </SPAN></B></SPAN></U3:PLACE></U3:COUNTRY-REGION><BR><A 
  title="Parade College Open Day: Sunday 14th February 2010" 
  href="http://www.trybooking.com/3385"><IMG style="WIDTH: 567px; HEIGHT: 116px" 
  height=116 alt="2010 Musical Production" hspace=0 
  src="cid:B5905DB62523465CBDB42AF0A54C2030@timmerarends" width=567 
  border=0></A></P><BR>
  <DIV class=MsoNormal 
  style="mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; align: left"><U3:COUNTRY-REGION 
  u4:st="on"><U3:PLACE u4:st="on"><SPAN 
  style="mso-bookmark: _MailAutoSig"><B><SPAN 
  style="FONT-SIZE: 7.5pt; FONT-FAMILY: Verdana; mso-no-proof: yes">
  <HR>
  </DIV>
  <DIV></SPAN></B></SPAN></U3:PLACE></U3:COUNTRY-REGION><U3:COUNTRY-REGION 
  u4:st="on"><U3:PLACE u4:st="on"><SPAN style="mso-bookmark: _MailAutoSig"><SPAN 
  lang=EN-US 
  style="FONT-SIZE: 7.5pt; COLOR: gray; FONT-FAMILY: Verdana; mso-no-proof: yes; mso-ansi-language: EN-US">This 
  e-mail and any attachments may be confidential. You must not disclose or use 
  the information in this e-mail if you are not the intended recipient. If you 
  have received this e-mail in error, please notify <U3:PLACE 
  u11:st="on"><U3:PLACENAME u11:st="on"><U1:PLACE 
  u2:endInsDate="2008-06-10T09:28:00Z" u2:endInsAuthor="Parade College" 
  u2:insDate="2008-06-10T09:28:00Z" u2:insAuthor="Parade College"><U1:PLACENAME 
  u2:endInsDate="2008-06-10T09:28:00Z" u2:endInsAuthor="Parade College" 
  u2:insDate="2008-06-10T09:28:00Z" u2:insAuthor="Parade College"><st1:place 
  w:st="on"><st1:PlaceName 
  w:st="on">Parade</U1:PLACENAME></U1:PLACE></U3:PLACENAME></st1:PlaceName></st1:place> 
  <U3:PLACETYPE u11:st="on"><U1:PLACETYPE u2:endInsDate="2008-06-10T09:28:00Z" 
  u2:endInsAuthor="Parade College" u2:insDate="2008-06-10T09:28:00Z" 
  u2:insAuthor="Parade College"><st1:PlaceType 
  w:st="on">College</U1:PLACETYPE></U3:PLACETYPE></U3:PLACE></st1:PlaceType> on 
  (03) 9468 3300 immediately and delete the e-mail and all copies. <U3:PLACE 
  u11:st="on"><U3:PLACENAME u11:st="on"><U1:PLACE 
  u2:endInsDate="2008-06-10T09:28:00Z" u2:endInsAuthor="Parade College" 
  u2:insDate="2008-06-10T09:28:00Z" u2:insAuthor="Parade College"><U1:PLACENAME 
  u2:endInsDate="2008-06-10T09:28:00Z" u2:endInsAuthor="Parade College" 
  u2:insDate="2008-06-10T09:28:00Z" u2:insAuthor="Parade College"><st1:place 
  w:st="on"><st1:PlaceName 
  w:st="on">Parade</U1:PLACENAME></U1:PLACE></U3:PLACENAME></st1:PlaceName></st1:place> 
  <U3:PLACETYPE u11:st="on"><U1:PLACETYPE u2:endInsDate="2008-06-10T09:28:00Z" 
  u2:endInsAuthor="Parade College" u2:insDate="2008-06-10T09:28:00Z" 
  u2:insAuthor="Parade College"><st1:PlaceType 
  w:st="on">College</U1:PLACETYPE></U3:PLACETYPE></U3:PLACE></st1:PlaceType> 
  does not guarantee that this e-mail is virus or error free. The attached files 
  are provided and may only be used on the basis that the user assumes all 
  responsibility for any loss, damage or consequence resulting directly or 
  indirectly from the use of the attached files, whether caused by the 
  negligence of the sender or not. Any views expressed in this e-mail are the 
  views of the individual sending the message, and do not necessarily reflect 
  the views held by <U3:PLACE u11:st="on"><U3:PLACENAME u11:st="on"><U1:PLACE 
  u2:endInsDate="2008-06-10T09:28:00Z" u2:endInsAuthor="Parade College" 
  u2:insDate="2008-06-10T09:28:00Z" u2:insAuthor="Parade College"><U1:PLACENAME 
  u2:endInsDate="2008-06-10T09:28:00Z" u2:endInsAuthor="Parade College" 
  u2:insDate="2008-06-10T09:28:00Z" u2:insAuthor="Parade College"><st1:place 
  w:st="on"><st1:PlaceName 
  w:st="on">Parade</U1:PLACENAME></U1:PLACE></U3:PLACENAME></st1:PlaceName></st1:place> 
  <U3:PLACETYPE u11:st="on"><U1:PLACETYPE u2:endInsDate="2008-06-10T09:28:00Z" 
  u2:endInsAuthor="Parade College" u2:insDate="2008-06-10T09:28:00Z" 
  u2:insAuthor="Parade College"><st1:PlaceType 
  w:st="on">College.</U1:PLACETYPE></U3:PLACETYPE></U3:PLACE></st1:PlaceType></SPAN></SPAN></U3:PLACE></U3:COUNTRY-REGION></DIV><BR>
  <DIV>
  <DIV class=MsoNormal style="TEXT-ALIGN: center" align=center><FONT 
  face="Times New Roman" size=3><SPAN lang=EN-US style="FONT-SIZE: 12pt">
  <HR tabIndex=-1 align=center width="100%" SIZE=2>
  </SPAN></FONT></DIV>
  <P class=MsoNormal><B><FONT face=Tahoma size=2><SPAN lang=EN-US 
  style="FONT-WEIGHT: bold; FONT-SIZE: 10pt; FONT-FAMILY: Tahoma">From:</SPAN></FONT></B><FONT 
  face=Tahoma size=2><SPAN lang=EN-US 
  style="FONT-SIZE: 10pt; FONT-FAMILY: Tahoma"> Mark KELLY 
  [mailto:kel@mckinnonsc.vic.edu.au] <BR><B><SPAN 
  style="FONT-WEIGHT: bold">Sent:</SPAN></B> Friday, 25 June 2010 8:30 
  AM<BR><B><SPAN style="FONT-WEIGHT: bold">To:</SPAN></B> <st1:PersonName 
  w:st="on">Year 12 Software Development Teachers' Mailing 
  List</st1:PersonName><BR><B><SPAN 
  style="FONT-WEIGHT: bold">Subject:</SPAN></B> [Year 12 SofDev] Approved 
  programming languages for 2011</SPAN></FONT><SPAN 
  lang=EN-US><o:p></o:p></SPAN></P></DIV>
  <P class=MsoNormal><FONT face="Times New Roman" size=3><SPAN 
  style="FONT-SIZE: 12pt"><o:p>&nbsp;</o:p></SPAN></FONT></P>
  <P class=MsoNormal><FONT face="Times New Roman" size=3><SPAN 
  style="FONT-SIZE: 12pt">Hi all.&nbsp; I've just got the latest bulletin.&nbsp; 
  Here's a rundown of the approved languages for 2011...<BR><BR><BR>Approved 
  programming languages and necessary programming skills for 2011 (adapted from 
  VCE Bulletin #80, June 2010) <BR><BR>"In the development of solutions, 
  students should be able to:<BR>• develop a graphical user interface (GUI), for 
  use in mobile computing devices, such as laptops, personal digital assistants, 
  gaming consoles, mobile phones<BR>• construct and use data structures, for 
  example multidimensional arrays, strings, sets, lists, tables, records, queues 
  and stacks<BR>• design, construct and use files (not databases) to store and 
  retrieve data<BR>• design and apply data validation techniques<BR>• use 
  program control structures: selection, iteration and sequencing.<BR><BR>The 
  purpose-designed software will entail the use of objects, methods and their 
  properties, and event-driven<BR>programming."<BR><BR>Approved 
  languages<o:p></o:p></SPAN></FONT></P>
  <UL type=disc>
    <LI class=MsoNormal 
    style="mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; mso-list: l0 level1 lfo1"><FONT 
    face="Times New Roman" size=3><SPAN style="FONT-SIZE: 12pt">Basic 
    (object-oriented variations only e.g. <A 
    href="http://VB.NET">VB.NET</A>)<o:p></o:p></SPAN></FONT> 
    <LI class=MsoNormal 
    style="mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; mso-list: l0 level1 lfo1"><FONT 
    face="Times New Roman" size=3><SPAN 
    style="FONT-SIZE: 12pt">C++<o:p></o:p></SPAN></FONT> 
    <LI class=MsoNormal 
    style="mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; mso-list: l0 level1 lfo1"><FONT 
    face="Times New Roman" size=3><SPAN 
    style="FONT-SIZE: 12pt">C#<o:p></o:p></SPAN></FONT> 
    <LI class=MsoNormal 
    style="mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; mso-list: l0 level1 lfo1"><FONT 
    face="Times New Roman" size=3><SPAN style="FONT-SIZE: 12pt">Objective C 
    <o:p></o:p></SPAN></FONT>
    <LI class=MsoNormal 
    style="mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; mso-list: l0 level1 lfo1"><FONT 
    face="Times New Roman" size=3><SPAN style="FONT-SIZE: 12pt">Visual Fox 
    Pro<o:p></o:p></SPAN></FONT> 
    <LI class=MsoNormal 
    style="mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; mso-list: l0 level1 lfo1"><FONT 
    face="Times New Roman" size=3><SPAN style="FONT-SIZE: 12pt">Pascal 
    (object-oriented variations only, e.g. <st1:place 
    w:st="on">Delphi</st1:place>)<o:p></o:p></SPAN></FONT> 
    <LI class=MsoNormal 
    style="mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; mso-list: l0 level1 lfo1"><FONT 
    face="Times New Roman" size=3><SPAN 
    style="FONT-SIZE: 12pt">Java<o:p></o:p></SPAN></FONT> 
    <LI class=MsoNormal 
    style="mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; mso-list: l0 level1 lfo1"><FONT 
    face="Times New Roman" size=3><SPAN 
    style="FONT-SIZE: 12pt">Perl<o:p></o:p></SPAN></FONT> 
    <LI class=MsoNormal 
    style="mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; mso-list: l0 level1 lfo1"><FONT 
    face="Times New Roman" size=3><SPAN 
    style="FONT-SIZE: 12pt">PHP<o:p></o:p></SPAN></FONT> 
    <LI class=MsoNormal 
    style="mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; mso-list: l0 level1 lfo1"><FONT 
    face="Times New Roman" size=3><SPAN 
    style="FONT-SIZE: 12pt">Python<o:p></o:p></SPAN></FONT> 
    <LI class=MsoNormal 
    style="mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; mso-list: l0 level1 lfo1"><FONT 
    face="Times New Roman" size=3><SPAN style="FONT-SIZE: 12pt">Ruby 
    <o:p></o:p></SPAN></FONT></LI></UL>
  <P class=MsoNormal><FONT face="Times New Roman" size=3><SPAN 
  style="FONT-SIZE: 12pt">The bulletin also adds, "With all of the above 
  languages, databases are <B><SPAN style="FONT-WEIGHT: bold">not</SPAN></B> to 
  be used to support the construction of solutions."<BR clear=all><BR>Note the 
  removal of Real Basic, Visual J and Visual J++, and the addition of Objective 
  C.&nbsp; <BR>Also note the emphasis on multidimentional arrays and the 
  specific exclusion of databases: it's good to get that old argument out of the 
  way!<BR><BR>-- <BR>Mark Kelly<BR>Manager - Information Systems<BR><st1:place 
  w:st="on"><st1:PlaceName w:st="on">McKinnon</st1:PlaceName> <st1:PlaceName 
  w:st="on">Secondary</st1:PlaceName> <st1:PlaceType 
  w:st="on">College</st1:PlaceType></st1:place><BR><st1:Street 
  w:st="on"><st1:address w:st="on">McKinnon Rd</st1:address></st1:Street> 
  McKinnon 3204, <st1:place w:st="on"><st1:City w:st="on">Victoria</st1:City>, 
  <st1:country-region 
  w:st="on">Australia</st1:country-region></st1:place><BR>Direct line / 
  Voicemail: 8520 9085<BR>School Phone +613 8520 9000<BR>School Fax +613 9578 
  9253<BR><A 
  href="mailto:kel@mckinnonsc.vic.edu.au">kel@mckinnonsc.vic.edu.au</A><BR><BR>Webmaster 
  - <A 
  href="http://www.mckinnonsc.vic.edu.au">http://www.mckinnonsc.vic.edu.au</A><BR>IT 
  Lecture notes: <A href="http://vceit.com">http://vceit.com</A><BR>Moderator: 
  IT Applications Mailing List<BR><BR>Korma: the philosophy that what you get 
  out of a curry depends on what you put into 
  it.<o:p></o:p></SPAN></FONT></P></DIV>
  <P>
  <HR>

  <P></P>_______________________________________________<BR>http://www.edulists.com.au 
  - FAQ, Subscribe, Unsubscribe<BR>IT Software Development Mailing List kindly 
  supported by<BR>http://www.vcaa.vic.edu.au - Victorian Curriculum and 
  Assessment Authority 
  and<BR>http://www.vitta.org.au/vce/studies/infotech/softwaredevel3-4.html 
  <BR>http://www.vitta.org.au&nbsp; - VITTA Victorian Information Technology 
  Teachers Association Inc</BLOCKQUOTE></BODY></HTML>