<html 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" xmlns="http://www.w3.org/TR/REC-html40">

<head>
<meta http-equiv=Content-Type content="text/html; charset=us-ascii">
<meta name=Generator content="Microsoft Word 12 (filtered medium)">
<style>
<!--
 /* Font Definitions */
 @font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@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","serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
p.MsoListParagraph, li.MsoListParagraph, div.MsoListParagraph
        {mso-style-priority:34;
        margin-top:0cm;
        margin-right:0cm;
        margin-bottom:0cm;
        margin-left:36.0pt;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman","serif";}
span.EmailStyle17
        {mso-style-type:personal-reply;
        color:#1F497D;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-size:10.0pt;}
@page Section1
        {size:612.0pt 792.0pt;
        margin:72.0pt 72.0pt 72.0pt 72.0pt;}
div.Section1
        {page:Section1;}
 /* List Definitions */
 @list l0
        {mso-list-id:636182511;
        mso-list-type:hybrid;
        mso-list-template-ids:282244950 201916431 201916441 201916443 201916431 201916441 201916443 201916431 201916441 201916443;}
@list l0:level1
        {mso-level-tab-stop:none;
        mso-level-number-position:left;
        text-indent:-18.0pt;}
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 link=blue vlink=purple>

<div class=Section1>

<p class=MsoNormal><span style='color:#1F497D'>Hello Vi.<o:p></o:p></span></p>

<p class=MsoNormal><span style='color:#1F497D'><o:p>&nbsp;</o:p></span></p>

<p class=MsoNormal><span style='color:#1F497D'>Hope the following is of some
help.<o:p></o:p></span></p>

<p class=MsoNormal><span style='color:#1F497D'><o:p>&nbsp;</o:p></span></p>

<p class=MsoNormal><span style='color:#1F497D'>The following is an extract from
Sam Davis text on Software design &amp; development:<o:p></o:p></span></p>

<p class=MsoNormal><span style='color:#1F497D'><o:p>&nbsp;</o:p></span></p>

<p class=MsoListParagraph style='text-indent:-18.0pt;mso-list:l0 level1 lfo1'><![if !supportLists]><span
style='color:#1F497D'><span style='mso-list:Ignore'>1.<span style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;
</span></span></span><![endif]><span style='color:#1F497D'>A system flowchart
is used to describe the logic and flow of data through a system.&nbsp; It
describes the interactions that occur between input, processing, output and
storage, as well as the nature of each of these components.<o:p></o:p></span></p>

<p class=MsoNormal style='margin-left:36.0pt'><span style='color:#1F497D'>Used
to show an overall view of the entire system.<o:p></o:p></span></p>

<p class=MsoNormal style='margin-left:36.0pt'><span style='color:#1F497D'>They
are different to the flowcharts used with algorithms even though similar shapes
are used.<o:p></o:p></span></p>

<p class=MsoNormal><span style='color:#1F497D'><o:p>&nbsp;</o:p></span></p>

<p class=MsoListParagraph style='text-indent:-18.0pt;mso-list:l0 level1 lfo1'><![if !supportLists]><span
style='color:#1F497D'><span style='mso-list:Ignore'>2.<span style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;
</span></span></span><![endif]><span style='color:#1F497D'>A structure diagram
is used to model the hierarchy of processes within a system together with the
sequence in which these processes take place.&nbsp; They describe a top-down
design of the program, together with the order in which sub-processes are
called.&nbsp; Different symbols to those for a flowchart are used in these
diagrams to indicate repetition, decision, parameter passing, etc.<o:p></o:p></span></p>

<p class=MsoNormal><span style='color:#1F497D'><o:p>&nbsp;</o:p></span></p>

<p class=MsoNormal style='margin-left:36.0pt'><span style='color:#1F497D'>Structure
diagrams can also be know by the names structure chart, function chart, call
graph, call tree and hierarchy diagrams.<o:p></o:p></span></p>

<p class=MsoNormal style='margin-left:36.0pt'><span style='color:#1F497D'><o:p>&nbsp;</o:p></span></p>

<p class=MsoNormal style='margin-left:36.0pt'><span style='color:#1F497D'>They
both (1 and 2) occur at the modelling stage &#8211; as in representing a system
using diagrams.&nbsp; It would be used to help define and understand the
problem.<o:p></o:p></span></p>

<p class=MsoNormal style='margin-left:36.0pt'><span style='color:#1F497D'><o:p>&nbsp;</o:p></span></p>

<p class=MsoNormal style='margin-left:36.0pt'><span style='color:#1F497D'>Also have
a look at Mark Kelly&#8217;s notes at <a
href="http://www.mckinnonsc.vic.edu.au/vceit/SDLC/sdlc.htm">http://www.mckinnonsc.vic.edu.au/vceit/SDLC/sdlc.htm</a><o:p></o:p></span></p>

<p class=MsoNormal style='margin-left:36.0pt'><span style='color:#1F497D'><o:p>&nbsp;</o:p></span></p>

<p class=MsoNormal style='margin-left:36.0pt'><span style='color:#1F497D'><a
href="http://books.google.com.au/books?id=bHb8LFKtw_MC&amp;pg=PA6&amp;lpg=PA6&amp;dq=sdlc+system+flowchart&amp;source=bl&amp;ots=335RBFGoTN&amp;sig=OyNf5N0A7QAZAUjd_KIDnjnHwtc&amp;hl=en&amp;ei=_jKlSdenJZCo6gONpp3ZAg&amp;sa=X&amp;oi=book_result&amp;resnum=5&amp;ct=result#PPA5,M1">http://books.google.com.au/books?id=bHb8LFKtw_MC&amp;pg=PA6&amp;lpg=PA6&amp;dq=sdlc+system+flowchart&amp;source=bl&amp;ots=335RBFGoTN&amp;sig=OyNf5N0A7QAZAUjd_KIDnjnHwtc&amp;hl=en&amp;ei=_jKlSdenJZCo6gONpp3ZAg&amp;sa=X&amp;oi=book_result&amp;resnum=5&amp;ct=result#PPA5,M1</a><o:p></o:p></span></p>

<p class=MsoNormal style='margin-left:36.0pt'><span style='color:#1F497D'><a
href="http://acct.tamu.edu/smith/system_tools/systools.htm">http://acct.tamu.edu/smith/system_tools/systools.htm</a><o:p></o:p></span></p>

<p class=MsoNormal style='margin-left:36.0pt'><span style='color:#1F497D'><o:p>&nbsp;</o:p></span></p>

<p class=MsoNormal style='margin-left:36.0pt'><span style='color:#1F497D'>Regards<o:p></o:p></span></p>

<p class=MsoNormal style='margin-left:36.0pt'><span style='color:#1F497D'>Malcolm<o:p></o:p></span></p>

<p class=MsoNormal style='margin-left:36.0pt'><span style='color:#1F497D'><o:p>&nbsp;</o:p></span></p>

<p class=MsoNormal style='margin-left:36.0pt'><span style='color:#1F497D'><o:p>&nbsp;</o:p></span></p>

<p class=MsoNormal><span style='color:#1F497D'><o:p>&nbsp;</o:p></span></p>

<div>

<p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";
color:#1F497D'>===================================================================================<o:p></o:p></span></p>

<p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";
color:#1F497D'>Malcolm Carson<o:p></o:p></span></p>

<p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";
color:#1F497D'>email: mjarb@iname.com<o:p></o:p></span></p>

<p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";
color:#1F497D'>===================================================================================<o:p></o:p></span></p>

</div>

<p class=MsoNormal><span style='color:#1F497D'><o:p>&nbsp;</o:p></span></p>

<div>

<div style='border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0cm 0cm 0cm'>

<p class=MsoNormal style='margin-left:36.0pt'><b><span lang=EN-US
style='font-size:10.0pt;font-family:"Tahoma","sans-serif"'>From:</span></b><span
lang=EN-US style='font-size:10.0pt;font-family:"Tahoma","sans-serif"'> sofdev-bounces@edulists.com.au
[mailto:sofdev-bounces@edulists.com.au] <b>On Behalf Of </b>Vi Tran<br>
<b>Sent:</b> Wednesday, February 25, 2009 9:47 PM<br>
<b>To:</b> sofdev@edulists.com.au<br>
<b>Subject:</b> [Year 12 SofDev] structure chart &amp; system flow chart<o:p></o:p></span></p>

</div>

</div>

<p class=MsoNormal style='margin-left:36.0pt'><o:p>&nbsp;</o:p></p>

<div>

<p class=MsoNormal style='margin-left:36.0pt'><span style='font-size:10.0pt;
font-family:"Arial","sans-serif";color:black'>Hi,</span><o:p></o:p></p>

</div>

<div>

<p class=MsoNormal style='margin-left:36.0pt'><span style='font-size:10.0pt;
font-family:"Arial","sans-serif"'>&nbsp; I am new to teaching the Yr 12
software Development course. I'm not sure what a structure chart and system
flow chart is. Can someone provide me with a good website tutorial or notes or
explain to me what it is?</span><o:p></o:p></p>

</div>

<div>

<p class=MsoNormal style='margin-left:36.0pt'><span style='font-size:10.0pt;
font-family:"Arial","sans-serif"'>&nbsp; Are the two tools part of the physical
design phase or logical design phase.</span><o:p></o:p></p>

</div>

<div>

<p class=MsoNormal style='margin-left:36.0pt'><span style='font-size:10.0pt;
font-family:"Arial","sans-serif"'>&nbsp; Also, how should the written report
for Unit 3 Outcome 1&nbsp;be laid out? What is required in the report?</span><o:p></o:p></p>

</div>

<div>

<p class=MsoNormal style='margin-left:36.0pt'><span style='font-size:10.0pt;
font-family:"Arial","sans-serif"'>&nbsp;Does someone have a sample written
report for Unit 3 Outcome 1? </span><o:p></o:p></p>

</div>

<div>

<p class=MsoNormal style='margin-left:36.0pt'><span style='font-size:10.0pt;
font-family:"Arial","sans-serif"'>thanks in advance.</span><o:p></o:p></p>

</div>

<div>

<p class=MsoNormal style='margin-left:36.0pt'><span style='font-size:10.0pt;
font-family:"Arial","sans-serif"'>from Vi.</span><o:p></o:p></p>

</div>

<p class=MsoNormal style='margin-left:36.0pt'>_______________________________________________
<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%20%20">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<o:p></o:p></p>

</div>

</body>

</html>