Computer Science- GCSE (Advice??)
Watch
Announcements
Page 1 of 1
Skip to page:
so i have my first comp sci paper on monday (i do ocr) and tbh i just don't understand how to link the registers inside the fetch decode cycle so was hoping someone could explain that?
also, what do i do now bc i've done every single past paper and specimen papers and the zigzag papers?
i'm not really getting the grade i'm aiming for so tips?
also, what do i do now bc i've done every single past paper and specimen papers and the zigzag papers?
i'm not really getting the grade i'm aiming for so tips?
0
reply
Report
#2
(Original post by Anonymous)
so i have my first comp sci paper on monday (i do ocr) and tbh i just don't understand how to link the registers inside the fetch decode cycle so was hoping someone could explain that?
also, what do i do now bc i've done every single past paper and specimen papers and the zigzag papers?
i'm not really getting the grade i'm aiming for so tips?
so i have my first comp sci paper on monday (i do ocr) and tbh i just don't understand how to link the registers inside the fetch decode cycle so was hoping someone could explain that?
also, what do i do now bc i've done every single past paper and specimen papers and the zigzag papers?
i'm not really getting the grade i'm aiming for so tips?
Program Counter (PC) - an incrementing counter that keeps track of the memory address of which instruction is to be executed next...
Memory Address Register (MAR) - the address in main memory that is currently being read or written
Memory Buffer Register (MBR) - a two-way register that holds data fetched from memory (and ready for the CPU to process) or data waiting to be stored in memory
Current Instruction register (CIR) - a temporary holding ground for the instruction that has just been fetched from memory
0
reply
Report
#4
I am also sitting the computer science GCSE exam tomorrow. You don't have much to worry about because I think the grade boundaries will be relatively low. I also want to say that you need to maximise your marks, this can be done by when you come to answer an algorithm based question where you have to complete an algorithm:
- Do a little plan in your head on what will work what won't.
- Once you have completed the coding questions re-read the question and the criteria to ensure you have done what is asked.
- If you cant fully answer the question you should just try and do the first few lines. Even this can get you upwards of 3 marks.
If you need any other practice papers look through the AQA ones, these are really helpful even though they may not be your exam board. You can also look through the supplementary questions however some may not make sense.
Practice paper 1: http://filestore.aqa.org.uk/resource...-85201-SQP.PDF
Supplementary questions: http://filestore.aqa.org.uk/resource...01-SQP-SUP.PDF
Good luck
- Do a little plan in your head on what will work what won't.
- Once you have completed the coding questions re-read the question and the criteria to ensure you have done what is asked.
- If you cant fully answer the question you should just try and do the first few lines. Even this can get you upwards of 3 marks.
If you need any other practice papers look through the AQA ones, these are really helpful even though they may not be your exam board. You can also look through the supplementary questions however some may not make sense.
Practice paper 1: http://filestore.aqa.org.uk/resource...-85201-SQP.PDF
Supplementary questions: http://filestore.aqa.org.uk/resource...01-SQP-SUP.PDF
Good luck

0
reply
X
Page 1 of 1
Skip to page:
Quick Reply
Back
to top
to top