0% found this document useful (0 votes)
10 views21 pages

IGCSE & Olevel Computer Science

Part 2

Uploaded by

a7medfarou2
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
10 views21 pages

IGCSE & Olevel Computer Science

Part 2

Uploaded by

a7medfarou2
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 21

318496_01_IGCSE_OLCSSW_005-025.

indd Page 20 31/03/21 2:01 PM sw-103 /130/HO01894/work/indd

1 Data representation

19 Seven statements are shown on the left and eleven computing terms are shown on the right
in the diagram below.

Draw lines to connect each statement to the correct computer term.


In a binary number, this is the right-most binary digit Overflow error

Resolution
Method used by a computer to allow the representation
of negative numbers as well as positive numbers
Unicode

Result of adding two binary numbers that exceeds the


maximum size of a number which can be stored American standard code for information
interchange

The moving of bits to the left or to the right in a Pixel


register, which represents multiplication by 2 x or
division by 2 x (where x represents the number of
places the bits are moved left or right) Two’s complement

Sampling rate
A 7-bit code used to represent letters, numbers and
characters found on a standard keyboard plus 32
control codes Logical shift

Least significant bit


Number of sound samples taken per second when
representing sound digitally in a computer
Error code

The smallest element of a picture Colour depth

20 a Which one of the following is not a correct hexadecimal number?

A C0DE

B AX1S

C 1DEA

D FACE

b The number of bits used to represent a sound sample is known as:

A the sampling rate

B amplitude value

C loudness of a sound sample

D sampling resolution

20 Photocopying prohibited Cambridge IGCSE and O Level Computer Science Computer Systems Workbook
318496_01_IGCSE_OLCSSW_005-025.indd Page 21 31/03/21 2:01 PM sw-103 /130/HO01894/work/indd

1 Data representation

c The MP3 format removes redundant sound from a file. Which one of the following best describes
the type of file reduction being used by the MP3 format?

A lossy files compression

B sound file damping

C image file compression

D lossless file compression

d Temporary files produced by a camera where no compression has been applied, are called:

A jpeg files

B png files

C gif files

D raw bitmap files

e Lossless file compression, which reduces the size of a string of adjacent, identical data, is
called:

A jpeg

B run-length encoding

C sampling resolution

D audio compression

21 a Explain what is meant by run-length encoding (RLE).

.............................................................................................................................................................................

.............................................................................................................................................................................

.............................................................................................................................................................................

.............................................................................................................................................................................

.............................................................................................................................................................................

.............................................................................................................................................................................

.............................................................................................................................................................................

.............................................................................................................................................................................

Cambridge IGCSE and O Level Computer Science Computer Systems Workbook Photocopying prohibited 21
318496_01_IGCSE_OLCSSW_005-025.indd Page 22 31/03/21 2:01 PM sw-103 /130/HO01894/work/indd

1 Data representation

i The above monochrome image is being designed.

Each white square is represented by 'W' and each dark square is represented by 'D'.
Show how run-length encoding (RLE) would be used to produce a condensed file
for the above image. Using the grid below, write down the data you would expect
to find in the RLE compressed format; the first two have been done for you.

3W 2D

ii Assuming that each square in the 8 × 8 grid requires one byte of storage, and each
character in the RLE code also requires one byte of storage (for example, '3' requires
1 byte, 'W' requires 1 byte), calculate the file size reduction when using RLE.

.......................................................................................................................................................................

.......................................................................................................................................................................

.......................................................................................................................................................................

.......................................................................................................................................................................

22 a Explain the following terms used in the electronic storage of sound:

i sampling resolution:


.......................................................................................................................................................................


.......................................................................................................................................................................


.......................................................................................................................................................................

22 Photocopying prohibited Cambridge IGCSE and O Level Computer Science Computer Systems Workbook
318496_01_IGCSE_OLCSSW_005-025.indd Page 23 31/03/21 2:01 PM sw-103 /130/HO01894/work/indd

1 Data representation

ii sampling rate:


.......................................................................................................................................................................


.......................................................................................................................................................................


.......................................................................................................................................................................

b Look at the sound wave below that has been sampled:


15
14
13
12
11
10
9
8
7
6
5
4
3
2
1
0
0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
Sample number
<--------------1 second-------------- × --------------1 second-------------->

i From the graph, what is the sampling resolution?

.......................................................................................................................................................................

.......................................................................................................................................................................

ii From the graph, what is the sampling rate?

.......................................................................................................................................................................

.......................................................................................................................................................................

iii Using the x-axis, locate points 9 and 18 on the graph. Write down the 4-bit binary
values corresponding to the y-axis values of these two points.

point 9:

point 18:

Cambridge IGCSE and O Level Computer Science Computer Systems Workbook Photocopying prohibited 23
318496_01_IGCSE_OLCSSW_005-025.indd Page 24 31/03/21 2:01 PM sw-103 /130/HO01894/work/indd

1 Data representation

c Discuss the benefits and drawbacks of increasing the sampling rate and sampling
resolution when representing sound in an electronic (binary) format.

.............................................................................................................................................................................

.............................................................................................................................................................................

.............................................................................................................................................................................

.............................................................................................................................................................................

.............................................................................................................................................................................

.............................................................................................................................................................................

.............................................................................................................................................................................

23 Write down a series of steps that could be used to convert a denary number into a
hexadecimal number. Your steps should allow somebody to follow them clearly to give
the correct converted value.

..................................................................................................................................................................................

..................................................................................................................................................................................

..................................................................................................................................................................................

..................................................................................................................................................................................

..................................................................................................................................................................................

..................................................................................................................................................................................

..................................................................................................................................................................................

..................................................................................................................................................................................

..................................................................................................................................................................................

..................................................................................................................................................................................

..................................................................................................................................................................................

..................................................................................................................................................................................

..................................................................................................................................................................................

..................................................................................................................................................................................

24 Photocopying prohibited Cambridge IGCSE and O Level Computer Science Computer Systems Workbook
318496_01_IGCSE_OLCSSW_005-025.indd Page 25 31/03/21 2:01 PM sw-103 /130/HO01894/work/indd

1 Data representation

24 a State what is meant by a bit.

.............................................................................................................................................................................

b Give two reasons why computers use binary numbers rather than decimal numbers.

1  
.......................................................................................................................................................................

  .......................................................................................................................................................................

  .......................................................................................................................................................................

2  
.......................................................................................................................................................................

  .......................................................................................................................................................................

  .......................................................................................................................................................................

c Explain why the hexadecimal number system is used by computer technicians and programmers.

.............................................................................................................................................................................

.............................................................................................................................................................................

.............................................................................................................................................................................

.............................................................................................................................................................................

.............................................................................................................................................................................

.............................................................................................................................................................................

.............................................................................................................................................................................

.............................................................................................................................................................................

Cambridge IGCSE and O Level Computer Science Computer Systems Workbook Photocopying prohibited 25
318496_02_IGCSE_OLCSSW_026-040.indd Page 26 31/03/21 2:02 PM sw-103 /130/HO01894/work/indd

2 Data transmission
1 a Explain the term data packet.

.............................................................................................................................................................................

.............................................................................................................................................................................

.............................................................................................................................................................................

.............................................................................................................................................................................

.............................................................................................................................................................................

.............................................................................................................................................................................

.............................................................................................................................................................................

.............................................................................................................................................................................

.............................................................................................................................................................................

.............................................................................................................................................................................

.............................................................................................................................................................................

.............................................................................................................................................................................

.............................................................................................................................................................................

.............................................................................................................................................................................

b Data packets contain a header. Name three components that you would expect to find
in a header.

1  
.......................................................................................................................................................................

2  
.......................................................................................................................................................................

3  
.......................................................................................................................................................................

26 Photocopying prohibited Cambridge IGCSE and O Level Computer Science Computer Systems Workbook
318496_02_IGCSE_OLCSSW_026-040.indd Page 27 02/04/21 3:13 PM sw-103 /130/HO01894/work/indd

2 Data transmission

c Data packets also have a payload and a trailer. Explain these two terms.

payload: ............................................................................................................................................................

.............................................................................................................................................................................

.............................................................................................................................................................................

trailer: ...............................................................................................................................................................

.............................................................................................................................................................................

.............................................................................................................................................................................

d
Computer B

Computer A

R1

R3
R2 R4
R5 Router B

Router A
R7
R6
R10
R8

R9

i Using the above diagram, explain how packet switching works when sending a
500 KiB file from computer 'A' to computer 'B'.

.......................................................................................................................................................................

.......................................................................................................................................................................

.......................................................................................................................................................................

.......................................................................................................................................................................

.......................................................................................................................................................................

.......................................................................................................................................................................

Cambridge IGCSE and O Level Computer Science Computer Systems Workbook Photocopying prohibited 27
318496_02_IGCSE_OLCSSW_026-040.indd Page 28 31/03/21 2:02 PM sw-103 /130/HO01894/work/indd

2 Data transmission

ii Using the diagram, explain why data packets need to be reassembled at


computer 'B'.

.......................................................................................................................................................................

.......................................................................................................................................................................

.......................................................................................................................................................................

.......................................................................................................................................................................

2 Packet switching is used to send packets of data over a network.

a Give three benefits of using packet switching.

1  
.......................................................................................................................................................................

.......................................................................................................................................................................

.......................................................................................................................................................................

2  
.......................................................................................................................................................................

.......................................................................................................................................................................

.......................................................................................................................................................................

3  
.......................................................................................................................................................................

.......................................................................................................................................................................

.......................................................................................................................................................................

b Give three disadvantages of using packet switching.

1  
.......................................................................................................................................................................

.......................................................................................................................................................................

.......................................................................................................................................................................

2  
.......................................................................................................................................................................

.......................................................................................................................................................................

.......................................................................................................................................................................

28 Photocopying prohibited Cambridge IGCSE and O Level Computer Science Computer Systems Workbook
318496_02_IGCSE_OLCSSW_026-040.indd Page 29 31/03/21 2:02 PM sw-103 /130/HO01894/work/indd

2 Data transmission

3  
.......................................................................................................................................................................

.......................................................................................................................................................................

.......................................................................................................................................................................

c Data packets can get lost due to 'bouncing' around from router to router and never reaching
their destination.

Explain the problems caused by data packets 'bouncing'.

.............................................................................................................................................................................

.............................................................................................................................................................................

.............................................................................................................................................................................

3 a Data transmission depends on data direction and how many bits of data can be sent at a
time. Complete the table below to show what type of data transmission is being
described in each case. Tick (✓) two boxes for each description.
Simplex Half-duplex Full-duplex Serial Parallel
Description of transmission taking place
(✓) (✓) (✓) (✓) (✓)
Data sent one bit at a time down a single wire
in one direction only
Data sent 16 bits at a time down 16 wires in
both directions, but not at the same time
Data sent 16 bits at a time down 16 wires in
both directions simultaneously
Data sent 8 bits at a time down 8 wires in one
direction only
Data sent one bit at a time down a single wire
in both directions simultaneously
Data sent one bit at a time down a single wire
in both directions, but not at the same time

b Five statements about serial and parallel data transmission are made in the table below.
By placing a tick (✓) in the appropriate column, select which statements refer to serial
transmission and which statements refer to parallel transmission.

Statements Serial (✓) Parallel (✓)

Transmission method used by the memory bus inside a computer


Data can be skewed (out of synch) when travelling over long distances
Least expensive of the two types due to fewer hardware requirements
Most appropriate if data is time-sensitive; for example, when live streaming where
faster transmission rate is essential
Suffers from less risk of external interference

Cambridge IGCSE and O Level Computer Science Computer Systems Workbook Photocopying prohibited 29
318496_02_IGCSE_OLCSSW_026-040.indd Page 30 31/03/21 2:02 PM sw-103 /130/HO01894/work/indd

2 Data transmission

4 a Explain what happens when a device is plugged into a computer using one of the USB ports.

.............................................................................................................................................................................

.............................................................................................................................................................................

.............................................................................................................................................................................

.............................................................................................................................................................................

.............................................................................................................................................................................

.............................................................................................................................................................................

b Seven statements about USB connections are made in the table below. By ticking (✓) the
appropriate box, indicate which statements are true and which statements are FALSE.
Statements True (✓) False (✓)
USB uses a protocol that allows for error-free data transmission between device
and computer
USB can support any cable length between device and computer
USB uses serial data transfer
USB connections can transfer data using half-duplex or full-duplex
It is difficult to add more USB ports to a computer using USB hubs
USB data transfer rates are much faster than, for example, Ethernet connections
There is no need for devices to have a power source because USB cable supplies 5V
of power

5 a A system uses even parity. Indicate whether the following bytes would fail or pass an
even parity check:

1 1 0 0 0 0 1 1

.............................................................................................................................................................................

1 0 1 1 0 1 1 0

.............................................................................................................................................................................

0 0 0 1 1 1 1 1

.............................................................................................................................................................................

30 Photocopying prohibited Cambridge IGCSE and O Level Computer Science Computer Systems Workbook
318496_02_IGCSE_OLCSSW_026-040.indd Page 31 31/03/21 2:02 PM sw-103 /130/HO01894/work/indd

2 Data transmission

b Explain why parity checks are used.

.............................................................................................................................................................................

.............................................................................................................................................................................

c Nine bytes of data were transmitted from one computer to another computer. Even parity was
used by both systems. An additional byte, called the parity byte was also sent at the end of
the transmission.

The following table shows the nine bytes and parity byte following transmission.
Parity bit Bit 2 Bit 3 Bit 4 Bit 5 Bit 6 Bit 7 Bit 8
Byte 1 1 1 1 0 1 1 1 0
Byte 2 1 0 0 0 0 1 0 0
Byte 3 0 1 1 1 0 0 1 0
Byte 4 0 1 1 1 1 0 1 1
Byte 5 1 1 0 0 0 1 1 0
Byte 6 0 1 1 0 1 1 0 1
Byte 7 1 0 0 1 0 0 0 0
Byte 8 0 1 1 1 1 1 0 1
Byte 9 0 0 0 0 1 0 0 1
Parity byte: 0 0 1 1 1 1 0 0

i One of the bits has been transmitted incorrectly. Indicate which bit is incorrect by
giving its bit number and byte number:

bit number: .................................................................................................................................................

byte number: ..............................................................................................................................................

ii Explain how you arrived at your answer to part c i.

.......................................................................................................................................................................

.......................................................................................................................................................................

.......................................................................................................................................................................

.......................................................................................................................................................................

.......................................................................................................................................................................

.......................................................................................................................................................................

Cambridge IGCSE and O Level Computer Science Computer Systems Workbook Photocopying prohibited 31
318496_02_IGCSE_OLCSSW_026-040.indd Page 32 31/03/21 2:02 PM sw-103 /130/HO01894/work/indd

2 Data transmission

iii Write down the corrected byte.

.......................................................................................................................................................................

iv Describe a situation where a parity check wouldn’t identify which bit had been
transmitted incorrectly.

.......................................................................................................................................................................

.......................................................................................................................................................................

.......................................................................................................................................................................

.......................................................................................................................................................................

v Name and briefly describe another method to check if data has been transmitted correctly.

.......................................................................................................................................................................

.......................................................................................................................................................................

.......................................................................................................................................................................

.......................................................................................................................................................................

6 a Explain how the checksum system is used to identify any errors during data transmission.

.............................................................................................................................................................................

.............................................................................................................................................................................

.............................................................................................................................................................................

.............................................................................................................................................................................

.............................................................................................................................................................................

.............................................................................................................................................................................

.............................................................................................................................................................................

.............................................................................................................................................................................

32 Photocopying prohibited Cambridge IGCSE and O Level Computer Science Computer Systems Workbook
318496_02_IGCSE_OLCSSW_026-040.indd Page 33 31/03/21 2:02 PM sw-103 /130/HO01894/work/indd

2 Data transmission

b Explain how echo checks are used to check data following data transmission.

.............................................................................................................................................................................

.............................................................................................................................................................................

.............................................................................................................................................................................

.............................................................................................................................................................................

c Explain how automatic repeat requests (ARQs) work during data transmission.

.............................................................................................................................................................................

.............................................................................................................................................................................

.............................................................................................................................................................................

.............................................................................................................................................................................

.............................................................................................................................................................................

.............................................................................................................................................................................

.............................................................................................................................................................................

.............................................................................................................................................................................

7 Check digits are used to check data during data entry.

a Give four types of error that check digits can identify.

1  
.......................................................................................................................................................................

.......................................................................................................................................................................

2  
.......................................................................................................................................................................

.......................................................................................................................................................................

3  
.......................................................................................................................................................................

.......................................................................................................................................................................

4  
.......................................................................................................................................................................

.......................................................................................................................................................................

Cambridge IGCSE and O Level Computer Science Computer Systems Workbook Photocopying prohibited 33
318496_02_IGCSE_OLCSSW_026-040.indd Page 34 31/03/21 2:02 PM sw-103 /130/HO01894/work/indd

2 Data transmission

b ISBN-13 is a type of check digit standard.

i The following algorithm generates a check digit for a 12-digit ISBN book code:
1 add all odd-numbered digits together
2 add all even-numbered digits together and then multiply the result by 3
3 add together the results for steps 1 and 2, and then divide the result by 10
4 take away the remainder of the division from 10, leaving the check digit
Showing your working, calculate the check digit for the following 12-digit ISBN code:
9 781 471 86867

........................................................................................................................................................................

........................................................................................................................................................................

........................................................................................................................................................................

........................................................................................................................................................................

........................................................................................................................................................................

........................................................................................................................................................................

........................................................................................................................................................................

........................................................................................................................................................................

........................................................................................................................................................................

........................................................................................................................................................................

........................................................................................................................................................................

........................................................................................................................................................................

........................................................................................................................................................................

........................................................................................................................................................................

........................................................................................................................................................................

........................................................................................................................................................................

........................................................................................................................................................................

34 Photocopying prohibited Cambridge IGCSE and O Level Computer Science Computer Systems Workbook
318496_02_IGCSE_OLCSSW_026-040.indd Page 35 31/03/21 2:02 PM sw-103 /130/HO01894/work/indd

2 Data transmission

ii The following algorithm checks that the check digit in a 13-digit code is correct:

1 add all odd-numbered digits together, including the check digit

2 add all even-numbered digits together and then multiply the result by 3

3 add together the results for steps 1 and 2, and then divide the result by 10

4 the check digit is correct if the remainder is zero

Showing your working, use the above algorithm to check whether or not the check digit in
the following ISBN-13 code is correct:

9 781 471 80721 8

........................................................................................................................................................................

........................................................................................................................................................................

........................................................................................................................................................................

........................................................................................................................................................................

........................................................................................................................................................................

........................................................................................................................................................................

........................................................................................................................................................................

........................................................................................................................................................................

8 For each of the following ten questions, choose which of the five options corresponds to the
correct response.

a What is meant by the term ciphertext when used in encryption? Circle the correct answer.

A an encryption or decryption algorithm

B a message before it has been encrypted

C a type of session key

D another name for plaintext

E text following an encryption algorithm

Cambridge IGCSE and O Level Computer Science Computer Systems Workbook Photocopying prohibited 35
318496_02_IGCSE_OLCSSW_026-040.indd Page 36 31/03/21 2:02 PM sw-103 /130/HO01894/work/indd

2 Data transmission

b Which one of the following statements about asymmetric encryption is true? Circle the
correct answer.

A uses a public key only

B uses both a public key and a private key

C always uses 64-bit encryption

D the value of the private key is symmetrical

E uses private key only

c In encryption, which of the following is the term used to describe the message before it is
encrypted? Circle the correct answer.

A simpletext

B plaintext

C notext

D ciphertext

E firsttext

d Which of the following is the biggest disadvantage of using symmetric encryption? Circle the
correct answer.

A it is very complex and time consuming

B it is rarely used anymore

C the value of the key reads the same in both directions

D it only works on computers with older operating systems

E there is a security problem when transmitting the encryption key

e Which of the following is the correct name for a form of encryption in which both the sender
and the recipient use the same key to encrypt and decrypt? Circle the correct answer.

A symmetric key encryption

B asymmetric key encryption

C public key encryption

D same key encryption

E block cipher encryption

36 Photocopying prohibited Cambridge IGCSE and O Level Computer Science Computer Systems Workbook
318496_02_IGCSE_OLCSSW_026-040.indd Page 37 31/03/21 2:02 PM sw-103 /130/HO01894/work/indd

2 Data transmission

f Which of the following is the final number in a code, calculated from all the numbers in the
code, whose purpose is to find errors in data entry? Circle the correct answer.

A parity check

B checksum

C cyclic redundancy check

D parity bit

E check digit

g Which of the following is a form of error detection that makes use of a system of
acknowledgements and timeouts? Circle the correct answer.

A automatic repeat request

B echo check

C check digit

D parity bit

E cyclic redundancy check

h Which of the following methods uses an extra bit added to a byte to ensure it contains an even
number of 1s or odd number of 1s? Circle the correct answer.

A cyclic redundancy check

B parity check

C checksum

D check digit

E echo check

i Which of the following uses a calculated value which is sent after a block of data: the receiving
computer also calculates the value from the block of data and compares the values? Circle the
correct answer.

A parity check

B check digit

C packet switching

D checksum

E automatic repeat request

Cambridge IGCSE and O Level Computer Science Computer Systems Workbook Photocopying prohibited 37
318496_02_IGCSE_OLCSSW_026-040.indd Page 38 31/03/21 2:02 PM sw-103 /130/HO01894/work/indd

2 Data transmission

j Which of the following describes the check where the receiving computer sends back a copy of
the data to the sending computer to allow it to compare the data? Circle the correct answer.

A echo check

B automatic repeat request

C checksum

D parity check

E check digit

9 Some students sat a computer science exam. A number of their responses were incorrect.

Explain why the following eight responses given by the students are incorrect:

a 'A data packet header contains the MAC address of the sending computer and the receiving
computer.'

.............................................................................................................................................................................

.............................................................................................................................................................................

.............................................................................................................................................................................

.............................................................................................................................................................................

b 'Half-duplex refers to the fact that four bits of data (half a byte) can be sent from "A" to "B"
along four single wires.'

.............................................................................................................................................................................

.............................................................................................................................................................................

.............................................................................................................................................................................

.............................................................................................................................................................................

c 'Because USB connections can be fitted in any way, they have become the industry standard.'

.............................................................................................................................................................................

.............................................................................................................................................................................

.............................................................................................................................................................................

.............................................................................................................................................................................

38 Photocopying prohibited Cambridge IGCSE and O Level Computer Science Computer Systems Workbook
318496_02_IGCSE_OLCSSW_026-040.indd Page 39 31/03/21 2:02 PM sw-103 /130/HO01894/work/indd

2 Data transmission

d 'Odd parity means a binary number has an odd value, for example, 01110001 (i.e. 113).'

.............................................................................................................................................................................

.............................................................................................................................................................................

.............................................................................................................................................................................

.............................................................................................................................................................................

e 'Even parity means a binary number has an even number of zeros.'

.............................................................................................................................................................................

.............................................................................................................................................................................

.............................................................................................................................................................................

.............................................................................................................................................................................

f 'Check digits are used to make sure data has been transmitted without errors.'

.............................................................................................................................................................................

.............................................................................................................................................................................

.............................................................................................................................................................................

.............................................................................................................................................................................

g 'A checksum is calculated by adding up all the 1-bits in a byte, and sending this value at
the end of the byte.'

.............................................................................................................................................................................

.............................................................................................................................................................................

.............................................................................................................................................................................

.............................................................................................................................................................................

h 'Asymmetric encryption makes use of the same key to encrypt and decrypt an encoded message.'

.............................................................................................................................................................................

.............................................................................................................................................................................

.............................................................................................................................................................................

.............................................................................................................................................................................

Cambridge IGCSE and O Level Computer Science Computer Systems Workbook Photocopying prohibited 39
318496_02_IGCSE_OLCSSW_026-040.indd Page 40 31/03/21 2:02 PM sw-103 /130/HO01894/work/indd

2 Data transmission

10 Five statements are shown on the left and eight computer terms are shown on the right in the
following diagram.

Draw lines to connect each statement to the correct computer term.


Error checking method where data is sent Symmetric encryption
to another device and is then sent back
to the sender; if the two sets of data are
different then there has been an error during Encryption
transmission

Cipher text
Data is made unreadable to anyone without
the necessary keys to unlock the encoded data
Echo check

A form of encryption which makes use of a


public key and a private key to encrypt and
decrypt coded messages Full-duplex

Transmission error check that makes use Asymmetric encryption


of positive acknowledgement and timeout
following data transmission
Half-duplex

Type of data transmission where data can be


sent in both directions at the same time Automatic repeat request

11 Use the following word/phrase list to complete the paragraph below. Each word or phrase
may be used once, more than once or not at all.
» algorithm » decrypt » matching pairs » private
» asymmetric encryption » document » matching private » public
» cipher text » encrypted » mathematically » public key
» confidential » matching document » plain text » symmetric encryption

............................ makes use of a ............................ key and a ............................ key. Suppose Asif and Karl
both work for the same company, and Asif wants to send a confidential ............................ to Karl.

Asif and Karl’s computers both use the same ............................ to generate their own ............................ of
keys; these keys are ............................ linked, but cannot be derived from each other. Karl now sends
his ............................ to Asif. Asif now uses Karl’s ............................ to encrypt the document he wishes to
send to Karl.

Asif then sends his ............................ document back to Karl. Karl uses his ............................ key to unlock
Asif’s ............................ and ............................ it.

40 Photocopying prohibited Cambridge IGCSE and O Level Computer Science Computer Systems Workbook

You might also like