wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

GCSE Computing Round

Total questions: 10

Worksheet time: 20mins

Name
Class
Date
1.

For which of these types of network will some of the hardware required be owned by a "third party"?

a)

PAN

b)

LAN

c)

WAN

d)

SAN

2.

DNS stands for

a)

Domain Network Server

b)

Download Network Server

c)

Defensive Name System

d)

Domain Name System

3.

What is the biggest security vulnerability of any system?

a)

Viruses

b)

Trojans

c)

People

d)

Zero Day Exploits

4.

Which technique is used to ensure that credit card numbers are valid?

a)

Check digit

b)

Length check

c)

Range check

d)

Sanity check

5.

Which type of storage will be slowest to access files?

a)

SSD

b)

CD

c)

DVD

d)

Hard drive

6.

Which of these pieces of python code will output a list of numbers from 1 to 10?

a)

for i in range (10):

print (i)

b)

for i in range (10):

print (i+1)

c)

for i in range (9):

print (i)

d)

for i in range (1,10):

print (i)

7.

Which is the top layer of the TCP/IP model?

a)

Internet

b)

Network

c)

Application

d)

Transport

8.

What protocol is used to keep received email messages on a server to access from multiple devices?

a)

IMAP

b)

POP

c)

SMTP

d)

HTTPS

9.

Which of these is NOT a register in a CPU

a)

MAR

b)

MDR

c)

ACC

d)

ALU

10.

How many cores would a "Hexacore CPU" have?

(a)