Difference between revisions of "Section B"
(→New AS Spec Questions) |
(→Common Skills) |
||
(11 intermediate revisions by the same user not shown) | |||
Line 6: | Line 6: | ||
==C# to Pseudo Code== | ==C# to Pseudo Code== | ||
[[CSharp to Pseudo Code]] | [[CSharp to Pseudo Code]] | ||
+ | |||
+ | ==Common Skills== | ||
+ | [[Generating Random Numbers]] | ||
+ | |||
+ | [[Modular Division]] | ||
+ | |||
+ | ===string manipulation=== | ||
+ | [[Accessing each character of a string]] | ||
+ | |||
+ | [[Getting the ASCII value of a character]] | ||
+ | |||
+ | [[Testing if a character is in a word]] | ||
=Old Spec Papers= | =Old Spec Papers= | ||
Line 36: | Line 48: | ||
[[2019 New Spec]] | [[2019 New Spec]] | ||
+ | |||
+ | [[2020 New Spec]] | ||
+ | |||
+ | [[2022 New Spec]] | ||
+ | |||
+ | [[2023 New Spec]] | ||
=New A Level Questions= | =New A Level Questions= | ||
Line 45: | Line 63: | ||
[[2018 A Level]] | [[2018 A Level]] | ||
+ | |||
+ | [[2019 A Level]] | ||
+ | |||
+ | [[2020 A Level]] | ||
+ | |||
+ | [[2021 A Level]] | ||
+ | |||
+ | [[2022 A Level]] | ||
+ | |||
+ | [[2023 A Level]] | ||
=Example Questions= | =Example Questions= |
Revision as of 11:24, 6 February 2024
Contents
Introduction
You are advised to spend no more than 20 minutes on this section. You will be asked to create a new program not related to the Preliminary Material or Skeleton Program.
This will be a programming question, they will give you or describe an algorithm for you to implement. They will give you the data types and variables required. Typically this will be at least 10 marks, and additional marks are given for testing your program. This is similar to the old specification AS exam and the sample questions below are taken from previous papers.
C# to Pseudo Code
Common Skills
string manipulation
Accessing each character of a string
Getting the ASCII value of a character
Testing if a character is in a word
Old Spec Papers
2009 Old Spec (Ignore this one, far too simple)
New AS Spec Questions
The questions below are from the new specification:
New A Level Questions
These are questions from the A Level exam so may be harder. The sample questions is also included:
Example Questions
These are some A Level standard questions i have found: