[Year 12 SofDev] SAT Criteria 6 and 8 examples

Simon Dorrat sdorrat at salesian.vic.edu.au
Mon Sep 23 00:41:57 UTC 2019


Hi David/all,

For criteria 6 I gave the students a template to guide them which focuses on a number of things:
- Management of the data file/s used by the solution (backup, security, archiving, deployment) as well as the structure of the files.
- Transmission of data into/out of the system, protocols and security used for transmission
- Application security (authentication and user accounts and privileges)
- Malware protection

The "use of appropriate data structure" element of the criteria I marked from the code submitted.

My take on it was that criteria 6 was about the final solution as a product, not the project (security, organisation, backup of project files) though I know some schools interpret it that way.


For criteria 8 I gave them another template that draws in evaluation criteria from the SRS and lays out strategies for evaluating effectiveness and efficiency as well as detailing acceptance testing linked to functional and non-functional requirements.  The other half of the templates focusses on reflection on the project's success and value of the plan and evidence of monitoring via project logs and issue logs which were kept throughout the project.


The templates are guides but I encourage the students to use them to prompt their thinking - they can reformat or change if they want to.  It also makes it easier to mark!

I've attached the templates - fee free to use them or modify them.

Simon Dorrat
TEACHER OF DIGITAL TECHNOLOGIES | ROBOTICS AND INNOVATION | MATHEMATICS
Bosco Campus
10 Bosco St Chadstone 3148
T +61 3 9807 2644
F +61 3 9888 1289
E  sdorrat at salesian.vic.edu.au
W salesian.vic.edu.au


-----Original Message-----
From: sofdev <sofdev-bounces at edulists.com.au> On Behalf Of sofdev-request at edulists.com.au
Sent: Saturday, 21 September 2019 10:00 PM
To: sofdev at edulists.com.au
Subject: sofdev Digest, Vol 172, Issue 39

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

To subscribe or unsubscribe via the World Wide Web, visit
http://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: query about study design (Victoria Farrell)


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

Message: 1
Date: Sat, 21 Sep 2019 16:48:37 +1000
From: Victoria Farrell <farrellv at stkevins.vic.edu.au>
To: "Year 12 Software Development Teachers' Mailing List"
<sofdev at edulists.com.au>
Subject: Re: [Year 12 SofDev] query about study design
Message-ID:
<CAF=XgxfSZrBLmE5JL40Eu0zZF-TigNJrUHUJdr6apAq8i7Or3g at mail.gmail.com>
Content-Type: text/plain; charset="utf-8"

Sorry David, I assumed you were wanting help with Criteria 7 and 8.

" Identifies a comprehensive, systematic and logical plan for organising files or data to allow efficient and secure access."

This is an assessment of how the student has organised their data. If in records, has the data been efficiently organised into fields for effective use? If in text files or CSV files or XML files, have they come up with the most effective access. Are there security issues?

Examples of poor planning:
I have had students who did a great job ensuring all data entry through the software was thoroughly validated and was passed to a secure (password
locked) Access database for storage. However, he decided to display his data as a direct table in the software where the end user could easily edit it without any validation. I had one student who did a poor job of organising his data into arrays and storing them in text files with no security. One student made a fantastic transactional processing system but put "customer name" as a single field in his XML records which limits the effectiveness of his organisation of data.

It comes down to how you assess their decisions in organising their data into data structures: arrays, records, hash tables - then how are they accessed, then is the data secure. A good approach to developing secure access is to have different levels of permissions built into the software - that limit access to data for different users.

Hope that answers your question.





*Victoria FarrellHead of Technology Department *

*St Kevin's College*
*P 03 9832 4980*

*E farrellv at stkevins.vic.edu.au <farrellv at stkevins.vic.edu.au>*

*vicfarrell.com.au <https://www.vicfarrell.com.au/>* *Computer Club <https://www.skc3.club/>* *Software Development Text Book 2020
<https://www.amazon.com.au/Software-Development-Applied-Computing-Design-ebook/dp/B07WJRHPCF/ref=sr_1_1?qid=1565860890&refinements=p_27%3AVictoria+Farrell&s=digital-text&sr=1-1&text=Victoria+Farrell>*



On Sat, 21 Sep 2019 at 16:22, David B Thomas <david.b.thomas at rmit.edu.au>
wrote:

> Thank you very much for your responses but my question revolved around
> SAT criteria 6.1 which says:
>
> Identifies a comprehensive, systematic and logical plan for organising
> files or data to allow efficient and secure access.
>
>
>
> I guess that I expected to see some other student delivery describing
> the data structures and files that there are utilizing in their code.
> Presumably those structures are part of the code and can be determined
> from there.
>
> d.
>
>
>
> *From:* sofdev <sofdev-bounces at edulists.com.au> *On Behalf Of
> *Victoria Farrell
> *Sent:* Saturday, September 21, 2019 10:53 AM
> *To:* Year 12 Software Development Teachers' Mailing List <
> sofdev at edulists.com.au>
> *Subject:* Re: [Year 12 SofDev] query about study design
>
>
>
> Hi David,
>
>
>
> I have an Evaluation Outline (attached) if that can help you at all. I
> asked the students to organise their evaluation reports accordingly -
> so it makes it easy to mark with the rubrics.
>
>
>
> If you are struggling with this subject - my textbook will be very
> helpful for the 2020 Study Design. It includes all the assessment
> outlines as well as marking schemes. The whole book is designed for
> novice teachers in this subject - because we all were one once!
>
>
>
> vicfarrell.com.au
> <https://aus01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fvicf
> arrell.com.au&data=02%7C01%7C%7C9d5fa6aa812543dcc69a08d73e2e2057%7Cd13
> 23671cdbe4417b4d4bdb24b51316b%7C0%7C0%7C637046240161291493&sdata=%2B9A
> RUFgWBaerJOII5%2BlhzuGqfo9ulbXg%2BD8tkM1j4iA%3D&reserved=0>
>
>
>
> I have had a number of requests to print - which I was trying to avoid
> - but if I get enough requests I might do a short run. (Sorry Adrian 👩).
>
>
>
> Have a good one,
>
> Vic
>
>
>
>
>
> *Victoria Farrell*
> * Head of Technology Department *
>
> *St Kevin's College*
> *P 03 9832 4980*
>
> *E farrellv at stkevins.vic.edu.au <farrellv at stkevins.vic.edu.au>*
>
> *vicfarrell.com.au
> <https://aus01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww
> .vicfarrell.com.au%2F&data=02%7C01%7C%7C9d5fa6aa812543dcc69a08d73e2e20
> 57%7Cd1323671cdbe4417b4d4bdb24b51316b%7C0%7C0%7C637046240161291493&sda
> ta=Q7TzFjpXftjhzQ54tSY1hzPENu6OsG1VPwGYsrlpgpE%3D&reserved=0>*
>
> *Computer Club
> <https://aus01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww
> .skc3.club%2F&data=02%7C01%7C%7C9d5fa6aa812543dcc69a08d73e2e2057%7Cd13
> 23671cdbe4417b4d4bdb24b51316b%7C0%7C0%7C637046240161301486&sdata=6PL%2
> BS%2B8%2BgtfsiqoKJf6Bv4pvMFb4DUdOUMI7iSD9%2F3Y%3D&reserved=0>*
>
> *Software Development Text Book 2020
> <https://aus01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww
> .amazon.com.au%2FSoftware-Development-Applied-Computing-Design-ebook%2
> Fdp%2FB07WJRHPCF%2Fref%3Dsr_1_1%3Fqid%3D1565860890%26refinements%3Dp_2
> 7%253AVictoria%2BFarrell%26s%3Ddigital-text%26sr%3D1-1%26text%3DVictor
> ia%2BFarrell&data=02%7C01%7C%7C9d5fa6aa812543dcc69a08d73e2e2057%7Cd132
> 3671cdbe4417b4d4bdb24b51316b%7C0%7C0%7C637046240161301486&sdata=Tmy7Wt
> cC6S5pq37vedF2YIrLNZQXfhk8IJYB0oKmhtc%3D&reserved=0>*
>
>
>
>
>
>
>
> On Fri, 20 Sep 2019 at 22:24, David B Thomas
> <david.b.thomas at rmit.edu.au>
> wrote:
>
> Hi,
>
> Is someone able to please explain why the study design just says the
> following:
>
>
>
> A software solution that meets the software requirements
>
> specification and the results of the useability test
>
> AND
>
> An assessment of the extent to which the project plan (Gantt chart)
>
> assisted in monitoring project progress in one of the following:
>
> • a written report
>
> • an annotated visual plan.
>
>
>
> When in fact there are other assessable things that relate to the
> criteria
> 5 – 8 rubrics, such as a description of how files are managed within
> the software solution. The assessment of the project plan is
> specifically mentioned though.
>
> David.
>
>
>
> David.b.thomas at rmit.edu.au
>
> _______________________________________________
> http://www.edulists.com.au
> <https://aus01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.
> edulists.com.au&data=02%7C01%7C%7C9d5fa6aa812543dcc69a08d73e2e2057%7Cd
> 1323671cdbe4417b4d4bdb24b51316b%7C0%7C0%7C637046240161311481&sdata=coi
> bc7J0xbcYTTYbltVtvLsSYhlzEMNeblexVLMAObQ%3D&reserved=0>
> - FAQ, Subscribe, Unsubscribe
> IT Software Development Mailing List
>
>
> This email message does not represent the view of St Kevins College,
> is intended only for the addressee(s) and contains information that
> may be confidential and/or copyright. If you are not the intended
> recipient please notify the sender by reply email and immediately
> delete this email. Use, disclosure or reproduction of this email by
> anyone other than the intended
> recipient(s) is strictly prohibited. No representation is made that
> this email or any attachments are free of viruses. Virus scanning is
> recommended and is the responsibility of the recipient.
> _______________________________________________
> http://www.edulists.com.au - FAQ, Subscribe, Unsubscribe IT Software
> Development Mailing List
>

--
This email message does not represent the view of St Kevins College, is intended only for the addressee(s) and contains information that may be confidential and/or copyright. If you are not the intended recipient please notify the sender by reply email and immediately delete this email. Use, disclosure or reproduction of this email by anyone other than the intended
recipient(s) is strictly prohibited. No representation is made that this email or any attachments are free of viruses. Virus scanning is recommended and is the responsibility of the recipient.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://edulists.com.au/pipermail/sofdev/attachments/20190921/f2b48908/attachment-0001.html>

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

Subject: Digest Footer

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


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

End of sofdev Digest, Vol 172, Issue 39
***************************************
[https://www.salesian.vic.edu.au/images/emailbanner.jpg]<https://www.salesian.vic.edu.au>
________________________________________

CONFIDENTIAL INFORMATION

The information in this email and any attachments is privileged and confidential intended only for the use of the intended recipient. This information remains the property of Salesian College and if you are not the intended recipient please delete this message immediately. The views expressed in this email are those of the author and do not represent those of Salesian College unless clearly indicated. Please be advised that any dissemination, distribution or copying of the information is strictly prohibited. Salesian College accepts no responsibility for any viruses this email may contain. This notice should not be removed. If you have received this communication in error, please contact us at welcome at salesian.vic.edu.au<mailto:welcome at salesian.vic.edu.au> .
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Data Management Plan Template.docx
Type: application/vnd.openxmlformats-officedocument.wordprocessingml.document
Size: 39429 bytes
Desc: Data Management Plan Template.docx
URL: <http://edulists.com.au/pipermail/sofdev/attachments/20190923/45a1f0bb/attachment-0002.docx>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Solution and Project Evaluation Template.docx
Type: application/vnd.openxmlformats-officedocument.wordprocessingml.document
Size: 41683 bytes
Desc: Solution and Project Evaluation Template.docx
URL: <http://edulists.com.au/pipermail/sofdev/attachments/20190923/45a1f0bb/attachment-0003.docx>


More information about the sofdev mailing list