AQA Elec5 31st May 2012 Exam Thread

Discussion, revision, exam and homework help from KS3 to degree level including engineering, construction, design and technology, agriculture, PE and sports science.

Announcements Posted on
Please change your TSR password 23-05-2013
Enter our travel-writing competition for the chance to win a Nikon 1 J3 camera 20-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. ejere2's Avatar
    • Junior Member
    • Posts: 33
    AQA Elec5 31st May 2012 Exam Thread
    There was no thread for this exam so I though I'd make one So how is revision going?
  2. Drajl's Avatar
    • New Member
    • Posts: 14
    Re: AQA Elec5 31st May 2012 Exam Thread
    How did you find the exam?
  3. crazyhazy's Avatar
    • New Member
    • Posts: 10
    Re: AQA Elec5 31st May 2012 Exam Thread
    (Original post by Drajl)
    How did you find the exam?
    It was okay... the question on how a mobile phone connects was a little WTF moment, how did you find it? What about ELEC 4?
  4. R-I-See-Kay's Avatar
    • New Member
    • Posts: 2
    Re: AQA Elec5 31st May 2012 Exam Thread
    Did anyone notice that the questions were a little more wordy and harder to understand than previous papers? I thought the paper was harder just because I didn't know what they wanted me to do.

    Also ELEC4 i didn't get the photodiode voltage derivation and the assembler code to configure the ports completely had me. But maybe it was because I just didn't revise them well enough.
  5. ejere2's Avatar
    • Junior Member
    • Posts: 33
    Re: AQA Elec5 31st May 2012 Exam Thread
    Yes this exam was abit too wordy compared to the previous past papers.
  6. Drajl's Avatar
    • New Member
    • Posts: 14
    Re: AQA Elec5 31st May 2012 Exam Thread
    (Original post by R-I-See-Kay)
    Did anyone notice that the questions were a little more wordy and harder to understand than previous papers? I thought the paper was harder just because I didn't know what they wanted me to do.

    Also ELEC4 i didn't get the photodiode voltage derivation and the assembler code to configure the ports completely had me. But maybe it was because I just didn't revise them well enough.
    You'll kick yourself if i tell you the voltage derivation was just V=IR

    As for ELEC5, I liked the style of the paper as it was less diagramatic than ELEC4, does anyone have the questions for ELEC5?
  7. Drajl's Avatar
    • New Member
    • Posts: 14
    Re: AQA Elec5 31st May 2012 Exam Thread
    (Original post by crazyhazy)
    It was okay... the question on how a mobile phone connects was a little WTF moment, how did you find it? What about ELEC 4?
    For the mobile phone I put that the analogue speech signal it converted to digital using an ADC which is then split up using time division multiplexing then sent to the base station via a 25Mhz uplink channel. Then said the opposite for receiving speech.
  8. R-I-See-Kay's Avatar
    • New Member
    • Posts: 2
    Re: AQA Elec5 31st May 2012 Exam Thread
    (Original post by Drajl)
    You'll kick yourself if i tell you the voltage derivation was just V=IR

    As for ELEC5, I liked the style of the paper as it was less diagramatic than ELEC4, does anyone have the questions for ELEC5?
    Thankfully I just guessed and wrote that...I think. But still I feel kinda stupid at how simple the derivation is.
  9. michaelfiford's Avatar
    • New Member
    • Posts: 7
    Re: AQA Elec5 31st May 2012 Exam Thread
    Yeah, quite a different paper. Not bad though, considering I was dreading the exam.

    Was taken a bit aback by the superheterodyne question. Turned staight over after seeing it xD. Of course, came back to it (had about 20 minutes at the end, even after doing this question). AGC = Automatic Gain Control, right? They had come up the day before in a past paper. I intended to go home and revise it, but I had M2 and D2 exams the morning of ELEC5, and chose to do those instead :/.

    No doubt I got the questions about the "second channel/image" wrong from the superhet, but I looked at the subsystem diagram for it, and I guess mod/demod the right way around .

    I rambled on for 2 more lines than the 10 given about mobile phone connectivity. Hopefully picked up the marks there.

    Analogue speech signal it converted to digital using an ADC which is then split up using time division multiplexing then sent to the base station via a 25Mhz uplink channel.
    This isn't true is it? I have no idea about the Freq, but I thought the phone sent it to the base station non multiplexed, as the phone can't know when the base station is expecting it, and it only has one set of data to send; and it only received it multiplexed. Which I forgot to mention.


    Photodiode questions were unusual. I guessed to use V=IR, due to only having 3 values to use. It worked out okay, although I normally hate these things.

    Also ELEC4 i didn't get the photodiode voltage derivation and the assembler code to configure the ports completely had me. But maybe it was because I just didn't revise them well enough.
    Wasn't this just a case of setting the direction registers? Something like this: (I can't remember the exact values)
    MOVW 0X0F
    MOVWR TRISA
    MOVWR TRISB
    MOVW 0XF0
    MOVWR TRISB

    Nothing really do do with photodiodes. Although the flow chart in ELEC 4 really stumped me. Also wasn't expecting that final logic question. Put one too many NAND gates in to substitute my OR (as a NOT on the end :/), as well as I think mine didn't take into account when Control was 0, that the display wasn't supposed to illuminate. Although this is ELEC 5 thread, so I'll stop straying off topic.
  10. crazyhazy's Avatar
    • New Member
    • Posts: 10
    Re: AQA Elec5 31st May 2012 Exam Thread
    (Original post by michaelfiford)
    Wasn't this just a case of setting the direction registers? Something like this: (I can't remember the exact values)
    MOVW 0X0F
    MOVWR TRISA
    MOVWR TRISB
    MOVW 0XF0
    MOVWR TRISB
    Wouldn't it be 0xFF and 0x00 respectively cos logic 1 is output/input can't remember which way round at the moment (luckily they told us in the exam :P), and FF = 11111111 and 00 = 00000000

    Did anyone else not notice that it was microseconds for the first question like I did?

    Does anyone have the paper and/or the solutions??
  11. michaelfiford's Avatar
    • New Member
    • Posts: 7
    Re: AQA Elec5 31st May 2012 Exam Thread
    I don't remember the question, so I was just guessing with the numbers. Yeah, that does sound familiar, but at the time I was thinking that half of a port was input, and half was output, or something.

    And yeah, I can never remember which is 0 and which is 1 for input and output.

    I'll see if I can get my hands on a copy of the paper.
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.