AQA COMP3 June 2012 Exam Thread

Computer Science and ICT discussion, revision, exam and homework help.

Announcements Posted on
Please change your TSR password 23-05-2013
IMPORTANT: You must wait until midnight (morning exams)/4.30AM (afternoon exams) to discuss Edexcel exams and until 1pm/6pm the following day for STEP and IB exams. Please read before posting, including for rules for practical and oral exams. 28-04-2013
Sign in to Reply
  1. mfmdanny's Avatar
    • Full Member
    • Posts: 114
    Re: AQA COMP3 June 2012 Exam Thread
    (Original post by foolscap)
    yeah it said "the most negative number" is was like, wtf that's stupid.
    That's what I thought. I wonder if it's a mistake? I just put the smallest negative number: 1.000000 1000
  2. Ninjaelephant's Avatar
    • Junior Member
    • Posts: 26
    Re: AQA COMP3 June 2012 Exam Thread
    (Original post by mfmdanny)
    I think the -12.5 is wrong. Didn't it ask for normalised floating point? So the first 2 bits must be 1.0 or 0.1

    Also, did it say "the largest negative number"?
    I thought it said "the most negative number," I was like... Huh?
    for the -12.5 i got:

    mantissa as: 1.001110
    exponent as: 00100
  3. ldvico's Avatar
    • Full Member
    • Posts: 95
    Re: AQA COMP3 June 2012 Exam Thread
    (Original post by mfmdanny)
    I think the -12.5 is wrong. Didn't it ask for normalised floating point? So the first 2 bits must be 1.0 or 0.1

    Also, did it say "the largest negative number"?
    I thought it said "the most negative number," I was like... Huh?
    Oh yeah, -12.5 is:

    mantissa 1.001110 and exponent is 00100
  4. mfmdanny's Avatar
    • Full Member
    • Posts: 114
    Re: AQA COMP3 June 2012 Exam Thread
    (Original post by ms607)
    yeah they mean the same thing?

    in which case I got that wrong as I think I put the smallest -ve number
    That's what I put!

    What's the same thing?
  5. foolscap's Avatar
    • Benevolent Member
    • Location: Cambridge
    • Posts: 745
    Re: AQA COMP3 June 2012 Exam Thread
    (Original post by mfmdanny)
    That's what I thought. I wonder if it's a mistake? I just put the smallest negative number: 1.000000 1000
    Pretty sure I saw similar phrase used in the old spec that meant biggest negative number, i put 1.000000 0111, you got the mantissa right so 1/2 marks i think you'll get.
  6. ms607's Avatar
    • Adored and Respected Member
    • Location: Northern Ireland
    • Posts: 475
    Re: AQA COMP3 June 2012 Exam Thread
    (Original post by mfmdanny)
    That's what I put!

    What's the same thing?
    most negative number = largest negative number?
  7. SecondHand's Avatar
    • PS Helper
    • Exalted Member
    • Posts: 392
    Re: AQA COMP3 June 2012 Exam Thread
    The number closest to negative infinity is 1.0000001 0111 because when you convert it to denary you convert the mantissa first to a positive number ie - 01111111
  8. foolscap's Avatar
    • Benevolent Member
    • Location: Cambridge
    • Posts: 745
    Re: AQA COMP3 June 2012 Exam Thread
    (Original post by ms607)
    most negative number = largest negative number?
    Yes.
  9. Ninjaelephant's Avatar
    • Junior Member
    • Posts: 26
    Re: AQA COMP3 June 2012 Exam Thread
    (Original post by SecondHand)
    The number closest to negative infinity is 1.0000001 0111 because when you convert it to denary you convert the mantissa first to a positive number ie - 01111111
    largest negative normalised number is 1.000000 with an exponent of 01111
  10. steve ex's Avatar
    • New Member
    • Posts: 11
    Re: AQA COMP3 June 2012 Exam Thread
    (Original post by foolscap)
    Yes.
    Surely the largest negative number is as close to 0 as possible.

    This is probably why they used most negative instead.
  11. Ninjaelephant's Avatar
    • Junior Member
    • Posts: 26
    Re: AQA COMP3 June 2012 Exam Thread
    (Original post by steve ex)
    Surely the largest negative number is as close to 0 as possible.

    This is probably why they used most negative instead.
    the smallest negative number is the one closest to zero. the largest is the number closest to -infinity :cool:
  12. ms607's Avatar
    • Adored and Respected Member
    • Location: Northern Ireland
    • Posts: 475
    Re: AQA COMP3 June 2012 Exam Thread
    (Original post by Edwin Okli)
    On another note. I kind of made a revision guide (from the textbook and other notes). I'll attach it here and people can tell me if there are any mistakes or content that needs to be added.

    (Too large to be attached.)
    Again, thank you so much for making that revision guide! Was extremely useful (especially when the school library was locked at like 11:30 and I luckily had that revision guide on my phone)
  13. steve ex's Avatar
    • New Member
    • Posts: 11
    Re: AQA COMP3 June 2012 Exam Thread
    (Original post by Ninjaelephant)
    the smallest negative number is the one closest to zero. the largest is the number closest to -infinity :cool:
    I suppose it depends on your definition of largest. Is largest the biggest number, or the number furthest from 0?
  14. _VJ's Avatar
    • New Member
    • Location: Reading
    • Posts: 9
    Re: AQA COMP3 June 2012 Exam Thread
    for the most negative number i took it as basically the negative largest number... The way i was taught this was to first work out the largest number in its positive form.
    so that would be: 0.1111111 01111
    then perform 2s a complement on the mantissa so it ends up being: 1.0000001 01111 ??
  15. ms607's Avatar
    • Adored and Respected Member
    • Location: Northern Ireland
    • Posts: 475
    Re: AQA COMP3 June 2012 Exam Thread
    (Original post by _VJ)
    for the most negative number i took it as basically the negative largest number... The way i was taught this was to first work out the largest number in its positive form.
    so that would be: 0.1111111 01111
    then perform 2s a complement on the mantissa so it ends up being: 1.0000001 01111 ??
    I thought it was 1.000000 0111
  16. exam2k10's Avatar
    • Exalted and Worshipped Member
    • Posts: 908
    Re: AQA COMP3 June 2012 Exam Thread
    Any rough guesses for boundaries?
  17. rugito's Avatar
    • Junior Member
    • Posts: 54
    Re: AQA COMP3 June 2012 Exam Thread
    in the class definition question about adding devices
    did the add device procedure need to have a (override)?
    i put it in but i think I was wrong
    and for the second one about laptops i put another override

    the first one was three marks so makes sense for it not to be there
  18. Amirrryy's Avatar
    • Exalted Member
    • Posts: 270
    Re: AQA COMP3 June 2012 Exam Thread
    Any guesses for boundaries and a mark scheme would be nice!
  19. riversandroads93's Avatar
    • New Member
    • Location: Leicestershire
    • Posts: 21
    Re: AQA COMP3 June 2012 Exam Thread
    (Original post by exam2k10)
    Any rough guesses for boundaries?
    Personally I think the grade boundaries would be slightly lower than usual, as new questions have popped up which haven't appeared (mainly due to there being only 2 previous papers and there are so many topics to cover). So looking at the past 2 grade boundaries and judging from the reasonably straight forward, yet easily to slip up on paper today I'd say:

    A* = 79 / 100

    A = 69 / 100

    B = 60 / 100

    C = 51 / 100

    That's just me estimating though and I could be horribly wrong
  20. mfmdanny's Avatar
    • Full Member
    • Posts: 114
    Re: AQA COMP3 June 2012 Exam Thread
    (Original post by rugito)
    in the class definition question about adding devices
    did the add device procedure need to have a (override)?
    i put it in but i think I was wrong
    and for the second one about laptops i put another override

    the first one was three marks so makes sense for it not to be there
    Yeh, you'd need override for adding a new device. I didn't put NewDevice in the laptop class definition. I don't know if it needed it, but I didn't see any relevance, I just had function GetBluetoothInstalled or whatever it was
Sign in to Reply
Share this discussion:  
Article updates
Moderators

We have a brilliant team of more than 60 volunteers looking after discussions on The Student Room, helping to make it a fun, safe and useful place to hang out.

Reputation gems:
The Reputation gems seen here indicate how well reputed the user is, red gem indicate negative reputation and green indicates a good rep.
Post rating score:
These scores show if a post has been positively or negatively rated by our members.