ATAR Notes: Forum

HSC Stuff => HSC Technology Stuff => HSC Subjects + Help => HSC Software Design and Development => Topic started by: cthulu on July 08, 2018, 10:32:14 am

Title: Past Papers
Post by: cthulu on July 08, 2018, 10:32:14 am
Hey guys,

My trials is in the first day back for software and I have found 0 past papers that have solutions. Can anyone share some?

Thanks
Title: Re: Past Papers
Post by: RuiAce on July 08, 2018, 10:36:22 am
I wouldn't know where to get an abundance of papers but THSC still has two
Title: Re: Past Papers
Post by: JTrudeau on July 09, 2018, 12:07:39 pm
Yeah, Software papers are few and far in between. My teacher had handful of past trial papers, but that was about it. My recommendation is to go through the HSC papers, working your way back. The pre-2001 exams ("3-unit Computing Studies") can give you extra practice questions for Option 2, algorithms, system modelling tools, etc-- I borrowed it from my teacher, but the library might still have them.

OG and I might write up a few practice trial papers -- is there any topic/section you'd like to cover in particular? We'll probably release them section by section (so you can work on them as we write them), so let us know! :)
Title: Re: Past Papers
Post by: cthulu on July 09, 2018, 12:36:40 pm
Hi thanks for the helpful responses.

I don't have any problem with the short answer questions because thats just memorising, but our teacher is going to kill us with algorithms and system modelling tools. He is adding an extra section just for them, oh and also assembly language. Did you guys do that often, we learnt it by playing the game TIS-100.

I'm fine with whichever section you guys do first.

Thanks for the help, you guys are awesome! I can probably help by looking up questions online or just picking things from the syllabus.
Title: Re: Past Papers
Post by: DrDusk on July 09, 2018, 11:54:13 pm
Yeah he said that he's replacing the whole option topic with extra algorithms and assembler code O.o
Also just a quick question if you don't mind me asking,
Do the HSC examiners desk check your algorithms or do they just do a rough check?, because often
Ive had to explain to my teacher how my algorithms work and this caused me to get 2/3 extra marks!
Title: Re: Past Papers
Post by: JTrudeau on July 10, 2018, 04:58:08 pm
Yeah he said that he's replacing the whole option topic with extra algorithms and assembler code O.o
Also just a quick question if you don't mind me asking,
Do the HSC examiners desk check your algorithms or do they just do a rough check?, because often
Ive had to explain to my teacher how my algorithms work and this caused me to get 2/3 extra marks!


I'm actually not sure. It seems like my teacher does a mental desk check (because there are pen dots at the end of each line where he follows the logic line by line), but I've definitely had to explain my algorithm logic a couple of times.

Most of the time there's an obvious approach that the question wants you to go, and if you hit that the marker's already thinking "Okay, this person knows what they're doing". Also try to make sure your loops/selection statements are indented on the paper, and use intrinsic documentation to further signal your logic.

Hope this helps!
Title: Re: Past Papers
Post by: DrDusk on July 10, 2018, 10:14:41 pm
Thanks for the reply,  :)
I will probably comment on my code when writing algorithms now.
Title: Re: Past Papers
Post by: DrDusk on July 20, 2018, 06:40:50 pm
Hi, If its okay I have another question  :)

What is Extrinsic Documentation? I cannot find it anywhere in the Samuel Davis textbook..
and Also

For around a 5 marker or so algorithm question, how long should you look to spend on it?

Thanks in Advance!
Title: Re: Past Papers
Post by: Opengangs on July 26, 2018, 10:08:54 pm
Hi, If its okay I have another question  :)

What is Extrinsic Documentation? I cannot find it anywhere in the Samuel Davis textbook..
and Also

For around a 5 marker or so algorithm question, how long should you look to spend on it?

Thanks in Advance!
Hey, DrDusk!

Been extremely busy with work - so apologies for the late reply!
There is no "standard" definition for extrinsic documentation; we only ever have instrinsic documentation. :)