Font size
S
M
L
XL
WorksheetsYear 8 End of year Assessment
Total questions: 81
Worksheet time: 53mins
Name
Class
Date
1.
What is the word (command) used to display numbers and text on the screen?
a)
print
b)
input
c)
output
d)
command
2.
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
3.
What symbol is used in python to assign values to a variable?
a)
equals =
b)
plus +
c)
forward slash /
d)
asterisk *
4.
A syntax error means your code has a 'grammar' mistake or you used symbols/operations incorrectly
a)
True
b)
False
5.
What is the name of the programming language we are learning?
a)
Scratch
b)
Python
c)
Pie thin
d)
Scribble
6.
What will be the output?
name = 'Dave'
print (name)
name = 'Dave'
print (name)
a)
Dave
b)
'Dave'
c)
name
d)
(name)
7.
Which of these would work as a piece of code?
a)
IF answer == "Yes":
b)
if answer == "Yes"
c)
if answer == "Yes":
d)
if answer = "yes":
8.
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
9.
This function can be written to carry out an action and is a conditional operator.
a)
If Statements
b)
List Functions
c)
Count Functions
d)
Lookup Functions
10.
What will the lines of code print?
a)
A
b)
B C
c)
A B C
d)
A C
11.
What would print (10 + 16) produce?
a)
20
b)
22
c)
24
d)
26
12.
Which of these would work as a piece of code?
a)
IF answer == "Yes":
b)
if answer == "Yes"
c)
if answer == "Yes":
d)
if answer = "yes":
13.
How do you display text?
a)
input
b)
output
c)
print
d)
variable
14.
What is python?
a)
a programming language
b)
DTP software
c)
Spreadsheet software
d)
Computer
15.
To repeat a fixed number of times use a
a)
while loop
b)
for loop
c)
if loop
d)
indentation
16.
To repeat until a particular condition is true use
a)
while loop
b)
for loop
c)
if loop
d)
indentation
17.
The second part of if, that is executed when the condition is false
a)
if
b)
else
c)
for
d)
input
18.
The character that must be at the end of the line for if, while, for etc.
a)
:
b)
;
c)
.
d)
,
19.
Tells the interpreter that the code which follows is a function
a)
const
b)
int
c)
def
d)
while
20.
Converts a number to a string
a)
str()
b)
int()
c)
parseInt()
d)
convert
21.
Mathematical operations can be performed on a string.
a)
True
b)
False
c)
May not be
d)
None of the above
22.
Which of the following functions is a built-in function in python?
a)
seed()
b)
sqrt()
c)
factorial()
d)
print()
23.
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.
24.
You should save HTML files with which file extension?
a)
.htm
b)
.index
c)
.webpage
d)
.html
25.
What HTML element defines the title of the document?
a)
<title>
b)
<head>
c)
<meta>
26.
The content of the web (such as your pictures, text, links) will show up here.
a)
Head
b)
Body
c)
Style
d)
Folder
27.
Which of the following is the largest heading?
a)
H2
b)
H3
c)
H4
d)
H6
28.
Which tag is used to underline text?
a)
<a>
b)
<u>
c)
<b>
d)
<I>
29.
Which tag is used to create a hyperlink?
a)
<a>
b)
<href>
c)
<b>
d)
<i>
30.
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"/>
31.
Images in your webpage may have the following extensions except
a)
.png
b)
.gif
c)
.jpg
d)
.psd
32.
How do you center text?
a)
text-align: true;
b)
text-align: false;
c)
text-align: center;
d)
text: align center;
33.
What will happen to the text in blue? <p>He named his car <i>The lightning</i>, because it was very fast.</p>
a)
the content will be displayed in italic
b)
the content will display an image
c)
the content defines text inserted into a document
34.
What is will the highlighted tag do? <p>My favourite colour is blue<br>I support Southend United.
</p>
</p>
a)
it will make the text bold
b)
it will place the text on another line
35.
Which code will make your background red?
a)
<body style=background-color:red;>
b)
<body style="background-color:yellow;">
c)
<body style="background-color:red;">
d)
<body colormybg="background-color:red;">
36.
What will happen to the content in blue?<p>This is a spelling mistake <u>parragraph</u> .<p/>
a)
it will be in bold
b)
it will be underlined
c)
it will be in italics
37.
What does the <HTML> tag tell the browser
a)
that it is an HTML document
b)
defines the documents body
c)
that it contains all the head elements
38.
</h> is
a)
Header Tag
b)
Headline Tag
c)
Half of a tag
d)
Closing header tag
39.
Why won't the following anchor tag work? <ahref=https://www.google.com/>click here</a>
a)
The link is incorrect. it should be ref, not href
b)
The URL is missing quotation marks
c)
There is no anchor tag in the code
d)
The href is missing a closing tag
40.
For <img src="#"> to display an image, what must you replace # with?
a)
an image URL
b)
an image anchor tag
c)
the image vector
d)
an image file size
41.
What is the function of the tag below?
<title> this tag </title>
<title> this tag </title>
a)
store meta information about the title
b)
show the server how to index the website
c)
sores the title of the website for the browser and search engine results
d)
show the server how to title the website
42.
</body>
a)
indicates the ending or closing of the file's meat
b)
indicate the opening
c)
file beginning
d)
file's closing
43.
What is the correct HTML for adding a background color?
a)
<background>yellow</background>
b)
<body style="background-color:yellow;">
c)
<body bg="yellow">
44.
What is the <strong> tag for?
a)
to make it stronger
b)
To make a new paragraph
c)
to underline it
d)
to bold it
45.
Which is NOT a web browser?
a)
Chrome
b)
Internet explorer
c)
FireFox
d)
Yahoo
46.
What best describes CSS
a)
describes how HTML elements are displayed on screen
b)
To logically divide the document
47.
There simple, easy-to-use programs allow you to enter, edit, save, and print text.
a)
text editor
b)
web browser
c)
domain name
d)
webmaster
48.
How do I change the size of an image?
a)
width / height
b)
scale
c)
size
d)
shrink
49.
Which of the following can be hyperlinked in HTML?
a)
Text
b)
Images
50.
What should a HTML web page start with?
a)
<b>
b)
<li>
c)
<html>
d)
<start>
51.
Which tool puts text on top of the image?
a)
Spot Healing Brush
b)
Content Aware Move
c)
History Brush
d)
Type Tool
52.
These are your...
a)
Photoshop stuff
b)
Drawings
c)
Layers
d)
Pictures
53.
Chrome, watercolor, plastic wrap, and poster edges are all examples of ______?
a)
Colors
b)
Filters
c)
Brushes
d)
Windows
54.
What is this tool called?
a)
Quick Selection Tool
b)
Rectangular Marquee Tool
c)
Lasso Tool
d)
Move Tool
55.
What is this tool called?
a)
Magic Wand Tool
b)
Quick Selection Tool
c)
Move Tool
d)
Lasso Tool
56.
What is this tool called?
a)
Lasso Tool
b)
Rectangular Marquee Tool
c)
Move Tool
d)
Quick Selection Tool
57.
What is this tool called?
a)
Lasso Tool
b)
Move Tool
c)
Quick Selection Tool
d)
Brush Tool
58.
The undo button lets you undo your mistakes , but only the ones you made today.
a)
True.
b)
False
59.
This tool is called (a real one is pink,your pencil has one too)...
a)
The eraser.
b)
The paint brush.
c)
The custom shape tool.
d)
The drawing tool.
60.
What does a gray and white checkerboard background mean?
a)
The image is broken.
b)
The background is gray and white.
c)
The background is transparent.
d)
The image will display a white box around it.
61.
The colored boxes in this image represent...
a)
The colors that your tools will use and your background colors
b)
The colors of the rainbow.
c)
The only colors you can ever use- you can't change them.
62.
To make a new layer, you should click...
a)
The piece of paper with the corner flipped up at the bottom.
b)
The trash can at the bottom.
c)
The layer 1.
d)
The black and white circle at the bottom.
63.
How do you move a layer to a higher position in the stack?
a)
Click the layer listing, then press the Up arrow on the keyboard.
b)
Right-click the layer listing and choose Move Upward from the context menu
c)
Drag the layer listing upward to the desired stacking position.
64.
What can you do with this tool?
a)
Change the color of an object
b)
Select an object
c)
Change how transparent an object is
d)
Remove the background
65.
A photo file type is
a)
.jpeg
b)
.mp3
c)
.doc
d)
.mov
66.
How do you merge your layers in photoshop?
a)
Copy Paste
b)
File, Merge, File, Copy
c)
Right click the Layer, Merge down
d)
Merge Paste
67.
When you don't want something selected, you click this.
a)
Gradient
b)
Selection
c)
Deselect
d)
Pixels
68.
Downloading a font, you need permission from Adobe first?
a)
True
b)
False
69.
To paste a picture inside an image you will need to click-
a)
File, Paste Special, Paste Into
b)
Image, Paste Special, Paste Into
c)
Edit, Paste Special, Paste Into
d)
Image, Paste
70.
Command + will zoom into a picture.
a)
True
b)
False
71.
Which keys on the key board will allow you to make a brush bigger?
a)
Plus and Minus keys
b)
The number 6 and 7 keys
c)
The left bracket and right bracket keys
d)
The left shift and right shift keys
72.
Which of the three main topologies rely on a single main cable to transmit data packets?
a)
Ring
b)
Star
c)
Bus
73.
One of my workstations has gone down and my entire network has gone down. Which topology am I using?
a)
Ring
b)
Star
c)
Bus
74.
Messages in a ring network can flow in both directions.
a)
TRUE
b)
FALSE
75.
Every device in my network is connected via a switch. Which topology am I using?
a)
Ring
b)
Star
c)
Bus
76.
The address for s single file on the internet is called it's:
a)
HTTP
b)
ISP
c)
HTML
d)
URL
77.
The company that gives you access to the internet is called your:
a)
CPU
b)
URL
c)
ISP
d)
IBM
78.
What is the language that most web pages are written in?
a)
HTTP
b)
BBS
c)
IBM
d)
HTML
79.
You know you are on a secure site if you see this in front of the site's address:
a)
HTTP://
b)
HTTPS://
c)
WWW.
d)
UPC://
80.
What is a collection of different websites you can access through the Internet
a)
Internet
b)
World Wide Web
c)Google
d)
Going online
81.
True or False. When you visit a website, your computer sends a request over these wires to a server.
a)
True
b)
False
Reset
