4cp0 01 Que 20230527
4cp0 01 Que 20230527
Science
PAPER 1: Principles of Computer Science
Instructions
Information
Turn over
P72937A
©2023 Pearson
Education Ltd.
N:1/1/1/1/1/
Answer ALL questions. Write your answers in the spaces provided.
Some questions must be answered with a cross in a box . If you
AREA
DO NOT WRITE IN THIS
change your mind about an answer, put a line through the box and
then mark your new answer with a cross .
1 People use networks in all aspects of their lives.
AREA
DO NOT WRITE IN THIS
............................................................................................................................... ............................................................................................................................... ......................
AREA
DO NOT WRITE IN THIS
2
■■■
■
(ii) File servers are in a small room at the back of an
office. The office has a burglar alarm.
Give two other ways that the servers can be secured using physical methods.
DO NOT WRITE IN THIS
(2)
3
■■■ Turn
■ over
(d) Programmers write and test
code. They use modular
AREA
DO NOT WRITE IN THIS
testing.
State what is meant by the term modular testing.
(1)
(e) Computer scientists are viewed as professionals, in the same way that
doctors are viewed as professionals.
Give two ways that computer scientists can demonstrate professionalism.
(2)
AREA
DO NOT WRITE IN THIS
2 ............................................................................................................................... ............................................................................................................................... .................
AREA
DO NOT WRITE IN THIS
4
■■■
■
2 Computers manipulate binary patterns. People interpret those patterns.
(a) Complete the table by adding the hexadecimal notation for each
of the denary values.
(2)
DO NOT WRITE IN THIS
Denary Hexadecimal
12
AREA
(b) Identify the expression to give the number of unique binary patterns
that can be stored in six bits.
(1)
A 62
B 6×2
C 62 – 1
DO NOT WRITE IN THIS
D 26
(i) Give the result of applying a logical shift right by two to the
binary pattern 0101 1100
(1)
AREA
(ii) Give the result of applying an arithmetic shift right by three to the
binary pattern 1100 0101
(1)
5
■■■ Turn
■ over
(d) Binary patterns can be interpreted as signed or unsigned integers.
AREA
DO NOT WRITE IN THIS
(2)
(ii) Here is a binary bit pattern for a signed integer in sign and magnitude
format.
AREA
DO NOT WRITE IN THIS
1001 0110
AREA
DO NOT WRITE IN THIS
6
■■■
■
(iii) Negating a signed integer means changing its sign
without changing its value.
Here is the binary bit pattern for a signed integer in two’s complement
DO NOT WRITE IN THIS
format.
1110 0101
7
■■■ Turn
■ over
3 Software programs carry out tasks on computers.
AREA
DO NOT WRITE IN THIS
increasing class sizes.
Explain one problem with using simulations to predict the effects of changes.
(2)
AREA
DO NOT WRITE IN THIS
............................................................................................................................... ............................................................................................................................... ......................
8
■■■
■
(c) Software is divided into two categories.
Describe one difference between system software and application software.
(2)
DO NOT WRITE IN THIS
W4 Z1 W2 W3 Z3 W1 Z2
■■■■
9
Turn over
1
0
■■■
■
(e) Here is part of a file that contains electric meter readings.
AREA
DO NOT WRITE IN THIS
Explain the effect on the file of applying a run-length encoding algorithm
to this data file.
(2)
AREA
DO NOT WRITE IN THIS
Task Translator
10
■■■
■
4 Data packets travel across networks from one device to another.
(b) Data packets contain the addresses of the sender and the
receiver.
IPv4 [Link]
DO NOT WRITE IN THIS
IPv6 [Link]
d:436f
(i) Describe one difference between the media used by a wired network
and a wireless network.
(2)
11
■■■ Turn
■ over
(ii) Some people confuse Ethernet® and Wi-Fi.
Describe what is meant by the term Ethernet®.
AREA
DO NOT WRITE IN THIS
(2)
AREA
DO NOT WRITE IN THIS
Internet AREA
DO NOT WRITE IN THIS
12
■■■
■
(e) Users enter passwords when logging onto a network and when
creating accounts using a web page.
Describe one difference between validation and authentication.
(2)
DO NOT WRITE IN THIS
13
■■■ Turn
■ over
5 Hardware devices execute programs to carry out a variety of tasks.
AREA
DO NOT WRITE IN THIS
animation. The bee can turn to face North,
East, South or West.
The bee can move any number of steps in the direction it is facing.
Complete the table to show one input and one output required to move the bee.
(2)
Requireme Example
nt
Input
AREA
DO NOT WRITE IN THIS
Process Calculate the path the bee will move along to its new
position
Output
AREA
DO NOT WRITE IN THIS
14
■■■
■
(b) Computers are made up of hardware components.
USB device
DO NOT WRITE IN THIS
AREA
DO NOT WRITE IN THIS
AREA
15
■■■ Turn
■ over
(ii) Identify what is stored in ROM.
(1)
AREA
DO NOT WRITE IN THIS
A The software firewall
B The basic input output system
C The operating system
D The user interface code
AREA
DO NOT WRITE IN THIS
............................................................................................................................... ............................................................................................................................... ......................
AREA
DO NOT WRITE IN THIS
16
■■■
■
(c) A washing machine uses several different embedded systems.
One embedded system uses a switch to identify the type of wash cycle
selected by the user.
DO NOT WRITE IN THIS
• C shows it is raining.
(3)
A B C A AND C (A AND C) OR B
0 0 0 0 0
0 0 1
0 1 0
DO NOT WRITE IN THIS
0 1 1
1 0 0
1 0 1
1 1 0
AREA
1 1 1 1 1
17
■■■ Turn
■ over
(ii) A warehouse has an automated alarm
system. When the alarm system is activated
AREA
DO NOT WRITE IN THIS
it will sound if:
• a movement sensor (M) is activated
• a pressure pad (P) is activated
• a key code (C) to deactivate the alarm system has not been entered.
Construct a logic statement, using AND, OR and NOT with the letters M,
P and C, to show the conditions that will sound the alarm.
(3)
AREA
DO NOT WRITE IN THIS
AREA
DO NOT WRITE IN THIS
18
■■■
■
(e) A computer with a single CPU runs several processes at the
same time. This computer is multitasking.
Describe how the operating system enables processes to share a single CPU.
DO NOT WRITE IN THIS
(2)
19
■■■ Turn
■ over
6 Programmers share algorithms with different people and write
algorithms for different reasons.
AREA
DO NOT WRITE IN THIS
(a) A programmer is showing a new algorithm to a group of non-technical
managers. State an appropriate method for writing the algorithm.
Justify your answer.
(2)
Method
Justification
AREA
DO NOT WRITE IN THIS
(b) Figure 1 shows an algorithm that displays a string based on the
number input by the user.
Figure 1
Give one reason why the selection statement on line 7 is not required.
(1)
20
■■■
■
(c) Figure 2 shows an algorithm that manipulates
arrays. The algorithm works with any number
of scores.
DO NOT WRITE IN THIS
Figure 2
(i) Describe what happens to the variable oldIndex when line 5 is executed.
(2)
21
■■■ Turn
■ over
(d) Cloud storage has become an increasingly popular service.
Discuss the benefits and drawbacks of using cloud storage.
AREA
DO NOT WRITE IN THIS
(6)
AREA
DO NOT WRITE IN THIS
............................................................................................................................... ............................................................................................................................... ......................
PAGE
BLANK
3
2
DO NOT WRITE IN THIS AREA DO NOT WRITE IN THIS DO NOT WRITE IN THIS AREA
AREA
■■■
■
BLANK
PAGE
2
4
Pearson Edexcel International GCSE (9–1)
Friday 26 May 2023
Paper
referenc
e 4CP0/01
⬟ ⬟
Computer Science
Component 1
Pseudocode command
set
Resource Booklet
Do not return this Booklet with the question paper.
Turn over
P72937
A
©2023 Pearson
Education Ltd.
N:1/1/1/1/1/
Pseudocode command set
Questions in the written examination that involve code will use this
pseudocode for clarity and consistency. However, students may
answer questions using any valid method.
Data
types
INTEGER
REAL
BOOLEAN
CHARACT
ER
Type coercion
INTEGER REAL
Coercion can be made explicit. For example, RECEIVE age FROM (INTEGER)
KEYBOARD assumes that the input from the keyboard is interpreted as an
INTEGER, not a STRING.
Constants
The value of constants can only ever be set once. They are identified by the
keyword CONST. Two examples of using a constant are shown.
CONST REAL PI
SET PI TO
3.14159
SET circumference TO radius * PI * 2
Data structures
ARRA
Y
STRIN
G
2 P72937
A
Indices start at zero (0) for all data structures.
Using & with a STRING and a non-STRING will coerce to STRING. For example,
SEND ‘Fred’ & age TO DISPLAY, will display a single STRING of ‘Fred18’.
P72937 3
A
Turn
Identifiers
Identifiers are sequences of letters, digits and ‘_’, starting with a letter, for
example: MyValue, myValue, My_Value, Counter2
Functions
LENGTH()
Use of KEYBOARD and DISPLAY are suitable for input and output.
Additional devices may be required, but their function will be obvious from the
context. For example, CARD_READER and MOTOR are two such devices.
Notes
In the following pseudocode, the < > indicates where expressions or values
need to be supplied. The < > symbols are not part of the pseudocode.
4 P72937
A
Variables and arrays
SET Counter TO 0
SET Variable TO <value> Assigns a value to a
SET MyString TO ‘Hello world’
variable.
Computes the value
SET Sum TO Score +
SET Variable TO of an expression and
10 SET Size to
<expression> assigns to a variable.
LENGTH(Word)
Assigns a value to an SET ArrayClass[1] TO
SET Array[index] TO <value>
element of a one- ‘Ann’ SET
dimensional array. ArrayMarks[3]TO 56
Initialises a one-dimensional
SET Array TO [<value>, ...] SET ArrayValues TO [1, 2, 3, 4,
array with a set of values.
5]
SET Array [RowIndex, Assigns a value to an
SET ArrayClassMarks[2,4] TO
ColumnIndex] TO <value> element of a two
92
dimensional array.
Selection
P72937 5
A
Turn
Repetition
6 P72937
A
Input/output
File handling
Subprograms
PROCEDURE
PROCEDURE <id>
CalculateAverage (Mark1,
(<parameter>,
Mark2, Mark3)
…) BEGIN Defines a procedure.
BEGIN PROCEDURE
PROCEDURE
SET Avg to (Mark1 +
<command
Mark2 + Mark3)/3
> END
END PROCEDURE
PROCEDURE
FUNCTION AddMarks
FUNCTION <id>
(Mark1, Mark2, Mark3)
(<parameter>,
BEGIN FUNCTION
…) BEGIN
Defines a function. SET Total to (Mark1 +
FUNCTION
Mark2 + Mark3)/3
<command>
RETURN
RETURN
Total END
<expression> END
FUNCTION
FUNCTION
Calls a procedure or a
<id> (<parameter>, …) Add (FirstMark, SecondMark)
function.
P72937 7
A
Turn
Arithmetic operators
Symbol Description
+ Add
- Subtract
/ Divide
* Multiply
^ Exponent
MOD Modulo
Relational operators
Symbol Description
= equal to
Logical operators
Symbol Description
P72937A 7
8 P72937
■■■■
A
BLANK PAGE
8 P72937
A