wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Low Stakes 1 HT 6

Total questions: 21

Worksheet time: 11mins

Name
Class
Date
1.
What is wrong with this code?
a)
Missing Brackets
b)
Missing Comma
c)
Missing Colon
d)
Incorrect spelling 
2.
What will be the output from this code?
a)
Square
b)
Triangle
c)
Circle
d)
Rectangle
3.
To make the turtle move forward, which command is used?
a)
turtle.penup()
b)
turtle.forward()
c)
turtle.left()
d)
turtle.backward()
4.
In order to move the turtle 120 forward without drawing on the screen, which order is correct?
a)
turtle.forward(120)
turtle.penup()
turtle.pendown()
b)
turtle.pendown()
turtle.forward(120)
turtle.penup()
c)
turtle.penup()
turtle.forward(120)
turtle.pendown()
5.

What is wrong with this piece of code

a)

Must use the American spelling of colour - "color"

b)

Remove the prefix "screen." on Line 3

c)

Don't write the name of the colour in quote marks

d)

Don't add a capital letter to "Screen"

6.
When using a command to move the turtle to a specific position on the drawing canvas, the middle of the canvas is represented by which coordinates?
a)
1, 1
b)
100, 100
c)
0, 0
d)
500, 500
7.

What is a network?

a)

A group of 1 or more devices which communicate

b)

A group of 2 or more devices which communicate

c)

When 2 or more computers are in the same building.

d)

A group of 3 or more devices which communicate

8.
When creating a rectangle with the turtle, what angle is needed when turning?
a)
120
b)
180
c)
45
d)
90
9.

Hospitals, banks and supermarkets are all linked using which network type?

a)

WAN

b)

LAN

c)

BUS

d)

WiFi

10.

What does VPN stand for?

a)

Visual Protected Network

b)

Virtual Private Network

c)

Visual Private Network

d)

Virtual Protected Network

11.
What is a LAN?
a)
Local Area Network
b)
Local Access Network
c)
Localized Area Network
12.
What is a characteristic of a LAN?
a)
Small geographical location such as a school or small office.
b)
Really cheap to set up.
c)
Uses less cables than a star.
d)

Large Geographical Location

13.
What is wrong with this code?
a)
Missing Brackets
b)
Missing Comma
c)
Missing Colon
d)
Incorrect spelling 
14.
The internet is the worlds biggest
a)
LAN
b)
WAN
15.
Convert the binary value '11111110' into denary
a)
254
b)
128
c)
8
d)
64
16.
Identify the type of algorithm represented in the flowchart image.
a)
Linear Search
b)
Binary Search
c)
Bubble Sort
d)
Merge Sort
17.
Look at this code, what shape will it make?
a)
Square
b)
Triangle
c)
Rectangle
d)
Hexagon 
18.
Which of these is the best description of a linear search algorithm?
a)
It starts with the first item, compares it to the target, then moves on to the next in the series
b)
It repeatedly moves from a parent node to a child node in a tree structure until it finds the target item
c)
It searches an index which gives the true location of the target item
d)
It searches through an ordered list, dividing it in half until it finds the target item
19.

What does IP stand for?

a)

Internet Packet

b)

Internet Portable

c)

Internet Protocol

d)

Immediate Packet

20.

What does WAN stand for?

a)

Wifi Accessible Network

b)

Wifi Addressable Network

c)

Wide Area Network

d)

Worldwide Anonymous Network

21.

how does IP Version 6 compare to IP V4

a)

It has more addresses

b)

It is easier to use

c)

It is faster

d)

It is cheaper