[Year 12 SofDev] query about study design

Victoria Farrell farrellv at stkevins.vic.edu.au
Sat Sep 21 06:48:37 UTC 2019


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%2Fvicfarrell.com.au&data=02%7C01%7C%7C9d5fa6aa812543dcc69a08d73e2e2057%7Cd1323671cdbe4417b4d4bdb24b51316b%7C0%7C0%7C637046240161291493&sdata=%2B9ARUFgWBaerJOII5%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%7C9d5fa6aa812543dcc69a08d73e2e2057%7Cd1323671cdbe4417b4d4bdb24b51316b%7C0%7C0%7C637046240161291493&sdata=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%7Cd1323671cdbe4417b4d4bdb24b51316b%7C0%7C0%7C637046240161301486&sdata=6PL%2BS%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%2Fdp%2FB07WJRHPCF%2Fref%3Dsr_1_1%3Fqid%3D1565860890%26refinements%3Dp_27%253AVictoria%2BFarrell%26s%3Ddigital-text%26sr%3D1-1%26text%3DVictoria%2BFarrell&data=02%7C01%7C%7C9d5fa6aa812543dcc69a08d73e2e2057%7Cd1323671cdbe4417b4d4bdb24b51316b%7C0%7C0%7C637046240161301486&sdata=Tmy7WtcC6S5pq37vedF2YIrLNZQXfhk8IJYB0oKmhtc%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%7Cd1323671cdbe4417b4d4bdb24b51316b%7C0%7C0%7C637046240161311481&sdata=coibc7J0xbcYTTYbltVtvLsSYhlzEMNeblexVLMAObQ%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.html>


More information about the sofdev mailing list