The Student Room Group

Official OCR Computer Science A451/01 Exam Thread

So? How did everyone find the paper?

Scroll to see replies

Reply 1
Awful
Reply 2
Original post by Amb16
Awful


well the grade boundaries have gone down each year, so i reckon it will be lower this year too. BTW, what exam board r u for maths?
These are rough approximations of the questions, not word for word
Question 1: Sat nav I/O
What is a computer system?
-A system containing electronic devices that have software and hardware working together
-It is an electronic data processing machine that can take inputs and output results
Why does a computer system need input devices?
-To have data to process
Give an example of an input device for the sat nav for a disabled person and explain how it is useful.
-Keyboard. Only sensible one so far.
Why does the satnav need a secondary storage device?
-store maps, previous locations etc.
Why solid state storage?
-Portable-small, light
-withstand movement, no moving parts
Why are the commands stored as binary?
-1 and 0 can easily be represented via on and off siganls. It allows easy simple logic gates. It allows less error as there are only two values
Name a task carried out by the CPU:
-To fetch/execute commands from memory
-To decode commands
-To carry out the fetch, decode, execute cycle
-Perform Logic operations

Question 2: HTML and internet
What else might be in an HTML file other than text for the webpage?
-image references
-cascading style sheets, CSS
-video references
One reason why is it good for HTML to be a standard?
-All webpages are the same (pretty much) so browsers only have to support html
-People can have gaurenteed support for their webpage
-Other languages can be implemented effectively such as php, javascript and xml
Hex
- 58 = 3A, 156 = 9C
Another question ??

Why did she compress the images before uploading?
Quicker upload, smaller webpage etc.

How does the DNS connect the user to a webpage from the URL?
The DNS has access to a database and associates the URL with a specific IP address. This can access the files and connect the user to the IP which also allows the DNS to contact the correct website.

3: Algorithm (I think)
Fill in the gaps
-'count' and 'Total / Quantity)
What is a constant and give an example?
-A value stored in a specific memory location represented by a name. The value cannot be changed while the program is running
E.g. Quantity
What data type is the Mean?
Real as it could be a decimal.
What other two types of iteration are there other than For?
-while
-repeat/do until ?
It gives an example of a validation algorithm, Give an example of a boundary value and an invalid value.
-100 or 0 are boundaries
-anything not between 0 and 100 inclusive are invalid values

4: Databases
Why is a database a persistent organised store of data?
-It is a structured object that contains data. It is stored in tables. (Not sure about this one)
What is a suitable data type for the ID?
Text, as it has leading zeros
How many records are there
-four
Which field is the primary key?
-The first field, it is unique and follows the same format. It is a short number.
Name a validation method for TeacherID and Date, they must be different.
-TeacherID, follow format Letter,Letter,ID, or must be length three etc
-Date, follow format DD/MM/YYYY or it must be less than or equal to the current date
Name two features of a DBMS that allow you to make customizable applications.
-Query, ask for records with certain attributes easily, e.g this lets the admin create a query for all outstanding repairs
-Form, create a GUI to make it easier to make a query, e.g. admin enters teachers ID into search box to get their repairs.

Question 5: Cars
Describe the ethical and legal issues surrounding the development of automatic technology such as driverless cars.
-Cars follow the law always and may not cope in an emergency situation and therefore ccause harm.
-Cars and automatic devices collect data perhaps unethically or illegally
-Automation increases unemployment, not right for robots to 'take over'
-Security required and so could break the data protection Act
-Hackability, could break the computers misuse act
Question 6: OCR accounts
Two advantages of a network in the office over standalone PCs:
-Share expensive peripherals. All users can use the peripherals plugged in to any PC. This saves money as only one peripheral is needed and all the computers have access saving time.
-Share data/resources/programs. This allows quicker sharing of data and ideas over methods such as email. It is cheaper as users do not have to use physical storage devices to transfer data. Saves time as users do not have to take so long copying files as they are in a shared folder.
Name a piece of hardware to get an internet connection. Usually OCR accepts:
Router, modem (modulator-demodulator) or ADSL adapter
Name two other pieces of hardware for a network and explain:
-Router/modem/ADSL, internet connection
-Hub, connect the devices for sharing
-NIC, allows connection via Ethernet or wireless
-Server, dedicated machine to supply data to clients etc.
-switches, like a hub but faster
Network policies:
-Acceptable Use: User priviliges, malware protection etc
-Backup
-Failover
-Disaster Recovery
-Archive

Pseudocode:
the criteria were
Use iteration
Have a previously stored number to guess
allow ten guesses
say to guess higher or lower
ask the user to guess
say congratulations and end the game if they guess it

I guess that it is one mark per criteria

approximately
Const Value = random number
count = 0
Ouput 'Guess the number'
Repeat
Output 'enter a number'
Guess = Input
If Guess = Value Then
Output 'Congratulations'
END
If Guess > Value THEN
Output 'guess higher'
if guess < Value then
Output 'Guess lower'
count = count + 1
Repeat until count = 10
output 'Sorry you did not guess the number. It was' + value
END
Thanks for all the input people have given

If anyone else has question answers contribute to help update the full markscheme
(edited 6 years ago)
Absolutely awful, think I got about 50% max.
It was pretty hard, everything i was confident on didnt come up
Reply 6
Hopefully. And I'm doing edexcel, what about you?
Reply 7
Original post by Amb16
Hopefully. And I'm doing edexcel, what about you?


off topic, but pls see ur messaghe lol. I've sent u something
Reply 8
I found it was the easiest paper that they done in the past few years. Most of it was just common sense. I don't know how anyone could find it particularly challenging.
Original post by ksjdgld
I found it was the easiest paper that they done in the past few years. Most of it was just common sense. I don't know how anyone could find it particularly challenging.


I thought it was a good paper, but can well understand the majority who found it difficult - there were some very challenging questions! Also a lot of cross-curricular content and long answer questions, considerably more than usual.
I found it really easy but only because I revised over 40 hours on it. I think the paper itself was very difficult and wordy, especially the 3 in a row 6 markers at the end. I think the grade boundaries will be very low.
well last year, 55% was an A, and since the grade boundaries have been going down every year, i reckon 50% will be an A this year, so don't stress :smile:
I found it incredibly difficult. I did around 4 hours of revision yesterday, And I still struggled. Good luck in receiving your results everyone
Ez GCSE bois!
Reply 14
Original post by SamwiseGaMLGee
It was pretty hard, everything i was confident on didnt come up


Trust
Where was logic gates, binary addition, RAM and ROM and all of that?
Original post by DarthYoda

Question 1: Sat nav I/O
What is a computer system?
-A system containing electronic devices


A computer system is hardware and software working together.
I completed the exam within 40 minutes and I had to sit there for another 50 minutes. That's how easy I found the paper.
(edited 6 years ago)
Hello. Was the exam tiered? Didn't see a tier on the front.
It wasn't too bad but there were all sorts of funny questions...
dreadful paper

Quick Reply

Latest