gibble12345
New Member
- Joined
- Jul 11, 2017
- Messages
- 1
- Gender
- Undisclosed
- HSC
- 2017
Thoughts on the exam?
Found some of the algorithms a bit tricky. Sadly I can't remember what they were... I think it was one to do with purchases? But I think i made it sort of work in the end. I can't remember much else being too hard. Otherwise it was mostly not too difficult.Was there anything tricky? Any binary calculations?
yeah i was prepared to answer that... not in there.I think it wasn't too difficult, does anyone have any predictions on what cut off will be this year? I was suprised they didn't have a question on software development approaches.
With ROBO code did you put the ; after each statement?I forgot what the Fetch-Execute Cycle was. Other than that pretty much everything good.
ROBO i just wrote
BEGIN
REP 5 # "Directions + numbers" #
END
True. I think the only time I saw anything related to development approaches was in the MC with prototyping...yeah i was prepared to answer that... not in there.
but in the question about phased implementation I realised I discussed pilot so had to change it
Oh yea. The second one I had to rewrite completely in a different booklet because I messed it up by using case-where and didn't realise my mistake until I completely finished writing it. But I used a pre-test loop and pretty much counted until a negative number was entered. But I struggled with the purchase module a quite a bit.yeah there was the five mark purchase module and i think 3-4 mark one with the numbers being divisibible by 2 and 3
Oh yea. The second one I had to rewrite completely in a different booklet because I messed it up by using case-where and didn't realise my mistake until I completely finished writing it. But I used a pre-test loop and pretty much counted until a negative number was entered. But I struggled with the purchase module a quite a bit.yeah there was the five mark purchase module and i think 3-4 mark one with the numbers being divisibible by 2 and 3
I draw an OR gate as well.I had an OR gate..
Switch 1 | Switch 2 | Light |
---|---|---|
0 | 0 | 0 |
0 | 1 | 1 |
1 | 0 | 1 |
1 | 1 | 1 |
I was so happy when I saw there wasn't one, I always stuff those ones upI was really hoping there was a legal implication question, because I knew the case studies would have necked everyone.