Login

Welcome, Guest. Please login or register.

July 19, 2025, 04:06:36 pm

Author Topic: Thoughts on exam?  (Read 19485 times)  Share 

0 Members and 1 Guest are viewing this topic.

lala1911

  • Guest
Thoughts on exam?
« on: November 04, 2013, 05:28:35 pm »
0
Thoughts on the exam?
I found it more difficult compared to the prcious years. Same content examines again like usual.
Question 12 was my only major struggle apart from a few MCQ.
« Last Edit: November 04, 2013, 06:58:40 pm by Lala1911 »

AndreF23

  • Victorian
  • Fresh Poster
  • *
  • Posts: 2
  • Respect: 0
Re: Thoughts on exam?
« Reply #1 on: November 04, 2013, 05:43:21 pm »
0
I found it to be surprisingly easier than the other years, only struggled on a couple of MC questions.

JohnJohn

  • Victorian
  • Adventurer
  • *
  • Posts: 11
  • Respect: 0
  • School Grad Year: 2013
Re: Thoughts on exam?
« Reply #2 on: November 04, 2013, 05:46:46 pm »
0
How did yo
2013: English, Further Mathematics, Information Technology App, Accounting, Business Management

JohnJohn

  • Victorian
  • Adventurer
  • *
  • Posts: 11
  • Respect: 0
  • School Grad Year: 2013
Re: Thoughts on exam?
« Reply #3 on: November 04, 2013, 05:48:26 pm »
0
How did you guys went on the normalisation question? I struggled ...
2013: English, Further Mathematics, Information Technology App, Accounting, Business Management

RakiZtahX123

  • Victorian
  • Adventurer
  • *
  • Posts: 9
  • Respect: 0
  • School: lel
Re: Thoughts on exam?
« Reply #4 on: November 04, 2013, 05:53:58 pm »
0
what was the answer for question 2 multiple choice,,,, was it project-based or knowledge-sharing????

Aaron

  • Honorary Moderator
  • ATAR Notes Legend
  • *******
  • Posts: 3931
  • Respect: +1536
Re: Thoughts on exam?
« Reply #5 on: November 04, 2013, 05:54:54 pm »
0
Good work guys, another one done and dusted. Good luck to all.

Anyone have a copy of the exam booklet? Curious to see the type of questions on there.
B.InfoTech, M.Teach (Sec)

Former National Moderator for ATARNotes (a very long time ago!)
Experienced teacher in secondary (govt/independent) and tertiary settings.

Don't use this much anymore. Get in touch: my website | new profile

nosuperstar

  • Victorian
  • Trendsetter
  • **
  • Posts: 118
  • Respect: +6
Re: Thoughts on exam?
« Reply #6 on: November 04, 2013, 06:01:14 pm »
0
what was the answer for question 2 multiple choice,,,, was it project-based or knowledge-sharing????

I put down knowledge sharing, not too sure though, I was contemplating between project based and knowledge sharing too.

Overall I found it relatively easy, very good exam, parts of q12 were a bit complicated but still, quite decent.

lala1911

  • Guest
Re: Thoughts on exam?
« Reply #7 on: November 04, 2013, 06:03:12 pm »
0
The problem with Q1 is that those questions are so ambiguous. Oh.. and normalisation was so hard. That was what I struggled with most. I had a rote learnt answer for b), but a) im hoping for 1 mark.. Brb scanning my exam.

Ruzzah112

  • Victorian
  • Trailblazer
  • *
  • Posts: 25
  • Respect: 0
Re: Thoughts on exam?
« Reply #8 on: November 04, 2013, 06:03:49 pm »
0
I found the exam had been dumbed down quite a bit, I didn't understand why we had to make only two tables for the normalisation because pay shouldn't be in the captain or boat table :/

Answer to mc 2 was project based because viewers can only see progress and can't contribute or socialise.

How'd everyone do? I finished with 45 minutes to spare and went through and fixed 3-4 mistakes.

lala1911

  • Guest
Re: Thoughts on exam?
« Reply #9 on: November 04, 2013, 06:07:07 pm »
0
45 mins to spare as well. I just really struggled with normalisation and Q12.
Ruzzah, what tables did you do?

Ruzzah112

  • Victorian
  • Trailblazer
  • *
  • Posts: 25
  • Respect: 0
Re: Thoughts on exam?
« Reply #10 on: November 04, 2013, 06:15:15 pm »
0
45 mins to spare as well. I just really struggled with normalisation and Q12.
Ruzzah, what tables did you do?

Since it stated split it into two tables, I made boats and captains

Boats: BoatID, BoatName, BoatLocation, BoatRate
Captains: FirstName, LastName, Mobile, BoatID, BoatHours, Pay

I drew a line from BoatID to BoatID and labeled the one at captains an infinite sign and 1 next to the boat line. 1 to many relationship, I hope I did it right :/
« Last Edit: November 04, 2013, 06:18:22 pm by Ruzzah112 »

nosuperstar

  • Victorian
  • Trendsetter
  • **
  • Posts: 118
  • Respect: +6
Re: Thoughts on exam?
« Reply #11 on: November 04, 2013, 06:18:48 pm »
0
Since it stated split it into two tables, I made boats and captains

Boats: BoatID, BoatName, BoatLocation, BoatRate
Captains: FirstName, LastName, Mobile, BoatID, Pay

I drew a line from BoatID to BoatID and labeled the one at captains an infinite sign and 1 next to the boat line. 1 to many relationship, I hope I did it right :/

I don't think you needed to put the relationships, I didn't at least, with 2NF and the question, I assumed you needed to make 2 tables.

I did Captains: Firstname, Lastname, Mobile
Boats: BoatID, BoatName, Boat Location, BoatRate, Hours, Total

Although the rate, hours and total should be in a 3rd order table, that isn't one of the requirements of 2NF, it's a requirement of 3NF, and from there you create relationships.

Ruzzah112

  • Victorian
  • Trailblazer
  • *
  • Posts: 25
  • Respect: 0
Re: Thoughts on exam?
« Reply #12 on: November 04, 2013, 06:21:29 pm »
0
I don't think you needed to put the relationships, I didn't at least, with 2NF and the question, I assumed you needed to make 2 tables.

I did Captains: Firstname, Lastname, Mobile
Boats: BoatID, BoatName, Boat Location, BoatRate, Hours, Total

Although the rate, hours and total should be in a 3rd order table, that isn't one of the requirements of 2NF, it's a requirement of 3NF, and from there you create relationships.

I know that it isn't a requirement to make a relationship for only 3NF, there's no documentation stating that, at first I made a third table with hours and total separate and started highlighting information when I noticed it stated two tables, biggest wtf

nosuperstar

  • Victorian
  • Trendsetter
  • **
  • Posts: 118
  • Respect: +6
Re: Thoughts on exam?
« Reply #13 on: November 04, 2013, 06:25:55 pm »
0
I know that it isn't a requirement to make a relationship for only 3NF, there's no documentation stating that, at first I made a third table with hours and total separate and started highlighting information when I noticed it stated two tables, biggest wtf

Ah I see. I felt like doing 3NF since it's easier but thought to stick to what was asked ahah. Starting to question whether I was meant to make a relationship now, opps.

MJRomeo81

  • Moderator
  • Part of the furniture
  • *****
  • Posts: 1231
  • Princeps
  • Respect: +167
Re: Thoughts on exam?
« Reply #14 on: November 04, 2013, 06:26:25 pm »
0
If someone could upload the exam paper I can take a look at this normalisation question.
Currently working in the IT Industry as an Oracle DBA (State Government)

Murphy was an optimist

Bachelor of Information Technology @ La Trobe (Melbourne) - Completed 2014
WAM: 91.96
The key, the whole key, and nothing but the key, so help me Codd.

Subjects I tutored during my time at LTU:
CSE2DBF (Database Fundamentals)
CSE1IS (Information Systems)
CSE2DES (System Design Engineering)

Quote
“If I had an hour to solve a problem I'd spend 55 minutes defining the problem and 5 minutes thinking about solutions.”
― Albert Einstein