Wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

2.3 Encryption Cambridge IGCSE 0478

Total questions: 10

Worksheet time: 5mins

Name
Class
Date
1.

What is the main purpose of encryption?

a)

To protect data by making it unreadable to unauthorized users

b)

To increase the speed of data transmission

c)

To reduce the size of transmitted data

d)

To convert data into binary before sending

2.

What happens if data is transmitted without encryption?

a)

It can be intercepted, modified, or stolen

b)

It will be automatically compressed

c)

It cannot be transmitted at all

d)

It will take longer to reach the recipient

3.

Which of the following statements about symmetric encryption is correct?

a)

It uses the same key for both encryption and decryption

b)

It uses a public key for encryption and a private key for decryption

c)

It is less efficient than asymmetric encryption

d)

It does not require the sender and receiver to share a key

4.

Which encryption method uses a public key and a private key?

a)

Asymmetric encryption

b)

Symmetric encryption

c)

Parity check

d)

Checksum

5.

In asymmetric encryption, which key is used to decrypt the data?

a)

Private key

b)

Public key

c)

Symmetric key

d)

Checksum key

6.

Why is asymmetric encryption more secure than symmetric encryption?

a)

The private key is never shared, reducing the risk of interception

b)

It encrypts data using fewer bits, making it faster

c)

It requires no keys to be exchanged between sender and receiver

d)

The encryption process is reversible without a key

7.

Which of the following is an example of a symmetric encryption algorithm?

a)

AES (Advanced Encryption Standard)

b)

RSA (Rivest-Shamir-Adleman)

c)

SHA (Secure Hash Algorithm)

d)

ECC (Elliptic Curve Cryptography)

8.

Which of the following is an example of an asymmetric encryption algorithm?

a)

RSA (Rivest-Shamir-Adleman)

b)

AES (Advanced Encryption Standard)

c)

RLE (Run-Length Encoding)

d)

DES (Data Encryption Standard)

9.

What is the function of the public key in asymmetric encryption?

a)

It encrypts data that can only be decrypted by the private key

b)

It decrypts data sent by the sender

c)

It is used to check for transmission errors

d)

It is shared secretly between sender and receiver

10.

Why is asymmetric encryption commonly used for secure communication over the internet?

a)

It allows secure data exchange without sharing a secret key

b)

It requires no keys to be exchanged

c)

It makes data transmission faster

d)

It is easier to implement