[Year 12 SofDev] U3O2 - Programming skills

Andrew Shortell shortell at get2me.net
Thu Apr 11 23:40:30 EST 2013


Hi Heath
Don't forget to pass parameters to procedures! Although that has not been asked in living memory on the exam.... It could be. If you read the examiners reports over the last ten years you will see that the standard of pseudo code for the exam is not wildly high. Thus if your students learn it fairly well then it is easy marks to grab to put themselves ahead of the pack.

Personally coding is the whole reason I even teach the course - it is the fun part. From 'Hello World' to programming a lift.

Use past exams, study design and mark Kelly's web site and these lists lots and good luck

Andrew

Andrew Shortell
Educator
CRC Melton

shortell at get2me.net (lists)
andrew at get2me.net (personal)
@acsbear (twitter)
VITTA CoM member
Skype: ashortell

Sent from my iPad

On 11/04/2013, at 12:57 PM, Anthony Sullivan <asullivan at tps.vic.edu.au> wrote:

> Heath
> 
> In the study design for U3O2 a key knowledge point states:
> 
> Processing features of programming languages, including instructions, procedures, methods, functions and control structures
> 
> Control structures refer to sequence, repetition (three types of loops); conditional (IF & CASE)
> 
> Some teachers have put together a good summary of all the programming requirements in the course
> 
> I will dig around a bit later and try and find one for you
> 
> Anthony  Sullivan
> Head of Information Technology
> The Peninsula School
> 
> T: 03 9788 7796 | F: 03 9787 7646 | 20 Wooralla Drive, Mt. Eliza, Vic, 3930 | asullivan at tps.vic.edu.au | www.tps.vic.edu.au
> 
> Please consider the environment before printing this email, you will save 5g of paper, 250mL of water and at least 35gm of CO2
> 
> This message, including any attachments, is provided without responsibility in law for its accuracy or otherwise and without assumption of a duty of care by the school. Whilst every attempt has been made to ensure material in this e-mail message is free from computer viruses or other defects, the attached files are provided, and may only be used, on the basis that the user assumes responsibility for the use of the material transmitted. This e-mail is intended for the use of the named individual or entity and may contain confidential and privileged information. Any dissemination, distribution or copying by anyone other than the intended recipient of this e-mail is strictly prohibited. If this e-mail has been received in error then please notify The Peninsula School immediately and destroy the original message.
> 
> 
> 
> -----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, 11 April 2013 12:00 PM
> To: sofdev at edulists.com.au
> Subject: sofdev Digest, Vol 97, Issue 8
> 
> 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. U3O2 - Programming skills (Langham, Peter P)
>   2. Re: U3O2 - Programming skills (Matheson, Heath A)
> 
> 
> ----------------------------------------------------------------------
> 
> Message: 1
> Date: Wed, 10 Apr 2013 10:17:26 +0000
> From: "Langham, Peter P" <langham.peter.p at edumail.vic.gov.au>
> Subject: [Year 12 SofDev] U3O2 - Programming skills
> To: "Year 12 Software Development Teachers' Mailing List"
>        <sofdev at edulists.com.au>
> Message-ID:
>        <18FEB456CFEBF54CAA41501A1045D144391435F6 at EDUMBX01.education.vic.gov.au>
> 
> Content-Type: text/plain; charset="us-ascii"
> 
> Hi guys,
> 
> I'm teaching Software Development for the first time and would appreciate some wisdom from those more experienced.
> 
> In the study design, I can see that I need to cover data types, arrays, records and files.
> 
> But I can't find anything about other skills, general mathematical calculations, If statements, While loops, For loops etc.
> 
> Is there a list of key skills whilst we're programming?
> 
> I don't want to miss anything that could be on an exam.
> 
> Thanks.
> 
> Peter Langham
> Narre Warren South P-12 College
> Important - 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.
> 
> 
> 
> ------------------------------
> 
> Message: 2
> Date: Wed, 10 Apr 2013 22:35:39 +0000
> From: "Matheson, Heath A" <Matheson.Heath.A at edumail.vic.gov.au>
> Subject: Re: [Year 12 SofDev] U3O2 - Programming skills
> To: "Year 12 Software Development Teachers' Mailing List"
>        <sofdev at edulists.com.au>
> Message-ID:
>        <9247A99C96AAE04C97860E0688C830DB19A6416E at EDUMBX08.education.vic.gov.au>
> 
> Content-Type: text/plain; charset="us-ascii"
> 
> Hi Peter,
> 
> 
> 
> There are not really a list of key programming skills. The skill is "use appropriate processing features of the programming languages".
> 
> I definitely included:
> 
> *         basic maths calculations
> 
> *         concatenating strings
> 
> *         inputs and outputs
> 
> *         if/then/else
> 
> *         and/or/not
> 
> *         for statements
> 
> *         'repeat until' versus 'while'.
> 
> 
> 
> I've probably forgotten something. If you haven't already, glance through the 2011 and 2012 exam. The pseudocode questions give a bit of an idea of what they must know.
> 
> 
> 
> Cheers,
> 
> Heath Matheson
> 
> Mount Beauty Secondary College
> 
> 
> 
> -----Original Message-----
> From: sofdev-bounces at edulists.com.au [mailto:sofdev-bounces at edulists.com.au] On Behalf Of Langham, Peter P
> Sent: Wednesday, 10 April 2013 8:17 PM
> To: Year 12 Software Development Teachers' Mailing List
> Subject: [Year 12 SofDev] U3O2 - Programming skills
> 
> 
> 
> Hi guys,
> 
> 
> 
> I'm teaching Software Development for the first time and would appreciate some wisdom from those more experienced.
> 
> 
> 
> In the study design, I can see that I need to cover data types, arrays, records and files.
> 
> 
> 
> But I can't find anything about other skills, general mathematical calculations, If statements, While loops, For loops etc.
> 
> 
> 
> Is there a list of key skills whilst we're programming?
> 
> 
> 
> I don't want to miss anything that could be on an exam.
> 
> 
> 
> Thanks.
> 
> 
> 
> Peter Langham
> 
> Narre Warren South P-12 College
> 
> Important - 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.
> 
> 
> 
> _______________________________________________
> 
> 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
> 
> Important - 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.
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: http://www.edulists.com.au/pipermail/sofdev/attachments/20130410/8339ade3/attachment-0001.html
> 
> ------------------------------
> 
> _______________________________________________
> sofdev mailing list
> sofdev at edulists.com.au
> http://www.edulists.com.au/mailman/listinfo/sofdev
> 
> 
> End of sofdev Digest, Vol 97, Issue 8
> *************************************
> 
> 
> 
> _______________________________________________
> 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



More information about the sofdev mailing list