NEW
Font size
S
M
L
XL
WorksheetsBasic Yr8
Total questions: 61
Worksheet time: 42mins
Name
Class
Date
1.
A network is created when one device is connected .
a)
True
b)
False
2.
A network can be a small collection of computers connected within a building or it can be a wide collection of computers connected around the world.
a)
True
b)
False
3.
Advantages of the network ?
a)
Expensive Hardware
b)
Specialist staff required
c)
Communication
d)
Hacking
4.
Which Network Diagrams is it ?
a)
PAN
b)
LAN
c)
MAN
d)
WAN
5.
Which Network Diagrams is it ?
a)
PAN
b)
LAN
c)
MAN
d)
WAN
6.
A computer network is ___ connected together.
a)
One computer
b)
Two or more
c)
Three or more
d)
Four or more
7.
Two or more computers connected close together in a local area e.g. building or office is called?
a)
WAN
b)
LAN
c)
The Internet
d)
Virtual Network
8.
Two or more computers connected together over a wide geographical area (e.g. county, country, globe). What type of network is this?
a)
LAN
b)
School Network
c)
WAN
d)
The Internet
9.
What does ISP stand for?
a)
Internet Service Provider
b)
Icee Secret Professional
c)
Intranet Service Person
d)
Interpersonal Secret Professional
10.
What does URL stand for?
a)
Uniform Resource Locator
b)
Universal Resource Lap
c)
Under Reef Locator
d)
Upper Respiratory Lab
11.
What is a browser?
a)
Internet Explorer
b)
Firefox
c)
Google Chrome
d)
All of the above
12.
What do the letters HTTP stand for?
a)
Hyper Text Transfer Protocol
b)
Hip Text Translator Person
c)
Hyper Text Protocol
d)
Hip Texting Peeps
13.
What does it mean to "download"?
a)
Copy file from one location to another.
b)
Meet up for coffee.
c)
Get ice cream.
d)
Steal.
14.
This device communicates with your Internet Service Provider (such as comcast, cox, and centurylink for example) and provides your home with internet service.
a)
Router
b)
Modem
c)
Switch
d)
Hub
15.
To repeat a fixed number of times use a
a)
while loop
b)
for loop
c)
if loop
d)
indentation
16.
The second part of if, that is executed when the condition is false
a)
if
b)
else
c)
for
d)
input
17.
A variable that can hold a collection of values, often called an array in other programming languages
a)
list
b)
int
c)
string
d)
constant
18.
The character that must be at the end of the line for if, while, for etc.
a)
:
b)
;
c)
.
d)
,
19.
What is the word (command) used to display numbers and text on the screen?
a)
print
b)
input
c)
output
d)
command
20.
What is a variable?
a)
A box(memory location) where you store values
b)
a type of graphics
c)
Data type
d)
a type of memory
21.
What symbol is used in python to assign values to a variable?
a)
equals =
b)
plus +
c)
forward slash /
d)
asterisk *
22.
What is the name of the programming language we are learning?
a)
Scratch
b)
Python
c)
Pie thin
d)
Scribble
23.
What will be the output?
name = 'Dave'
print (name)
name = 'Dave'
print (name)
a)
Dave
b)
'Dave'
c)
name
d)
(name)
24.
What would print (10 + 16) produce?
a)
20
b)
22
c)
24
d)
26
25.
What is the name of the environment in Python that write your programs and then test them out?
a)
Shell
b)
Window
c)
IDLE
d)
CLI
26.
What button do you press to compile (run) your program so that it runs in the shell?
a)
F3
b)
F5
c)
F7
d)
F9
27.
people = ["John", "Rob", "Bob"]
print (people[-1])
what would this result be?
a)
John
b)
Rob
c)
Bob
28.
What is Print()?
a)
Text
b)
Console
c)
Function
d)
Decoder
29.
What does an IF statement do?
a)
Closes the program
b)
Makes a decision
c)
Asks a question
30.
A data type consisting of numbers, letters and symbols.
a)
String
b)
Integer
c)
Float
d)
Boolean
31.
What is the function of the <p> tag?
a)
Defines a paragraph.
b)
Makes the text purple.
c)
It pushes the text to the right.
d)
Prints the webpage.
32.
What does HTML stand for?
a)
Hypertext Medium Language
b)
Hippo Tries Making Licorice
c)
Hypertext Markup Lingo
d)
Hypertext Markup Language
33.
Name an element which doesn't have a closing tag.
a)
<img>
b)
<head>
c)
<body>
d)
<p>
34.
Which of the following is the largest heading?
a)
H2
b)
H3
c)
H4
d)
H6
35.
What symbol should precede hexadecimal color codes?
a)
ampersand
b)
semicolon
c)
number sign
d)
equal sign
36.
What is the correct syntax for inserting an image?
a)
<image source="untitled.jpg"/>
b)
<img src="untitled.jpg"/>
c)
<src img="untitled.jpg"/>
d)
<img scr="untitled.jpg"/>
37.
Defines a division or a section in an HTML document. Used to group block-elements to format them with CSS
a)
<div>
b)
<span>
c)
<caption>
d)
<group>
38.
to make a comment in HTML you use
a)
<!-- -->
b)
//
c)
/*
d)
#
39.
What tag is used for CSS?
a)
<style>
b)
<css>
c)
<body>
d)
<script>
40.
How do you search for exact phrases?
a)
"example"
b)
(example)
c)
-example
d)
,example,
41.
How do you exclude a certain word or phrase from web search results?
a)
,example,
b)
-example
c)
*example
d)
=example
42.
How do you search multiple keywords at once?
a)
&
b)
,
c)
OR
d)
/
43.
Google search tools allow you to filter image search results by
a)
Color
b)
Size
c)
Image type
d)
All of these
44.
Is Wikipedia a good website to use for school research?
a)
Yes
b)
No
45.
You should always look to see WHEN a website was made.
a)
True
b)
False
46.
If you were searching for information about tigers, but your results included information about the baseball team, what could you add to your search to get rid of the baseball results?
a)
+baseball
b)
-baseball
47.
You should always just use the first website you find when you are looking for information about a subject.
a)
True
b)
False
48.
WAN stand for ?
a)
Wide Area Natrok
b)
Wide Area Netwok
c)
Wide Aral Network
d)
1,2
49.
A device used in a wired network that connects multiple computers and devices to share data.
a)
Hub
b)
Modem
c)
Router
d)
Server
50.
Data is converted into light and transferred at high speeds in this device.
a)
Fibre Optic Cable
b)
Hub
c)
Modem
d)
Router
51.
many businesses use this WiFi technology to allow the public an access point to a wireless network
a)
Hotspots
b)
Coldspot
c)
Satellites
d)
Bluetooth
52.
small device that connects computers together
a)
WiFi
b)
Server
c)
Queue
d)
Hub
53.
What is this?
a)
Router
b)
Switch
c)
Ethernet cable
d)
WIFI
54.
What is this?
a)
Router
b)
Switch
c)
Ethernet cable
d)
WIFI
55.
What is this?
a)
HDMI
b)
USB Cable
c)
Ethernet cable
d)
RCA
56.
What is this?
a)
HDMI
b)
VGA
c)
Ethernet cable
d)
RCA
57.
The central computer in a network which data is stored, processed and shared.
a)
Firewall
b)
Hub
c)
Intranet
d)
Server
58.
The Striker family has several computers a home but only one laser Printer. What type of network would they need to set up in order to share the printer?
a)
MAN
b)
WAN
c)
LAN
59.
Why use a network?
a)
Share viruses
b)
To lose data
c)
To easily share documents
d)
To install cables
60.
If a cable fails on a star what happens?
a)
Network fails
b)
One computer fails
c)
Nothing
d)
Not sure
61.
What is a server?
a)
Powerful Computers that provide services to other computers
b)
Computers that ask for the services a server provides
c)
Physical connection between devices
d)
A circuitboard with the components to send/receive data
Reset
