[Year 12 SofDev] RE: sofdev Digest, Vol 38, Issue 20

Ogilvie, Ross A ogilvie.ross.a at edumail.vic.gov.au
Sun Apr 20 19:20:02 EST 2008


That helps a great deal Kevork and Mark.
I'm OK with:
 
 1. create a form. Create multiple forms where each form is linked to each other. Create modal forms/dialog boxes ( can't move away until form is closed )
 2. create controls eg. buttons, textfields, labels, combo boxes, etc
 3. create menus, submenus
 
I'm pretty buggered with the rest though...particularly using databases with VB. I have Summers and Jansons books. 
 
For example when I read: use program control structures: selection, iteration and sequencing......I may as well be on the moon!
 
As far as Outcome 2 goes....I have no idea where to start. Am really battling here.
 
Kindest Regards 

Ross Ogilvie 
LSF ICT Leader 
Sunbury College
30 Racecourse Rd, Sunbury 3429
Ph (W) 9744 1066    
   (H) 54272843
Bookmarks:  http://del.icio.us/Ross1956
Wiki: http://ross1956.wikispaces.com/ 

________________________________

From: sofdev-bounces at edulists.com.au on behalf of sofdev-request at edulists.com.au
Sent: Wed 16/04/2008 1:33 PM
To: sofdev at edulists.com.au
Subject: sofdev Digest, Vol 38, Issue 20



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: RE: sofdev Digest, Vol 38, Issue 13 (John Bellavance)
   2. Industry practice - tertiary links (Adrian Janson)
   3. RE: RE: sofdev Digest, Vol 38, Issue 13 (Maggie Iaquinto)


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

Message: 1
Date: Wed, 16 Apr 2008 12:40:50 +1000
From: "John Bellavance" <jbe at beaconhills.vic.edu.au>
Subject: RE: [Year 12 SofDev] RE: sofdev Digest, Vol 38, Issue 13
To: "Year 12 Software Development Teachers' Mailing List"
        <sofdev at edulists.com.au>
Message-ID:
        <80660E0FF83ECE409E8E61C2A332A91F010F1268 at village02.Beaconhills.beaconhills.vic.edu.au>
       
Content-Type: text/plain;       charset="iso-8859-1"

Dear Kevork and colleagues,

I would be grateful to have your programming materials for Soft Dev. I don't want to reinvent the weal.

Best regards

John Bellavance
Head of ICT
Beaconhills College - Village Campus
92 Kangan Drive,
Berwick  Vic  3806
Ph: (03) 8768 1177
Fax: (03) 8768 1190


-----Original Message-----
From: sofdev-bounces at edulists.com.au [mailto:sofdev-bounces at edulists.com.au] On Behalf Of Kevork Krozian
Sent: Wednesday, 16 April 2008 11:07 AM
To: Year 12 Software Development Teachers' Mailing List
Subject: Re: [Year 12 SofDev] RE: sofdev Digest, Vol 38, Issue 13

Hi Ross and Mark,

 I wonder if Ross is asking something like the following skill set.
Students should be able to :

 1. create a form. Create multiple forms where each form is linked to each other. Create modal forms/dialog boxes ( can't move away until form is closed )
 2. create controls eg. buttons, textfields, labels, combo boxes, etc
 3. Validate input with various levels of validation such as range, type, dialog boxes.
 4. Validate program processing by the use of modal forms.
 3. create menus, submenus
 4. link controls to external files. Save and read from a simple text file
 5. create controls linked to an access database with one table.
 6. add data to database from forms, delete data from database through the form.
 7. Try a relational database with integrity checking so a child record can't be created without a parent; cascade deletes can remove child records if parent record is deleted.
 8. Ensure use of the other guidelines in the official material posted below by Mark.


 Does that help ???


Regards
Kevork

Kevork Krozian
IT Manager , Forest Hill College
k.krozian at fhc.vic.edu.au
http://www.fhc.vic.edu.au <http://www.fhc.vic.edu.au/> 
Mobile: 0419 356 034

>>> Mark Kelly <kel at mckinnonsc.vic.edu.au> 14/04/2008 9:09 am >>>
Well, regardless of the language being used, students need to be able to
do these things at least...

* develop a graphical user interface (GUI), for use in portable
computing devices, such as laptops, personal digital assistants, gaming
consoles, mobile phones
* construct and use data structures, for example arrays, strings, sets,
lists, tables, records and stacks
* design, construct and use files to store and retrieve data
* design and apply data-validation techniques
* use program control structures: selection, iteration and sequencing.
The purpose-designed software will entail the use of objects, methods
and their properties, and event-driven programming."

That's the only official word I know has been published on requisite
programming skill levels; sorry I can't say, "They must be up to page
214 of their VB programming book."


Ogilvie, Ross A wrote:
> This doesn't quite answer my question. If I am using Visual Basic.....what is the level I should be testing my kids at.
>
> Regards
>
> Ross Ogilvie
> LSF ICT Leader
> Sunbury College
> 30 Racecourse Rd, Sunbury 3429
> Ph (W) 9744 1066
>    (H) 54272843
> Bookmarks:  http://del.icio.us/Ross1956
> Wiki: http://ross1956.wikispaces.com/
>
> ________________________________
>
> From: sofdev-bounces at edulists.com.au on behalf of sofdev-request at edulists.com.au
> Sent: Sat 12/04/2008 12:00 PM
> To: sofdev at edulists.com.au
> Subject: sofdev Digest, Vol 38, Issue 13
>
>
>
> 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: RE: sofdev Digest, Vol 38, Issue 10 (Mark Kelly)
>    2. Design awareness in schools resource (Christophersen, Paula P)
>    3. The Digital Document Quarterly (stephen at melbpc.org.au)
>    4. Activity for the clever students (Jack Matthews)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Fri, 11 Apr 2008 13:23:45 +1000
> From: Mark Kelly <kel at mckinnonsc.vic.edu.au>
> Subject: Re: [Year 12 SofDev] RE: sofdev Digest, Vol 38, Issue 10
> To: "Year 12 Software Development Teachers' Mailing List"
>         <sofdev at edulists.com.au>
> Message-ID: <47FED9C1.8030806 at mckinnonsc.vic.edu.au>
> Content-Type: text/plain; charset=windows-1252; format=flowed
>
> Approved programming languages and necessary programming skills (adapted
> from VCE Bulletin #38, June 2006)
>
> The bulletin specifies that:
>
> "In the development of this software, students should be able to:
> * develop a graphical user interface (GUI), for use in portable
> computing devices, such as laptops, personal digital assistants, gaming
> consoles, mobile phones
> * construct and use data structures, for example arrays, strings, sets,
> lists, tables, records and stacks
> * design, construct and use fi les to store and retrieve data
> * design and apply data-validation techniques
> * use program control structures: selection, iteration and sequencing.
> The purpose-designed software will entail the use of objects, methods
> and their properties, and event-driven
> programming."
>
> Approved languages
>
>      * Delphi
>      * Visual Basic (not Visual Basic for Applications)
>      * REALbasic
>      * Visual Basic.NET
>      * Visual C++ , Visual C#
>      * Visual Fox Pro
>      * Pascal (object-oriented variations only)
>      * Visual J, Visual J#
>      * Java
>      * Perl
>      * PHP
>      * Python
>      * Ruby
>
> The bulletin adds, "Additional languages can be used to embellish a
> product, for example Javascript with webpages. However, these would be
> supplementary to the main language and not replace it."
>
> Also: "Specific distributions, projects or variations of languages may
> be suitable as long as they are able to address the criteria listed
> above..."  Read the bulletin for more details.
>
>
> Ogilvie, Ross A wrote:
>> Dear All,
>>
>> I'm proposing to do something similar to Andrew. A question I have regarding programming with Visual Basic is what sort of standard is required For example, would most of the examples in Graeme Summers suffice?
>> I'm just a bit wary of ovderdoing/underdoing it.
>>
>> Regards
>>
>> Ross Ogilvie
>> LSF ICT Leader
>> Sunbury College
>> 30 Racecourse Rd, Sunbury 3429
>> Ph (W) 9744 1066
>>    (H) 54272843
>> Bookmarks:  http://del.icio.us/Ross1956
>> Wiki: http://ross1956.wikispaces.com/
>
>
> --
> Mark Kelly
> Manager - Information Systems
> McKinnon Secondary College
> McKinnon Rd McKinnon 3204, Victoria, Australia
> Direct line / Voicemail: 8520 9085
> School Phone +613 8520 9000
> School Fax +613 95789253
> kel AT mckinnonsc.vic.edu.au
>
> Webmaster - http://www.mckinnonsc.vic.edu.au <http://www.mckinnonsc.vic.edu.au/>  <http://www.mckinnonsc.vicedu.au/>
> IT Lecture notes: http://vceit.com <http://vceit.com/>  <http://vceit.com/>
> Moderator: IT Applications Mailing List
>
> A conclusion is the place where you got sick of thinking.
> If you Declare War - is it integer or boolean?
>
>
>
> ------------------------------
>
> Message: 2
> Date: Fri, 11 Apr 2008 14:24:45 +1000
> From: "Christophersen, Paula P"
>         <christophersen.paula.p at edumail.vic.gov.au>
> Subject: [Year 12 SofDev] Design awareness in schools resource
> To: "Year 11 Information Technology Teachers' Mailing List"
>         <yr11it at edulists.com.au>, <itapps at edulists.com.au>,     "Year 7 - 10
>         Information Technology Teachers' Mailing List"
>         <yr7-10it at edulists.com.au>,     "Year 12 Software Development Teachers'
>         Mailing List"   <sofdev at edulists.com.au>
> Message-ID:
>         <262D8BF8834D4946BA29CC0536021892A33EEB at educm02.education.vic.gov.au>
> Content-Type: text/plain; charset="us-ascii"
>
> Dear colleagues
>
>
>
> Over the past couple of years I have made reference on several occasions
> to the VCAA-developed resource called 'Design awareness in schools'
> (DAIS). It was originally published on the DVD titled 'Student learning
> 2006', which contained the validated VELS and other DEECD resources.
> Unfortunately the DAIS resource was overlooked by many teachers, and in
> fact many schools have disposed of the DVD because of its date. Anyhow,
> I'm pleased to announce that a version is now available on the VELS
> website at:
>
>
>
> http://vels.vcaa.vic.edu.au/support/dais/index.html
>
>
>
> In this format it is a little clunky as it appears as a discrete set of
> downloads, and within some of these files the links are not as efficient
> as they are on the DVD. However, if you have not seen or used the
> resource before I urge you to check it out - not only are there some
> create sections on design principles and elements but there is a
> separate section on ICT and design. This is a very accessible resource
> for all teachers, not just ICT, particularly as ICT is embedded in other
> areas of learning.
>
>
>
> Regards
>
> Paula
>
>
>
> Paula Christophersen
>
> ICT Curriculum Manager
>
> VCAA
>
> 41 St Andrews Place
>
> EAST MELBOURNE 3002
>
> (03) 9651 4378
>
>
>
>
> 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/20080411/c088fc33/attachment-0001.html
>
> ------------------------------
>
> Message: 3
> Date: Fri, 11 Apr 2008 10:11:00 GMT
> From: stephen at melbpc.org.au
> Subject: [Year 12 SofDev] The Digital Document Quarterly
> To: itapps at edulists.com.au, sofdev at edulists.com.au
> Cc: hgladney at PACBELL.NET
> Message-ID: <20080411101100.17C8817AB7 at vscan42.melbpc.org.au>
>
> From:   H.M. Gladney <hgladney at PACBELL.NET>
> Date:   Thu, 10 Apr 2008 21:38:15 -0700
> Subject:   Digital Document Quarterly 7(1) is available
>
>
> Digital Document Quarterly 7(1) is available
>
> The Digital Document Quarterly newsletter volume 7 number 1 is available
> at http://home.pacbell.net/hgladney/ddq_7_1.htm.  Its table of contents is
> available at http://home.pacbell.net/hgladney/ddq.htm#Y2008.
>
> As has become a recurring pattern, the top level topics of this DDQ number
> include Digital Preservation, Epistemology, News, Practical Matters, and
> Price Watch.  A less usual column is Open Access, identifying the giant
> book digitization initiatives announced recently.
>
> The character of DDQ is evolving to include a far greater ratio of links
> to text than when the newsletter began 6 years ago.  I hope that readers
> will find this useful.
>
> One squib, A Software Engineering Contribution, engendered a surprising
> amount of criticism and debate among some of the colleagues who preview
> each DDQ number.  I wonder whether readers will find it as controversial
> as these colleagues did, and invite comment on this (as well as anything
> else in DDQ).
>
> Cheerio, Henry
>
> H.M. Gladney, Ph.D.  http://home.pacbell.net/hgladney
>
>  --
>
> Cheers Henry
> Stephen Loosley
> Member, Victorian
> Institute of Teaching
>
>
> ------------------------------
>
> Message: 4
> Date: Sat, 12 Apr 2008 03:24:56 +1000
> From: Jack Matthews <jack_m_matthews at hotmail.com>
> Subject: [Year 12 SofDev] Activity for the clever students
> To: <sofdev at edulists.com.au>
> Message-ID: <BAY105-W50CB48BEEF57F7A41E23C4A4EF0 at phx.gbl>
> Content-Type: text/plain; charset="iso-8859-1"
>
> Skipped content of type multipart/alternative-------------- next part --------------
> A non-text attachment was scrubbed...
> Name: Answers to challenges.rar
> Type: application/octet-stream
> Size: 3043 bytes
> Desc: not available
> Url : http://www.edulists.com.au/pipermail/sofdev/attachments/20080412/6bb52588/Answerstochallenges-0001.obj
>
> ------------------------------
>
> _______________________________________________
> sofdev mailing list
> sofdev at edulists.com.au
> http://www.edulists.com.au/mailman/listinfo/sofdev
>
>
> End of sofdev Digest, Vol 38, Issue 13
> **************************************
>
>
>
> 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 <http://www.edulists.com.au/> 
> IT Software Development Mailing List kindly supported by
> http://www.vcaa.vic.edu.au <http://www.vcaa.vic.edu.au/>  - Victorian Curriculum and Assessment Authority and
> http://www.vitta.org.au/vce/studies/infotech/softwaredevel3-4.html  - VITTA Victorian Information Technology Teachers Association Inc
>
>
> ------------------------------------------------------------------------
>
> No virus found in this incoming message.
> Checked by AVG.
> Version: 7.5.519 / Virus Database: 269.22.13/1375 - Release Date: 12/04/2008 11:32 AM

--
Mark Kelly
Manager - Information Systems
McKinnon Secondary College
kel AT mckinnonsc.vic.edu.au
McKinnon Rd, McKinnon 3204, Victoria, Australia
Direct line / Voicemail: 8520 9085 Fax +613 9578 9253

Webmaster - http://www.mckinnonsc.vic.edu.au <http://www.mckinnonsc.vic.edu.au/> 
IT Lecture notes: http://vceit.com <http://vceit.com/> 
Moderator: IT Applications Mailing List

Only those who swim against the current know the current is there.
_______________________________________________
http://www.edulists.com.au <http://www.edulists.com.au/> 
IT Software Development Mailing List kindly supported by
http://www.vcaa.vic.edu.au <http://www.vcaa.vic.edu.au/>  - Victorian Curriculum and Assessment Authority and
http://www.vitta.org.au/vce/studies/infotech/softwaredevel3-4.html  - VITTA Victorian Information Technology Teachers Association Inc

_______________________________________________
http://www.edulists.com.au <http://www.edulists.com.au/> 
IT Software Development Mailing List kindly supported by
http://www.vcaa.vic.edu.au <http://www.vcaa.vic.edu.au/>  - Victorian Curriculum and Assessment Authority and
http://www.vitta.org.au/vce/studies/infotech/softwaredevel3-4.html  - VITTA Victorian Information Technology Teachers Association Inc

Internal Virus Database is out-of-date.
Checked by AVG Free Edition.
Version: 7.5.516 / Virus Database: 269.20.6/1282 - Release Date: 15/02/2008 7:08 PM


Internal Virus Database is out-of-date.
Checked by AVG Free Edition.
Version: 7.5.516 / Virus Database: 269.20.6/1282 - Release Date: 15/02/2008 7:08 PM

#####################################################################################
This email is confidential and intended solely for the use of the individual to whom
it is addressed. Any views or opinions presented are solely those of the author and
do not necessarily represent those of Beaconhills College. If you are not the
intended recipient, be advised that you have received this email in error and that
any use, dissemination, forwarding, printing, or copying of this email is strictly
prohibited.
If you have received this email in error please notify Beaconhills College
by telephone on (+61 3)  1300 002 225.
#####################################################################################



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

Message: 2
Date: Wed, 16 Apr 2008 12:36:59 +1000
From: "Adrian Janson" <janson.adrian.a at edumail.vic.gov.au>
Subject: [Year 12 SofDev] Industry practice - tertiary links
To: "'Year 12 Software Development Teachers' Mailing List'"
        <sofdev at edulists.com.au>
Message-ID:
        <000301c89f6a$beed6d80$3cc84880$@adrian.a at edumail.vic.gov.au>
Content-Type: text/plain;       charset="us-ascii"

Hi Steven,

I think that links between the tertiary and secondary sectors need to become
stronger for us to both move forward - and it would be great to have an
extended dialogue with you about this when the time is right (which may be
soon).  So if you are keen to help us onto the right track in terms of
industry standard practice - then it would be great to chat!

For now however, I think it is important not to confuse those working with
and coming to terms with the current study design.  I have renamed this
thread so that those who wish to ignore - simply can.  The current study
design is what is important for the 'right now'.

Cheers,
Adrian

Adrian Janson,
VITTA President
Director of ICT,
Melbourne High School,
Forrest Hill, South Yarra 3141 Australia.
Phone: 03 9826 0711 International: +61 3 9826 0711
Fax: 03 9826 8767 International: +61 3 9826 8767
E-mail: janson.adrian.a at edumail.vic.gov.au
Website: http://www.mhs.vic.edu.au <http://www.mhs.vic.edu.au/> 
Blog: http://jansona.edublogs.org <http://jansona.edublogs.org/> 

-----Original Message-----
From: sofdev-bounces at edulists.com.au [mailto:sofdev-bounces at edulists.com.au]
On Behalf Of Steven Bird
Sent: Wednesday, 16 April 2008 11:04 AM
To: Year 12 Software Development Teachers' Mailing List
Subject: Re: [Year 12 SofDev] Resource flows in a DFD

On Tue, Apr 15, 2008 at 10:40 AM, Mark Kelly <kel at mckinnonsc.vic.edu.au>
wrote:
>  That's what concerns me.  We are marking things right or wrong according
to
> a set of sometimes-arbitrary rules and definitions that sometimes only
apply
> in our little world of VCE theory.  An outsider in The Real World could
well
> argue that our answers are either moot or just plain wrong according to
best
> practice.
>
>  Our definition of the SDLC, for example, is just one of many, yet we ask
> very specific questions about it that can rule all other SDLC variants
> incorrect.

For effective assessment, I think we need to focus on knowledge and
skills that are relevant and well-codified.  As a body of knowledge, I
don't think the SDLC scores very highly on either measure.  There are
many other practical and interesting topics that could be covered.

A possible starting point is to consider the relationship between the
VCE and university curricula.  From where I stand, it seems very odd
that VCE would include aspects of our third year subjects as they were
taught 10-20 years ago.  Could we find ways to migrate our first-year
curriculum into VCE/VELS?

By the way, here is what Melbourne University does in first year IT,
as of 2008:  http://informatics.unimelb.edu.au/
I guess I might have some of your 2007 students.  :)

Steven Bird
http://www.csse.unimelb.edu.au/~sb/
_______________________________________________
http://www.edulists.com.au <http://www.edulists.com.au/> 
IT Software Development Mailing List kindly supported by
http://www.vcaa.vic.edu.au <http://www.vcaa.vic.edu.au/>  - Victorian Curriculum and Assessment Authority
and
http://www.vitta.org.au/vce/studies/infotech/softwaredevel3-4.html  - VITTA
Victorian Information Technology Teachers Association Inc



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: 3
Date: Wed, 16 Apr 2008 13:25:58 +1000
From: "Maggie Iaquinto" <IAQUIM at bialik.vic.edu.au>
Subject: RE: [Year 12 SofDev] RE: sofdev Digest, Vol 38, Issue 13
To: "Year 12 Software Development Teachers' Mailing List"
        <sofdev at edulists.com.au>
Message-ID:
        <C12A0D9E0ADEB241AF23E0772E9B3275D71300 at bialik-dc2.bialik.vic.edu.au>
Content-Type: text/plain;       charset="iso-8859-1"

Welt, you cood go to edulists or VITTA and sertch for reazoresses.


Hey -- it's the last day of Term 1 for me (we're not on the state school schedule) and it has been a long 14 weeks of Term 1.

Maggie

-----Original Message-----
From: sofdev-bounces at edulists.com.au [mailto:sofdev-bounces at edulists.com.au] On Behalf Of John Bellavance
Sent: Wednesday, 16 April 2008 12:41 PM
To: Year 12 Software Development Teachers' Mailing List
Subject: RE: [Year 12 SofDev] RE: sofdev Digest, Vol 38, Issue 13

Dear Kevork and colleagues,

I would be grateful to have your programming materials for Soft Dev. I don't want to reinvent the weal.

Best regards

John Bellavance
Head of ICT
Beaconhills College - Village Campus
92 Kangan Drive,
Berwick  Vic  3806
Ph: (03) 8768 1177
Fax: (03) 8768 1190


-----Original Message-----
From: sofdev-bounces at edulists.com.au [mailto:sofdev-bounces at edulists.com.au] On Behalf Of Kevork Krozian
Sent: Wednesday, 16 April 2008 11:07 AM
To: Year 12 Software Development Teachers' Mailing List
Subject: Re: [Year 12 SofDev] RE: sofdev Digest, Vol 38, Issue 13

Hi Ross and Mark,

 I wonder if Ross is asking something like the following skill set.
Students should be able to :

 1. create a form. Create multiple forms where each form is linked to each other. Create modal forms/dialog boxes ( can't move away until form is closed )
 2. create controls eg. buttons, textfields, labels, combo boxes, etc
 3. Validate input with various levels of validation such as range, type, dialog boxes.
 4. Validate program processing by the use of modal forms.
 3. create menus, submenus
 4. link controls to external files. Save and read from a simple text file
 5. create controls linked to an access database with one table.
 6. add data to database from forms, delete data from database through the form.
 7. Try a relational database with integrity checking so a child record can't be created without a parent; cascade deletes can remove child records if parent record is deleted.
 8. Ensure use of the other guidelines in the official material posted below by Mark.


 Does that help ???


Regards
Kevork

Kevork Krozian
IT Manager , Forest Hill College
k.krozian at fhc.vic.edu.au
http://www.fhc.vic.edu.au <http://www.fhc.vic.edu.au/> 
Mobile: 0419 356 034

>>> Mark Kelly <kel at mckinnonsc.vic.edu.au> 14/04/2008 9:09 am >>>
Well, regardless of the language being used, students need to be able to
do these things at least...

* develop a graphical user interface (GUI), for use in portable
computing devices, such as laptops, personal digital assistants, gaming
consoles, mobile phones
* construct and use data structures, for example arrays, strings, sets,
lists, tables, records and stacks
* design, construct and use files to store and retrieve data
* design and apply data-validation techniques
* use program control structures: selection, iteration and sequencing.
The purpose-designed software will entail the use of objects, methods
and their properties, and event-driven programming."

That's the only official word I know has been published on requisite
programming skill levels; sorry I can't say, "They must be up to page
214 of their VB programming book."


Ogilvie, Ross A wrote:
> This doesn't quite answer my question. If I am using Visual Basic.....what is the level I should be testing my kids at.
>
> Regards
>
> Ross Ogilvie
> LSF ICT Leader
> Sunbury College
> 30 Racecourse Rd, Sunbury 3429
> Ph (W) 9744 1066
>    (H) 54272843
> Bookmarks:  http://del.icio.us/Ross1956
> Wiki: http://ross1956.wikispaces.com/
>
> ________________________________
>
> From: sofdev-bounces at edulists.com.au on behalf of sofdev-request at edulists.com.au
> Sent: Sat 12/04/2008 12:00 PM
> To: sofdev at edulists.com.au
> Subject: sofdev Digest, Vol 38, Issue 13
>
>
>
> 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: RE: sofdev Digest, Vol 38, Issue 10 (Mark Kelly)
>    2. Design awareness in schools resource (Christophersen, Paula P)
>    3. The Digital Document Quarterly (stephen at melbpc.org.au)
>    4. Activity for the clever students (Jack Matthews)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Fri, 11 Apr 2008 13:23:45 +1000
> From: Mark Kelly <kel at mckinnonsc.vic.edu.au>
> Subject: Re: [Year 12 SofDev] RE: sofdev Digest, Vol 38, Issue 10
> To: "Year 12 Software Development Teachers' Mailing List"
>         <sofdev at edulists.com.au>
> Message-ID: <47FED9C1.8030806 at mckinnonsc.vic.edu.au>
> Content-Type: text/plain; charset=windows-1252; format=flowed
>
> Approved programming languages and necessary programming skills (adapted
> from VCE Bulletin #38, June 2006)
>
> The bulletin specifies that:
>
> "In the development of this software, students should be able to:
> * develop a graphical user interface (GUI), for use in portable
> computing devices, such as laptops, personal digital assistants, gaming
> consoles, mobile phones
> * construct and use data structures, for example arrays, strings, sets,
> lists, tables, records and stacks
> * design, construct and use fi les to store and retrieve data
> * design and apply data-validation techniques
> * use program control structures: selection, iteration and sequencing.
> The purpose-designed software will entail the use of objects, methods
> and their properties, and event-driven
> programming."
>
> Approved languages
>
>      * Delphi
>      * Visual Basic (not Visual Basic for Applications)
>      * REALbasic
>      * Visual Basic.NET
>      * Visual C++ , Visual C#
>      * Visual Fox Pro
>      * Pascal (object-oriented variations only)
>      * Visual J, Visual J#
>      * Java
>      * Perl
>      * PHP
>      * Python
>      * Ruby
>
> The bulletin adds, "Additional languages can be used to embellish a
> product, for example Javascript with webpages. However, these would be
> supplementary to the main language and not replace it."
>
> Also: "Specific distributions, projects or variations of languages may
> be suitable as long as they are able to address the criteria listed
> above..."  Read the bulletin for more details.
>
>
> Ogilvie, Ross A wrote:
>> Dear All,
>>
>> I'm proposing to do something similar to Andrew. A question I have regarding programming with Visual Basic is what sort of standard is required For example, would most of the examples in Graeme Summers suffice?
>> I'm just a bit wary of ovderdoing/underdoing it.
>>
>> Regards
>>
>> Ross Ogilvie
>> LSF ICT Leader
>> Sunbury College
>> 30 Racecourse Rd, Sunbury 3429
>> Ph (W) 9744 1066
>>    (H) 54272843
>> Bookmarks:  http://del.icio.us/Ross1956
>> Wiki: http://ross1956.wikispaces.com/
>
>
> --
> Mark Kelly
> Manager - Information Systems
> McKinnon Secondary College
> McKinnon Rd McKinnon 3204, Victoria, Australia
> Direct line / Voicemail: 8520 9085
> School Phone +613 8520 9000
> School Fax +613 95789253
> kel AT mckinnonsc.vic.edu.au
>
> Webmaster - http://www.mckinnonsc.vic.edu.au <http://www.mckinnonsc.vic.edu.au/>  <http://www.mckinnonsc.vicedu.au/>
> IT Lecture notes: http://vceit.com <http://vceit.com/>  <http://vceit.com/>
> Moderator: IT Applications Mailing List
>
> A conclusion is the place where you got sick of thinking.
> If you Declare War - is it integer or boolean?
>
>
>
> ------------------------------
>
> Message: 2
> Date: Fri, 11 Apr 2008 14:24:45 +1000
> From: "Christophersen, Paula P"
>         <christophersen.paula.p at edumail.vic.gov.au>
> Subject: [Year 12 SofDev] Design awareness in schools resource
> To: "Year 11 Information Technology Teachers' Mailing List"
>         <yr11it at edulists.com.au>, <itapps at edulists.com.au>,     "Year 7 - 10
>         Information Technology Teachers' Mailing List"
>         <yr7-10it at edulists.com.au>,     "Year 12 Software Development Teachers'
>         Mailing List"   <sofdev at edulists.com.au>
> Message-ID:
>         <262D8BF8834D4946BA29CC0536021892A33EEB at educm02.education.vic.gov.au>
> Content-Type: text/plain; charset="us-ascii"
>
> Dear colleagues
>
>
>
> Over the past couple of years I have made reference on several occasions
> to the VCAA-developed resource called 'Design awareness in schools'
> (DAIS). It was originally published on the DVD titled 'Student learning
> 2006', which contained the validated VELS and other DEECD resources.
> Unfortunately the DAIS resource was overlooked by many teachers, and in
> fact many schools have disposed of the DVD because of its date. Anyhow,
> I'm pleased to announce that a version is now available on the VELS
> website at:
>
>
>
> http://vels.vcaa.vic.edu.au/support/dais/index.html
>
>
>
> In this format it is a little clunky as it appears as a discrete set of
> downloads, and within some of these files the links are not as efficient
> as they are on the DVD. However, if you have not seen or used the
> resource before I urge you to check it out - not only are there some
> create sections on design principles and elements but there is a
> separate section on ICT and design. This is a very accessible resource
> for all teachers, not just ICT, particularly as ICT is embedded in other
> areas of learning.
>
>
>
> Regards
>
> Paula
>
>
>
> Paula Christophersen
>
> ICT Curriculum Manager
>
> VCAA
>
> 41 St Andrews Place
>
> EAST MELBOURNE 3002
>
> (03) 9651 4378
>
>
>
>
> 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/20080411/c088fc33/attachment-0001.html
>
> ------------------------------
>
> Message: 3
> Date: Fri, 11 Apr 2008 10:11:00 GMT
> From: stephen at melbpc.org.au
> Subject: [Year 12 SofDev] The Digital Document Quarterly
> To: itapps at edulists.com.au, sofdev at edulists.com.au
> Cc: hgladney at PACBELL.NET
> Message-ID: <20080411101100.17C8817AB7 at vscan42.melbpc.org.au>
>
> From:   H.M. Gladney <hgladney at PACBELL.NET>
> Date:   Thu, 10 Apr 2008 21:38:15 -0700
> Subject:   Digital Document Quarterly 7(1) is available
>
>
> Digital Document Quarterly 7(1) is available
>
> The Digital Document Quarterly newsletter volume 7 number 1 is available
> at http://home.pacbell.net/hgladney/ddq_7_1.htm.  Its table of contents is
> available at http://home.pacbell.net/hgladney/ddq.htm#Y2008.
>
> As has become a recurring pattern, the top level topics of this DDQ number
> include Digital Preservation, Epistemology, News, Practical Matters, and
> Price Watch.  A less usual column is Open Access, identifying the giant
> book digitization initiatives announced recently.
>
> The character of DDQ is evolving to include a far greater ratio of links
> to text than when the newsletter began 6 years ago.  I hope that readers
> will find this useful.
>
> One squib, A Software Engineering Contribution, engendered a surprising
> amount of criticism and debate among some of the colleagues who preview
> each DDQ number.  I wonder whether readers will find it as controversial
> as these colleagues did, and invite comment on this (as well as anything
> else in DDQ).
>
> Cheerio, Henry
>
> H.M. Gladney, Ph.D.  http://home.pacbell.net/hgladney
>
>  --
>
> Cheers Henry
> Stephen Loosley
> Member, Victorian
> Institute of Teaching
>
>
> ------------------------------
>
> Message: 4
> Date: Sat, 12 Apr 2008 03:24:56 +1000
> From: Jack Matthews <jack_m_matthews at hotmail.com>
> Subject: [Year 12 SofDev] Activity for the clever students
> To: <sofdev at edulists.com.au>
> Message-ID: <BAY105-W50CB48BEEF57F7A41E23C4A4EF0 at phx.gbl>
> Content-Type: text/plain; charset="iso-8859-1"
>
> Skipped content of type multipart/alternative-------------- next part --------------
> A non-text attachment was scrubbed...
> Name: Answers to challenges.rar
> Type: application/octet-stream
> Size: 3043 bytes
> Desc: not available
> Url : http://www.edulists.com.au/pipermail/sofdev/attachments/20080412/6bb52588/Answerstochallenges-0001.obj
>
> ------------------------------
>
> _______________________________________________
> sofdev mailing list
> sofdev at edulists.com.au
> http://www.edulists.com.au/mailman/listinfo/sofdev
>
>
> End of sofdev Digest, Vol 38, Issue 13
> **************************************
>
>
>
> 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 <http://www.edulists.com.au/> 
> IT Software Development Mailing List kindly supported by
> http://www.vcaa.vic.edu.au <http://www.vcaa.vic.edu.au/>  - Victorian Curriculum and Assessment Authority and
> http://www.vitta.org.au/vce/studies/infotech/softwaredevel3-4.html  - VITTA Victorian Information Technology Teachers Association Inc
>
>
> ------------------------------------------------------------------------
>
> No virus found in this incoming message.
> Checked by AVG.
> Version: 7.5.519 / Virus Database: 269.22.13/1375 - Release Date: 12/04/2008 11:32 AM

--
Mark Kelly
Manager - Information Systems
McKinnon Secondary College
kel AT mckinnonsc.vic.edu.au
McKinnon Rd, McKinnon 3204, Victoria, Australia
Direct line / Voicemail: 8520 9085 Fax +613 9578 9253

Webmaster - http://www.mckinnonsc.vic.edu.au <http://www.mckinnonsc.vic.edu.au/> 
IT Lecture notes: http://vceit.com <http://vceit.com/> 
Moderator: IT Applications Mailing List

Only those who swim against the current know the current is there.
_______________________________________________
http://www.edulists.com.au <http://www.edulists.com.au/> 
IT Software Development Mailing List kindly supported by
http://www.vcaa.vic.edu.au <http://www.vcaa.vic.edu.au/>  - Victorian Curriculum and Assessment Authority and
http://www.vitta.org.au/vce/studies/infotech/softwaredevel3-4.html  - VITTA Victorian Information Technology Teachers Association Inc

_______________________________________________
http://www.edulists.com.au <http://www.edulists.com.au/> 
IT Software Development Mailing List kindly supported by
http://www.vcaa.vic.edu.au <http://www.vcaa.vic.edu.au/>  - Victorian Curriculum and Assessment Authority and
http://www.vitta.org.au/vce/studies/infotech/softwaredevel3-4.html  - VITTA Victorian Information Technology Teachers Association Inc

Internal Virus Database is out-of-date.
Checked by AVG Free Edition.
Version: 7.5.516 / Virus Database: 269.20.6/1282 - Release Date: 15/02/2008 7:08 PM


Internal Virus Database is out-of-date.
Checked by AVG Free Edition.
Version: 7.5.516 / Virus Database: 269.20.6/1282 - Release Date: 15/02/2008 7:08 PM

#####################################################################################
This email is confidential and intended solely for the use of the individual to whom
it is addressed. Any views or opinions presented are solely those of the author and
do not necessarily represent those of Beaconhills College. If you are not the
intended recipient, be advised that you have received this email in error and that
any use, dissemination, forwarding, printing, or copying of this email is strictly
prohibited.
If you have received this email in error please notify Beaconhills College
by telephone on (+61 3)  1300 002 225.
#####################################################################################

_______________________________________________
http://www.edulists.com.au <http://www.edulists.com.au/> 
IT Software Development Mailing List kindly supported by
http://www.vcaa.vic.edu.au <http://www.vcaa.vic.edu.au/>  - Victorian Curriculum and Assessment Authority and
http://www.vitta.org.au/vce/studies/infotech/softwaredevel3-4.html  - VITTA Victorian Information Technology Teachers Association Inc







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

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


End of sofdev Digest, Vol 38, Issue 20
**************************************



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 --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/ms-tnef
Size: 45308 bytes
Desc: not available
Url : http://www.edulists.com.au/pipermail/sofdev/attachments/20080420/b760630e/attachment-0001.bin


More information about the sofdev mailing list