<!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:m = 
"http://schemas.microsoft.com/office/2004/12/omml"><HEAD>
<META content="text/html; charset=iso-8859-1" http-equiv=Content-Type>
<META name=GENERATOR content="MSHTML 8.00.6001.18852">
<STYLE>@font-face {
        font-family: Cambria Math;
}
@font-face {
        font-family: Calibri;
}
@page Section1 {size: 612.0pt 792.0pt; margin: 72.0pt 72.0pt 72.0pt 72.0pt; }
P.MsoNormal {
        MARGIN: 0cm 0cm 0pt; FONT-FAMILY: "Calibri","sans-serif"; FONT-SIZE: 11pt
}
LI.MsoNormal {
        MARGIN: 0cm 0cm 0pt; FONT-FAMILY: "Calibri","sans-serif"; FONT-SIZE: 11pt
}
DIV.MsoNormal {
        MARGIN: 0cm 0cm 0pt; FONT-FAMILY: "Calibri","sans-serif"; FONT-SIZE: 11pt
}
A:link {
        COLOR: blue; TEXT-DECORATION: underline; mso-style-priority: 99
}
SPAN.MsoHyperlink {
        COLOR: blue; TEXT-DECORATION: underline; mso-style-priority: 99
}
A:visited {
        COLOR: purple; TEXT-DECORATION: underline; mso-style-priority: 99
}
SPAN.MsoHyperlinkFollowed {
        COLOR: purple; TEXT-DECORATION: underline; mso-style-priority: 99
}
SPAN.EmailStyle17 {
        FONT-FAMILY: "Calibri","sans-serif"; COLOR: windowtext; mso-style-type: personal-compose
}
.MsoChpDefault {
        mso-style-type: export-only
}
DIV.Section1 {
        page: Section1
}
</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 link=blue bgColor=#ffffff vLink=purple>
<DIV><FONT size=2 face=Arial>Hi Heath,</FONT></DIV>
<DIV><FONT size=2 face=Arial></FONT>&nbsp;</DIV>
<DIV><FONT size=2 face=Arial>Hope someone else with more recent SOD expertise 
can help you.</FONT></DIV>
<DIV><FONT size=2 face=Arial></FONT>&nbsp;</DIV>
<DIV><FONT size=2 face=Arial>I would agree that arrays and linked lists can hold 
only one data type while records can hold several different data 
types.</FONT></DIV>
<DIV><FONT size=2 face=Arial></FONT>&nbsp;</DIV>
<DIV><FONT size=2 face=Arial>Linked lists are, as you say, ordered and 
sequential while arrays (1, 2 or 3 D) allow random access. Records? All the data 
for one record is stored together, the records being stored in order of 
entry,&nbsp;and the whole data table may be indexed on any one of the data items 
in the record.</FONT></DIV>
<DIV><FONT size=2 face=Arial></FONT>&nbsp;</DIV>
<DIV><FONT size=2 face=Arial>How much more would they want for 6 
marks?</FONT></DIV>
<DIV><FONT size=2 face=Arial></FONT>&nbsp;</DIV>
<DIV><FONT size=2 face=Arial>Anyway, good luck that your SOD year finishes soon. 
I start ITA exam marking with the training session on Friday and then a fairly 
hectic week.</FONT></DIV>
<DIV><FONT size=2 face=Arial></FONT>&nbsp;</DIV>
<DIV><FONT size=2 face=Arial>Robert Hind (Semi-retired)<BR>Ashwood and 
Traralgon<BR><A 
href="mailto:robert@yinnar.com">robert@yinnar.com</A></FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT size=2 face=Arial></FONT>&nbsp;</DIV>
<DIV><FONT size=2 face=Arial></FONT>&nbsp;</DIV>
<BLOCKQUOTE 
style="BORDER-LEFT: #000000 2px solid; PADDING-LEFT: 5px; PADDING-RIGHT: 0px; MARGIN-LEFT: 5px; MARGIN-RIGHT: 0px">
  <DIV style="FONT: 10pt arial">----- Original Message ----- </DIV>
  <DIV 
  style="FONT: 10pt arial; BACKGROUND: #e4e4e4; font-color: black"><B>From:</B> 
  <A title=Matheson.Heath.A@edumail.vic.gov.au 
  href="mailto:Matheson.Heath.A@edumail.vic.gov.au">Matheson, Heath A</A> </DIV>
  <DIV style="FONT: 10pt arial"><B>To:</B> <A title=sofdev@edulists.com.au 
  href="mailto:sofdev@edulists.com.au">sofdev@edulists.com.au</A> </DIV>
  <DIV style="FONT: 10pt arial"><B>Sent:</B> Monday, November 09, 2009 2:08 
  PM</DIV>
  <DIV style="FONT: 10pt arial"><B>Subject:</B> [Year 12 SofDev] VCAA sample 
  questions and examiniation advicerevisited</DIV>
  <DIV><BR></DIV>
  <DIV class=Section1>
  <P class=MsoNormal>Heya all,<o:p></o:p></P>
  <P class=MsoNormal><o:p>&nbsp;</o:p></P>
  <P class=MsoNormal>Some of my students are going through the sample questions 
  posted back in April 07 on the SD VCAA website.&nbsp; I looked back at the 
  archives (Apr 07) and found Mark and Gordon’s multi choice answers which I 
  agreed with but I’m trying to work out what is expected from Question 2 of 
  section B. <o:p></o:p></P>
  <P class=MsoNormal><o:p>&nbsp;</o:p></P>
  <P class=MsoNormal>It states:&nbsp; Three simple types of data structure are 
  arrays, records and linked lists.<o:p></o:p></P>
  <P class=MsoNormal>For each of these three data structures, identify the types 
  of data that they deal with and the way the data is organised. (6 
  marks)<o:p></o:p></P>
  <P class=MsoNormal><o:p>&nbsp;</o:p></P>
  <P class=MsoNormal>Is “types of data” different from “data types”? 
  <o:p></o:p></P>
  <P class=MsoNormal><o:p>&nbsp;</o:p></P>
  <P class=MsoNormal>My thoughts are linked lists are sequential and ordered 
  while arrays can have random access, is this organisation?<o:p></o:p></P>
  <P class=MsoNormal>An array can only hold one data type while a record can 
  have several different data types.<o:p></o:p></P>
  <P class=MsoNormal><o:p>&nbsp;</o:p></P>
  <P class=MsoNormal>I would love some help on this one. <o:p></o:p></P>
  <P class=MsoNormal>Three sleeps til I can clear the mess of exam papers off my 
  desk!<o:p></o:p></P>
  <P class=MsoNormal>Cheers! <o:p></o:p></P>
  <P class=MsoNormal><o:p>&nbsp;</o:p></P>
  <P class=MsoNormal>Heath Matheson<o:p></o:p></P>
  <P class=MsoNormal>Mount Beauty Secondary College<o:p></o:p></P>
  <P class=MsoNormal>Ph (03) 5754 4005<o:p></o:p></P>
  <P class=MsoNormal><o:p>&nbsp;</o:p></P></DIV>
  <P></P>
  <P><B>Important - </B>This email and any attachments may be confidential. If 
  received in error, please contact us and delete all copies. Before opening or 
  using attachments check them for viruses and defects. Regardless of any loss, 
  damage or consequence, whether caused by the negligence of the sender or not, 
  resulting directly or indirectly from the use of any attached files our 
  liability is limited to resupplying any affected attachments. Any 
  representations or opinions expressed are those of the individual sender, and 
  not necessarily those of the Department of Education and Early Childhood 
  Development.</P>_______________________________________________ <BR><A 
  href="http://www.edulists.com.au">http://www.edulists.com.au </A>IT Software 
  Development Mailing List kindly supported by <BR><A 
  href="http://www.vitta.org.au/vce/studies/infotech/softwaredevel3-4.html  ">http://www.vitta.org.au/vce/studies/infotech/softwaredevel3-4.html</A> 
  - Victorian Curriculum and Assessment Authority and <BR><A 
  href="http://www.vitta.org.au">http://www.vitta.org.au </A>- VITTA Victorian 
  Information Technology Teachers Association Inc </BLOCKQUOTE></BODY></HTML>