cs spec
cs spec
2
2
8
Visit ocr.org.uk/j277 for our most up-to-date specification, support and resources
ü
¨ How to convert binary integers to their hexadecimal equivalents 8 bits
and vice versa
Version 2.2 © OCR 2023
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
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
§ WHERE
ü Be able to create and use random numbers in a program
Version 2.2 © OCR 2023
GCSE (9–1) in Computer Science
Version 2.2 © OCR 2023
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)
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
GCSE (9–1) in Computer Science
0 1 0 0 1 1 1 0
1 0 0 1 0 1
Version 2.2 © OCR 2023
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.
GCSE (9–1) in Computer Science
Version 2.2 © OCR 2023