Spec
Spec
ü
¨ Common types of storage:
ü Recognise a range of secondary storage devices/media
o Optical ü Differences between each type of storage device/medium
o Magnetic ü Compare advantages/disadvantages for each storage device
o Solid state ü Be able to apply their knowledge in context within scenarios
¨ Suitable storage devices and storage media for a given application
Not required
¨ The advantages and disadvantages of different storage devices û Understanding of the component parts of these types of storage
and storage media relating to these characteristics:
o Capacity
o Speed
o Portability
o Durability
o Reliability
o Cost
7
2
2
8
Visit ocr.org.uk/j277 for our most up-to-date specification, support and resources
o The size of an image file ü Metadata stores additional image information (e.g. height, width,
etc.)
Sound
¨ How sound can be sampled and stored in digital form Required
¨ The effect of sample rate, duration and bit depth on: ü Analogue sounds must be stored in binary
o The playback quality ü Sample rate – measured in Hertz (Hz)
o The size of a sound file ü Duration – how many seconds of audio the sound file contains
ü Bit depth – number of bits available to store each sample
(e.g. 16-bit)
1.2.5 Compression
¨ The need for compression Required
¨ Types of compression: ü Common scenarios where compression may be needed
o Lossy ü Advantages and disadvantages of each type of compression
o Lossless ü Effects on the file for each type of compression
Not required
û Ability to carry out specific compression algorithms
9
2
2
10
Visit ocr.org.uk/j277 for our most up-to-date specification, support and resources
features
o IMAP (Internet Message Access Protocol)
ü How layers are used in protocols, and the benefits of using layers;
o SMTP (Simple Mail Transfer Protocol)
for a teaching example, please refer to the 4-layer TCP/IP model
¨ The concept of layers
Not required
û Understand how Ethernet, Wi-Fi and Bluetooth protocols work
û Understand differences between static and dynamic, or public and
private IP addresses
û Knowledge of individual standards
û Knowledge of the names and function of each TCP/IP layer
11
2
2
12
Visit ocr.org.uk/j277 for our most up-to-date specification, support and resources
o Encryption
o Physical security
Version 2.1 © OCR 2021
J277 GCSE (9–1) in Computer Science for first assessment 2022
Version 2.1 © OCR 2021
Not required
û Understanding of paging or segmentation
1.5.2 Utility software
¨ The purpose and functionality of utility software Required
¨ Utility system software: ü Understand that computers often come with utility software, and
o Encryption software how this performs housekeeping tasks
o Defragmentation ü Purpose of the identified utility software and why it is required
o Data compression
13
2
2
14
Visit ocr.org.uk/j277 for our most up-to-date specification, support and resources
2.1 – Algorithms
Process Decision
Sub Terminal
program
15
2
2
16
Visit ocr.org.uk/j277 for our most up-to-date specification, support and resources
2
2
18
Visit ocr.org.uk/j277 for our most up-to-date specification, support and resources
structured code
ü The use of the following within functions and procedures:
¨ Random number generation
§ local variables/constants
§ global variables/constants
§ arrays (passing and returning)
ü SQL commands:
§ SELECT
§ FROM
§ WHERE
ü Be able to create and use random numbers in a program
Version 2.1 © OCR 2021
J277 GCSE (9–1) in Computer Science for first assessment 2022
Version 2.1 © OCR 2021
2.3.2 Testing
Visit ocr.org.uk/j277 for our most up-to-date specification, support and resources
2
2
20
Visit ocr.org.uk/j277 for our most up-to-date specification, support and resources
AND
(Conjunction)
OR
(Disjunction)
NOT
(Negation)
J277 GCSE (9–1) in Computer Science for first assessment 2022
Truth Tables
AND OR NOT
A B A AND B A B A OR B A NOT A
0 0 0 0 0 0 0 1
0 1 0 0 1 1 1 0
1 0 0 1 0 1
Version 2.1 © OCR 2021
1 1 1 1 1 1
Alternatives
• Use of other valid notation will be accepted within the examination, e.g. Using
T/F for 1/0, or V for OR, etc.
J277 GCSE (9–1) in Computer Science for first assessment 2022
Version 2.1 © OCR 2021