The Student Room Group

OCR A-level Computer Science Paper 2 (H446/01) - 18th June 2024 [Exam Chat]

Poll

How well did your OCR A-level Computer Science Paper 2 (H446/01) exam go today?


OCR A-level Computer Science Paper 2 (H446/02) - 18th June 2024 [Exam Chat]

Welcome to the exam discussion thread for this exam. Introduce yourself! Let others know what you're aiming for in your exams, what you are struggling with in your revision or anything else.

Wishing you all the best of luck.

General Information
Date/Time: 18 Jun 2024/ PM
Length: 2h 30m
(edited 1 year ago)

Scroll to see replies

Reply 1

Hi guys,
Base on what topics were covered in the blessing of a paper 1, here are the topics i expect to appear in paper 2 from component 1 of the spec. You never know with OCR what they plan to put in:
Picture1.png

Reply 2

sorry but isn’t paper 2 just testing on paper 2 stuff? I mean I get data structures bc that’s part of the coding aspect but they can’t ask stuff from paper 1 ....

Reply 3

Original post by uhrinq
sorry but isn’t paper 2 just testing on paper 2 stuff? I mean I get data structures bc that’s part of the coding aspect but they can’t ask stuff from paper 1 ....

For the most part yes. Most of what I listed won't come up. But a small number of them could. There is no official distinction between topics that are labelled as component 1 in the spec, and only appearing in paper 1, as the themes could be seen across both, and we wont know there. So my list is effectively the spec, excluding component 2 (which we need to revise ALL of) with only the parts of component 1 that could be implemented in paper 2 left in, especially if they weren't assessed in paper 1.
One of my friends even suggested SQL could still come up in paper 2, which I had left out from my predictions.

Reply 4

Original post by lanois
For the most part yes. Most of what I listed won't come up. But a small number of them could. There is no official distinction between topics that are labelled as component 1 in the spec, and only appearing in paper 1, as the themes could be seen across both, and we wont know there. So my list is effectively the spec, excluding component 2 (which we need to revise ALL of) with only the parts of component 1 that could be implemented in paper 2 left in, especially if they weren't assessed in paper 1.
One of my friends even suggested SQL could still come up in paper 2, which I had left out from my predictions.


I recon all the algorithm questions could come up from paper 1 themes but stuff on that list like software development there’s no chance

Reply 5

Original post by Tidz
I recon all the algorithm questions could come up from paper 1 themes but stuff on that list like software development there’s no chance

Agreed only like data structures and OOP

Reply 6

Original post by lanois
For the most part yes. Most of what I listed won't come up. But a small number of them could. There is no official distinction between topics that are labelled as component 1 in the spec, and only appearing in paper 1, as the themes could be seen across both, and we wont know there. So my list is effectively the spec, excluding component 2 (which we need to revise ALL of) with only the parts of component 1 that could be implemented in paper 2 left in, especially if they weren't assessed in paper 1.
One of my friends even suggested SQL could still come up in paper 2, which I had left out from my predictions.

There is distinction in the specification - component 01 and all the 1.1-1.5 and then component 2 with all the 2.1-2.3.

Reply 7

Original post by uhrinq
There is distinction in the specification - component 01 and all the 1.1-1.5 and then component 2 with all the 2.1-2.3.
end of the day im just a voice on the TSR, i didnt make the paper so idk if any are coming up, its not like you have to listen to my opinion

Reply 8

While there is some overlap in the spec (e.g. OOP is repeated in Component 2), I really would not worry about those Paper 1 topics. Anything that is covered in Paper 1 that can come up in Paper 2 is repeated in the Paper 2 Spec (e.g. graphs, trees, stacks, queues).

9 markers will be on Component 2 content, Software Development Methodologies for example will not come up.

Reply 10

Original post by lanois
end of the day im just a voice on the TSR, i didnt make the paper so idk if any are coming up, its not like you have to listen to my opinion

just informing you of the facts 🙏

Reply 11

Will OCR computer science paper 2 include paper 1 contents. Stuff like waterfall cycle didn't come up in paper 1

Reply 12

Original post by orangedude7
Will OCR computer science paper 2 include paper 1 contents. Stuff like waterfall cycle didn't come up in paper 1


No, just make sure u know the oop stuff and data structures

Reply 13

Does anyone know where I can find computational methods past exam questions? Its not on pmt and although I understand the content pretty well I don't know what kind of questions would come up for it.
The spec mentions writing code using backtracking???

Reply 14

Hi,
Quick question. When writing a function/procedure in pseudocode is it required to end the function/procedure with an "end function/procedure" to get the mark ?

Like this function for example

function push(value)
- if pointerValue < 100 then
- stackArray[pointervalue] = value
- pointerValue = pointerValue + 1 return true
- else
- return false
- endif
endfunction
(edited 11 months ago)

Reply 15

Original post by Bita9
Hi,
Quick question. When writing a function/procedure in pseudocode is it required to end the function/procedure with an "end function/procedure" to get the mark ?
Like this function for example
function push(value)
- if pointerValue < 100 then
- stackArray[pointervalue] = value
- pointerValue = pointerValue + 1 return true
- else
- return false
- endif
endfunction

i would do it just in case. I never usually do that but to be sure I'd get the marks, I did it in the OOP question in paper 1.

Reply 16

Original post by holly-2005
Does anyone know where I can find computational methods past exam questions? Its not on pmt and although I understand the content pretty well I don't know what kind of questions would come up for it.
The spec mentions writing code using backtracking???

Yh its like dijkstra's algorithm or graph traversals where they use a stack to go back to the most recently visited node.

Reply 17

Original post by holly-2005
Does anyone know where I can find computational methods past exam questions? Its not on pmt and although I understand the content pretty well I don't know what kind of questions would come up for it.
The spec mentions writing code using backtracking???

backtracking would be used more as a skill (without you realising) rather than being mentioned explicitly in a question. however some of the other computational methods such as data mining could be more explicit, could be used as a 9 mark question. therefore not sure where to point you in terms of exam questions.

Reply 18

To anyone who this may be useful to, I have put together a spreadsheet detailing the following information:
- Topics that came on Paper 1
- All topics that can come up on Paper 2
- Topics and their mark allocations for all questions for all past papers: 2014 + 2017 - 2023
- My estimates to what questions will be on the 2024 paper and how big a question they'll be

https://docs.google.com/spreadsheets/d/1ZO7X0Iv1Mff_x3N5e59FfVavESiELVFylWg0uqNnYAo/edit?usp=sharing

Please let me know if you have questions, hope this helps!

Reply 19

Original post by CNT DarthGaming
To anyone who this may be useful to, I have put together a spreadsheet detailing the following information:
- Topics that came on Paper 1
- All topics that can come up on Paper 2
- Topics and their mark allocations for all questions for all past papers: 2014 + 2017 - 2023
- My estimates to what questions will be on the 2024 paper and how big a question they'll be
https://docs.google.com/spreadsheets/d/1ZO7X0Iv1Mff_x3N5e59FfVavESiELVFylWg0uqNnYAo/edit?usp=sharing
Please let me know if you have questions, hope this helps!
cheers but is it even possible for paper 1 contents to come up on paper 2? I thought only paper 2 content will come up

Quick Reply