ATAR Notes: Forum

VCE Stuff => VCE Technology => VCE Mathematics/Science/Technology => VCE Subjects + Help => VCE Computing: Software Development => Topic started by: soysauce on November 14, 2014, 05:48:29 pm

Title: Exam Discussion?
Post by: soysauce on November 14, 2014, 05:48:29 pm
Here are my answers for multiple choice

Spoiler
1. D
2. C
3. D
4. B
5. D
6. C
7. A
8. B
9. C
10. D
11. A
12. B
13. D
14. A
15. B
16. C
17. D
18. A
19. B
20. A
Title: Re: Exam Discussion?
Post by: Connor P on November 14, 2014, 07:47:50 pm
I was worried when i got two sets of "A B C D" but good to hear you got it as well :)
Title: Re: Exam Discussion?
Post by: nondiscrypt on November 14, 2014, 08:00:24 pm
Thoughts on the exam ? ... I actually thought it was harder than the 2011, 2012 and 2013 exams - anyone else agree?   Also I did those under timed conditions and had time to spare but just managed to finish this one  :o

1. D
2. C
3. D
4. B
5. D
6. C
7. A
8. B
9. C - I put D  ???
10. D
11. A - I put C???
12. B - I put D???
13. D -
14. A
15. B
16. C
17. D
18. A
19. B
20. A - I put C (but this was pretty much a guess)
Title: Re: Exam Discussion?
Post by: Johno2110 on November 14, 2014, 08:41:17 pm
I thought it was quite time consuming. I finished just in time. What did everyone write about the microwave question?
Title: Re: Exam Discussion?
Post by: seba1342 on November 14, 2014, 09:45:22 pm
I thought it was quite time consuming. I finished just in time. What did everyone write about the microwave question?
I wrote that it had a large range and it was less expensive compared to a satellite. Not too sure how accurate my responses are, surprising questions considering I have never seen the word microwave written on any of the practice exams or past exams (even multiple choice).
Title: Re: Exam Discussion?
Post by: Johno2110 on November 14, 2014, 10:13:00 pm
I wrote that it had a large range and it was less expensive compared to a satellite. Not too sure how accurate my responses are, surprising questions considering I have never seen the word microwave written on any of the practice exams or past exams (even multiple choice).

Yeah same, I was pretty surprised when I saw it, I wrote about it's ability to penetrate and the distance. Didn't really know for sure though.
Title: Re: Exam Discussion?
Post by: Kawa_ on November 14, 2014, 10:55:34 pm
For the Pseudo code in section C, did we all recognise the error being the IF statements not being ELSE IF?

specifically, it was in the last IF statement, but all of them bar the first needed to be changed for it to work correctly
Title: Re: Exam Discussion?
Post by: Johno2110 on November 14, 2014, 11:24:34 pm
For the Pseudo code in section C, did we all recognise the error being the IF statements not being ELSE IF?

specifically, it was in the last IF statement, but all of them bar the first needed to be changed for it to work correctly

I just removed the else and made a completely new if statement. Same concept I guess
Title: Re: Exam Discussion?
Post by: soysauce on November 15, 2014, 12:11:46 am
Quote
I just removed the else and made a completely new if statement. Same concept I guess

Programming is my strongest area - I can confirm that replacing the last if/else, specifically the else but, with if (age > 24) would make it work properly
Title: Re: Exam Discussion?
Post by: seba1342 on November 15, 2014, 08:50:08 pm
I just removed the else and made a completely new if statement. Same concept I guess
I did the exact same! :D
Title: Re: Exam Discussion?
Post by: seba1342 on November 16, 2014, 06:18:28 pm
http://vceit.com/p/postmortem-2014s.htm
If you want to clarify some answers!
Title: Re: Exam Discussion?
Post by: vic1215 on November 18, 2014, 09:26:53 am
Q15 in section A is really odd.

I wrote B but Mark Kelly states that answer is C 0.0