NEW
Font size
WorksheetsLesson 9 - The internet
Total questions: 12
Worksheet time: 6mins
Which is safer?
HTTP
HTTPS
Web pages are coded using:
Scratch
HTML
Python
C++
DNS pairs IP Addresses to...
Domain Names
URLs
Top-Level Domain Names
Nothing
The internet is the same as the World Wide Web
True
False
VoIP stands for:
Voice on Internet Phone
Voice over Internet Phone
Voice over Internet Protocol
Voice on Internet Protocol
What does the 'T' stand for in IoT?
Telegram
Total
Twice
Things
while name != "Boris":
This an example of...
Condition controlled iteration
Count controlled iteration
Selection
Sequencing
Which type of error is in the line below:
Print ("My name is Grace")
Syntax
Logic
name = "Bob"
print("Hello", name)
What is the variable in this code?
Bob
name
" "
name = "Frank"
What data type is this?
String
Integer
Float
Boolean
age = "13"
What type of data is used here?
String
Integer
Float
Boolean
year = 2002
What type of data is used here?
String
Integer
Float
Boolean
