wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Lesson 9 - The internet

Total questions: 12

Worksheet time: 6mins

Name
Class
Date
1.

Which is safer?

a)

HTTP

b)

HTTPS

2.

Web pages are coded using:

a)

Scratch

b)

HTML

c)

Python

d)

C++

3.

DNS pairs IP Addresses to...

a)

Domain Names

b)

URLs

c)

Top-Level Domain Names

d)

Nothing

4.

The internet is the same as the World Wide Web

a)

True

b)

False

5.

VoIP stands for:

a)

Voice on Internet Phone

b)

Voice over Internet Phone

c)

Voice over Internet Protocol

d)

Voice on Internet Protocol

6.

What does the 'T' stand for in IoT?

a)

Telegram

b)

Total

c)

Twice

d)

Things

7.

while name != "Boris":

This an example of...

a)

Condition controlled iteration

b)

Count controlled iteration

c)

Selection

d)

Sequencing

8.

Which type of error is in the line below:

Print ("My name is Grace")

a)

Syntax

b)

Logic

9.

name = "Bob"

print("Hello", name)

What is the variable in this code?

a)

Bob

b)

print

c)

name

d)

" "

10.

name = "Frank"

What data type is this?

a)

String

b)

Integer

c)

Float

d)

Boolean

11.

age = "13"

What type of data is used here?

a)

String

b)

Integer

c)

Float

d)

Boolean

12.

year = 2002

What type of data is used here?

a)

String

b)

Integer

c)

Float

d)

Boolean