[Year 12 SofDev] Unit 3 Outcome 1

Vera Cook vcook at mscw.vic.edu.au
Fri Mar 24 08:23:26 AEDT 2017


Thankyou James

I have added a few more designs to modify into programs, I was wondering how many did you have?

Thankyou Vera

-----Original Message-----
From: sofdev-bounces at edulists.com.au [mailto:sofdev-bounces at edulists.com.au] On Behalf Of Vella, James
Sent: Friday, 24 March 2017 8:07 AM
To: sofdev at edulists.com.au
Subject: Re: [Year 12 SofDev] Unit 3 Outcome 1

Hi Vera

Looks good overall (even unfinished), my only point for you to consider is that sorting is not within the scope of U3O1. It is however part of U4O1.

One thing you could consider is keeping bubble sort in as a means to perform binary searching.  You could technically modify that module in there for first part of the binary search technique. I wonder what the rest of the community thinks about this?

Regards

James

-----Original Message-----
From: sofdev-bounces at edulists.com.au [mailto:sofdev-bounces at edulists.com.au] On Behalf Of sofdev-request at edulists.com.au
Sent: Thursday, 23 March 2017 9:17 PM
To: sofdev at edulists.com.au
Subject: sofdev Digest, Vol 144, Issue 39

Send sofdev mailing list submissions to
sofdev at edulists.com.au

To subscribe or unsubscribe via the World Wide Web, visit http://www.edulists.com.au/mailman/listinfo/sofdev
or, via email, send a message with subject or body 'help' to sofdev-request at edulists.com.au

You can reach the person managing the list at sofdev-owner at edulists.com.au

When replying, please edit your Subject line so it is more specific than "Re: Contents of sofdev digest..."


Today's Topics:

   1. Re: Unit 3 Outcome 1 (Mary Ho)
   2. Re: Unit 3 Outcome 1 (Vera Cook)


----------------------------------------------------------------------

Message: 1
Date: Thu, 23 Mar 2017 20:48:01 +1100
From: Mary Ho <homn at aquinas.vic.edu.au>
Subject: Re: [Year 12 SofDev] Unit 3 Outcome 1
To: "Year 12 Software Development Teachers' Mailing List"
<sofdev at edulists.com.au>
Message-ID:
<CAOQkcPYZPOJ3Z6KA3d3s731f72M98RihiY18J1B_Ldqz6wtVMQ at mail.gmail.com>
Content-Type: text/plain; charset="utf-8"

Hi Vera,

I'm no expert but from a quick glance, bubble sort is out for the 2016-20 study design, it is now Quick and Selection Sort.  In addition you provide the design tools for the students to interpret and create.  Design tools could be:

   - pseudocode
   - data dictionary
   - object descriptions
   - Mockup designs
   - IPO (not needed but may help for specific modules)

All these help them create modules that could be used in their SAT solution.

Hope this helps

On 23 March 2017 at 20:17, Vera Cook <vcook at mscw.vic.edu.au> wrote:

> Hi everyone,
>
>
>
> I am putting together my Unit 3 Outcome 1 sac could someone please 
> have a quick look at it, I still need to add to it but have not taught 
> the new study design. I have a joint Software and Informatics class 
> and have been juggling a lot.
>
>
>
> Thankyou Vera
>
> _______________________________________________
> http://www.edulists.com.au - FAQ, Subscribe, Unsubscribe IT Software 
> Development Mailing List kindly supported by 
> http://www.vcaa.vic.edu.au - Victorian Curriculum and Assessment 
> Authority and 
> http://www.vcaa.vic.edu.au/vce/studies/infotech/softwaredevel3-4.html
> http://www.vitta.org.au  - VITTA Victorian Information Technology 
> Teachers Association Inc http://www.swinburne.edu.au/ict/schools - 
> Swinburne University
>



--

Mary Ho

Teacher

AQUINAS COLLEGE

Great Ryrie Street

P.O. Box 190, Ringwood VIC 3134

T: (03) 9259 3045

VM: (03) 9259 3139

E: homn at aquinas.vic.edu.au

Promoting justice and the love of God

This email and any attachments may be confidential. If you are not the intended recipient, you must not disclose or use the information in this email. If received in error, please notify the sender or Aquinas College immediately and delete the email and all copies. Aquinas College does not represent or warrant that the attached files are free from computer viruses or other defects. Any attached files may only be used on the basis that the user assumes all responsibility for any loss, damage or consequences resulting directly or indirectly from the use of the attached files, whether caused by the negligence of the sender or not. The liability of Aquinas College is limited in any event to either the resupply of the attached files or the cost of having the attached files resupplied. Any representations or opinions presented in this email are solely those of the individual sender and do not necessarily represent those of Aquinas College. Emails and data sent and received by Aqui!
 nas email accounts may be stored offsite.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.edulists.com.au/pipermail/sofdev/attachments/20170323/9fe86709/attachment-0001.html

------------------------------

Message: 2
Date: Thu, 23 Mar 2017 10:16:29 +0000
From: Vera Cook <vcook at mscw.vic.edu.au>
Subject: Re: [Year 12 SofDev] Unit 3 Outcome 1
To: "Year 12 Software Development Teachers' Mailing List"
<sofdev at edulists.com.au>
Message-ID:
<691FF80F86D96B40B941BF833B451A5480C89D95 at msc-ex-10.mscw.vic.edu.au>
Content-Type: text/plain; charset="utf-8"

I forgot that bubble sort is out and I have a data dictionary, pseudocode, mockups I may add some data descriptions Thankyou Vera

From: sofdev-bounces at edulists.com.au [mailto:sofdev-bounces at edulists.com.au] On Behalf Of Mary Ho
Sent: Thursday, 23 March 2017 8:48 PM
To: Year 12 Software Development Teachers' Mailing List <sofdev at edulists.com.au>
Subject: Re: [Year 12 SofDev] Unit 3 Outcome 1

Hi Vera,

I'm no expert but from a quick glance, bubble sort is out for the 2016-20 study design, it is now Quick and Selection Sort.  In addition you provide the design tools for the students to interpret and create.  Design tools could be:

  *   pseudocode
  *   data dictionary
  *   object descriptions
  *   Mockup designs
  *   IPO (not needed but may help for specific modules)
All these help them create modules that could be used in their SAT solution.

Hope this helps

On 23 March 2017 at 20:17, Vera Cook <vcook at mscw.vic.edu.au<mailto:vcook at mscw.vic.edu.au>> wrote:
Hi everyone,

I am putting together my Unit 3 Outcome 1 sac could someone please have a quick look at it, I still need to add to it but have not taught the new study design. I have a joint Software and Informatics class and have been juggling a lot.

Thankyou Vera

_______________________________________________
http://www.edulists.com.au - FAQ, Subscribe, Unsubscribe IT Software Development Mailing List kindly supported by http://www.vcaa.vic.edu.au - Victorian Curriculum and Assessment Authority and http://www.vcaa.vic.edu.au/vce/studies/infotech/softwaredevel3-4.html
http://www.vitta.org.au  - VITTA Victorian Information Technology Teachers Association Inc http://www.swinburne.edu.au/ict/schools - Swinburne University



--
[http://www.aquinas.vic.edu.au/images/aqlogo.png]


Mary Ho

Teacher

AQUINAS COLLEGE

Great Ryrie Street

P.O. Box 190, Ringwood VIC 3134

T: (03) 9259 3045

VM: (03) 9259 3139

E: homn at aquinas.vic.edu.au<mailto:homn at aquinas.vic.edu.au>

Promoting justice and the love of God


This email and any attachments may be confidential. If you are not the intended recipient, you must not disclose or use the information in this email. If received in error, please notify the sender or Aquinas College immediately and delete the email and all copies. Aquinas College does not represent or warrant that the attached files are free from computer viruses or other defects. Any attached files may only be used on the basis that the user assumes all responsibility for any loss, damage or consequences resulting directly or indirectly from the use of the attached files, whether caused by the negligence of the sender or not. The liability of Aquinas College is limited in any event to either the resupply of the attached files or the cost of having the attached files resupplied. Any representations or opinions presented in this email are solely those of the individual sender and do not necessarily represent those of Aquinas College. Emails and data sent and received by Aqui!
 nas email accounts may be stored offsite.



#####################################################################################
Attention:

This e-mail and any attachments may be confidential and, if you are not the intended recipient, you must not disclose or use the information in this message.  If received in error, please notify us immediately and delete the e-mail and all copies.

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.

The content and opinions in this e-mail are not necessarily those of Marist-Sion College, Warragul.

-------------------------------------------------------------------------------------
This e-mail message has been scanned for Viruses and Content and cleared by MailMarshal - we take every measure to ensure that e-mails and attachments reach the intended recipient virus free, though we make no guarantees.
#####################################################################################
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.edulists.com.au/pipermail/sofdev/attachments/20170323/41ecb94c/attachment.html

------------------------------

_______________________________________________
sofdev mailing list
sofdev at edulists.com.au
http://www.edulists.com.au/mailman/listinfo/sofdev


End of sofdev Digest, Vol 144, Issue 39
***************************************

_______________________________________________
http://www.edulists.com.au - FAQ, Subscribe, Unsubscribe IT Software Development Mailing List kindly supported by http://www.vcaa.vic.edu.au - Victorian Curriculum and Assessment Authority and http://www.vcaa.vic.edu.au/vce/studies/infotech/softwaredevel3-4.html
http://www.vitta.org.au  - VITTA Victorian Information Technology Teachers Association Inc http://www.swinburne.edu.au/ict/schools - Swinburne University
#####################################################################################
Attention:

This e-mail and any attachments may be confidential and, if you are not the intended 
recipient, you must not disclose or use the information in this message.  If received in
error, please notify us immediately and delete the e-mail and all copies.

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. 

The content and opinions in this e-mail are not necessarily those of Marist-Sion
College, Warragul.

-------------------------------------------------------------------------------------
This e-mail message has been scanned for Viruses and Content and cleared 
by MailMarshal - we take every measure to ensure that e-mails and attachments reach
the intended recipient virus free, though we make no guarantees.
#####################################################################################



More information about the sofdev mailing list