Font size
WorksheetsYr 9 EOY Review
Total questions: 67
Worksheet time: 40mins
What does a <br> tag do?
Inserts a space between text
Creates a link to a webpage
Inserts a single line break
Inserts multiple line breaks
Where are the <html> and </html> tags used?
<html> at the beginning. </html> at the end
</html> at the beginning. <html> at the end
Both go at the beginning of the document
Both go at the end of the document
What is the <head> used for?
Displays the key information
Used to create large text
Inputs an image of someone's head
Used to hold information about the document
What tag is used for all visible content?
<head>
<body>
<vis>
<p>
HTML tags have to have both a < and >
True
False
what is the difference in an opening tag and a closing tag?
Opening tag has a / in front
Closing tag has a / in front
There is no difference
Which tag creates a table
table
<table>
>table>
<table<
Which tag creates a background colour
body backgroundcolor
body backgroundcolour
body bgcolor
<body bgcolor>
The correct tag to create italics for text in html is
<it>
<i>
italicks
italics
All tags in html need to be enclosed in < >
true
false
HTML can read white spaces
true
false
What are the 3 tags each website must have
(a)
A computer network is ___ connected together.
One computer
Two or more computers
At least three or more computers
What is the purpose of an IP address?
Allows a connection to the internet
Modulates and demodulates data
A identify's a devices location connected to the internet
Allows two LAN's to connect to each other via cables
What does the file server do?
It stores user data and programs used in the network
It connects everyone to the WiFi
It directs data from one computer to another
It deletes user data and stops updates
What does WLAN stand for?
Wired Local Arena Name
Wireless Local Area Network
Wireless Area Name
Wired Local Area Network
Which of the following is a web browser
WiManx
Bing
Sure
Google chrome
An intranet is...
A public network of networks
A private network of networks
A set of web pages available via the internet
An email system
What device is used to connect a number of computers together to make a LAN?
Hub/Switch
Bridge
Router/Modem
Server
What three pieces of hardware are needed to connect to the internet?
Hub/Switch
Bridge
Router/Modem
Network Interface Card
Cables
Identify the advantages of an intranet
Can share files
Can share resources (printer etc)
It's more secure than the internet
Users can't communicate with each other
ISP stands for
Internet Service Provider
Independent Social Person
Isolated Societal Provideer
Internet Service Protocol
Check the services an ISP can provide
provide you with a router to connect to the internet
provide you with an email address
provide you with hosting services for a website
pick up your drycleaning
Hubs can be programmed to provide the addresses of other computers in an network
true
false
Switches can be programmed to provide the addresses of other computers in an network
true
false
Which device provides a connection to the internet whether it is from a home or a company
bridge
hub
router
switch
What is a network
A stand alone computer
Two or more interconnected computers
A computer without a server
Networked computers can share (select which one is true)
Hardware, software and data
Optical discs, software and data
Hardware, software and Clients
Which one is a BUS topology
A BUS topology is (Which one is correct)?
Easy to set up
Expensive to set up
Hard to set up
Which one is a RING topology
Which one is a STAR topology
A star topology will cause a network failure if...
If the hub/switch fails
If one of the many of the computers fail
If the printer fails
Which 2 are Disadvantages of a Bus Topology?
Requires additional hardware such as the central hub or switch
if the main cable is damaged or fails the whole network fails
More collisions with lots of machines on the network
If the central device fails the whole network goes down.
Which 2 are Disadvantages of a Star Topology?
Requires additional hardware such as the central hub or switch
if the main cable is damaged or fails the whole network fails
More collisions with lots of machines on the network
If the central device fails the whole network goes down.
ADV: higher data transmission speeds
Star
Bus
Ring
ADV: Consistent performance, even when the network is being heavily used.
Star
Bus
Ring
DIS: if the main cable fails, network data can no longer be transmitted to any of the nodes (work stations)
Star
Bus
Ring
In the programming language Scratch, what is the purpose of the "sprite"?
It is a character in a game or program.
It is the background in a game or program.
It is the instructions for the program.
It is used to keep the score or add a timer.
What is a "variable"?
A named value in a program that always stays the same, eg the value for pi.
A character in a game, eg Scratch the cat.
A background in a game, eg a range of mountains.
A named value that can change throughout the program, eg a timer or a score.
What is the purpose of "sensing" in the programming language Scratch?
To control the sprite, eg initialise a position on the stage.
Sense events which trigger scripts to run
To make the sprite move, eg 10 steps.
To make the sprite play a sound, eg meow.
Scratch is which type of coding
binary
block
algorithm
awesome
Which palette causes my characters to move in Scratch
movement
move
motion
go
The characters in scratch move along an
XY grid
XYZ grid
algorithm
open space
What colour blocks allow movement/motion in Scratch?
Blue
Green
Yellow
Red
What colour blocks allow the code to start running?
Blue
Green
Yellow
Red
What shape will this code draw?
Circle
Square
Triangle
Rectangle
In scratch, these characters are called___________________________
Backdrop
Sprites
Blocks
Stage
