wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Year 9 assessment

Total questions: 62

Worksheet time: 2hrs 37mins

Name
Class
Date
1.
stores a piece of data, and gives it a specific name
a)
variable
b)
whitespace
c)
interpreter
d)
modulo
2.

What is the word (command) used to display numbers and text on the screen?

a)

Input

b)

Output

c)

Print

d)

Command

3.

What is the end after if statements?

a)

if

b)

Elif

c)

Else

d)

While

4.

Data type for a whole number

a)

Float

b)

Boolean

c)

Integer

d)

String

5.
A data type consisting of numbers, letters and symbols.
a)
String
b)
Integer
c)
Float
d)
Boolean
6.

What is the difference between a for loop and while loop? (2 points)

4 lines
7.

What does this code do? (4 points) Click the picture to expand and see the code!

4 lines
8.

What does this code do? (4 points) Click the picture to expand and see the code!

4 lines
9.

What does this code do? (3 points) Click the picture to expand and see the code!

4 lines
10.

What does this code do? (3 points) Click the picture to expand and see the code!

4 lines
11.

What does this code do? (4 points) Click the picture to expand and see the code!

4 lines
12.

What does this code do? (2 points) Click the picture to expand and see the code!

4 lines
13.

What is Photopea?

a)

Video editing software

b)

Audio software

c)

Image editing software

14.
a)

Zoom tool

b)

Polygonal lasso tool

c)

Magic wand tool

d)

Gradient tool

15.
a)

Type Tool

b)

Vertical Type Tool

c)

Dodge Tool

d)

Burn Tool

16.
a)

Eraser Tool

b)

Brush Tool

c)

Gradient Tool

d)

Paint Bucket Tool

17.

Hand tool

a)

Allows you to move the canvas around

b)

Lets you draw an area to select

c)

Lets you quickly "paint" a selection using an adjustable round brush tip

d)

Allows you to add alphanumeric characters in a variety of fonts

18.

Lets you see all of the different layers of your design and move them around.

a)

Layers window

b)

File

c)

Filter

d)

History window

19.

If you wanted to change from using a pencil to an eraser, which area of the Photopea interface would you access?

a)

main toolbar

b)

menu bar

c)

options bar

d)

palettes

e)

workspace

20.

Which format(s) would you use to save your project that is ready to be turned in? (choose any that may apply)

a)

PNG

b)

PSD

c)

JPG

d)

GIF

e)

TIFF

21.

If you want to scale an image, click this box

a)

Auto Select

b)

Transform Controls

c)

Distances

22.

When you open photopea and insert the image onto the canvas... How do you import the image?

a)

Insert image as a new layer

b)

File- open and place

c)

Import to export

d)

File open and insert?

23.

What is the MASTHEAD part of a magazine? (2 points)

4 lines
24.

What is a STRAPLINE on a magazine? (2 points)

4 lines
25.

What is artificial intelligence? (2 points)

4 lines
26.

What type of cipher is this? (2 points)

4 lines
27.

(click image to expand) What does this code say? (use the pigpen cipher in the image to help!) (2 points)

4 lines
28.

(click image to expand) What does this code say? (use the pigpen cipher in the image to help!) (2 points)

4 lines
29.

(click image to expand) What does this code say? (use the pigpen cipher in the image to help!) (2 points)

4 lines
30.

(click image to expand) What does this code say? (use the pigpen cipher in the image to help!) (2 points)

4 lines
31.

(click image to expand) What does this code say? (use the pigpen cipher in the image to help!) (2 points)

4 lines
32.

What does WWW stand for?

a)

World Wide Web

b)

Wide World Web

c)

Web World Wide

d)

We Will Wait

33.

Who invented the WWW?

a)

Alan Turing

b)

Tim Berners-Lee

c)

Mark Zuckerberg

d)

Steve Jobs

34.

Why did Tim Berner's lee not make a profit when he made the World Wide Web? (2 points)

4 lines
35.

All webpages are written in basic (a)  

36.

______ Boole invented logic gates

a)

Simon

b)

George

c)

Bob

d)

Hello

37.

Which logic gate is this?

a)

AND

b)

OR

c)

NOT

38.

Which logic gate is this?

a)

AND

b)

NOT

c)

OR

39.

Which logic gate is this?

a)

AND

b)

OR

c)

NOT

40.

What type of logic is this table showing:

a)

AND

b)

OR

c)

NOT

d)

NOR

41.

What type of logic is this table showing:

a)

AND

b)

OR

c)

NOR

d)

XOR

42.
What gate is this truth table for?
a)
AND
b)
OR
c)
NOT
d)
THE 
43.
Which type of sort algorithm is this?
a)
Bubble
b)
Merge
c)
Insertion
44.

How many passes will it take to sort this data in ascending order, 32, 54, 39, 29.

a)

3

b)

2

c)

1

d)

5

45.
Bubble sort takes the first two values of a list, and swaps them if wrong?
a)
True
b)
False
46.

Saving a notepad file involves ________. (Select the relevant options)

a)

Adding an extension HTM or HTML

b)

Selecting all files in type

c)

Adding a name to file

d)

None

47.

All HTML Tags are enclosed in ____________

a)

# and #

b)

? and !

c)

< and >

d)

{ and }

48.

HTML is a basic language as compared to CSS and Java

a)

True

b)

False

c)

May be

49.
What does CSS stand for? 
a)
Creative Style Sheets
b)
Cascading Style Sheets
c)
Colorful Style Spread
d)
Computer Style Spread
50.
Where in the HTML document is the correct location to insert code to link to your external CSS? 
a)
In the <head> section
b)
In the <body> section
c)
At the very end of the document
d)
At the very beginning of the document
51.
What is the difference between HTML and CSS?
a)
CSS is one type of HTML
b)
HTML gives a webpage structure. CSS provides styling.
c)
CSS structures a webpage. HTML strictly provides styling.
d)
There is no difference.
52.

JavaScript is designed for following purpose -

a)

To Style HTML Pages

b)

To Perform Server Side Scripting Opertion

c)

To add interactivity to HTML Pages.

d)

To Execute Query Related to DB on Server

53.

(click to expand the picture) What is happening with this code? (4 points)

4 lines
54.

(click to expand the picture) What is happening with this code? (4 points)

4 lines
55.

What is a scrolling background? (2 points)

4 lines
56.

Which axis does the character need and which axis does the scrolling background use when we make our scrolling game? (3 points)

4 lines
57.

What would you use to change the location of a Sprite on the stage in Scratch?

a)

Costumes

b)

Co-ordinates

c)

Stage

d)

File Menu

58.

What is the co-ordinate of the center of the screen?

a)

(x:0,y:180)

b)

(x:0,y:0)

c)

(x:240,y:180)

d)

(x:240,y:0)

59.

What are the values for x and y for the red dot?

a)

x = -100 y=0

b)

x=0 y= - 100

c)

x=0 y=0

d)

x = 100 y = 100

60.

What quadrant would I be in for x = -75 and y = 50 ?

a)

I

b)

II

c)

III

d)

IV

61.
These two commands are associated with what computer science principle?
a)
Repeating
b)
Looping
c)
Methods
d)
Objects
62.
How do we make sure a sprite starts from a certain place? 
a)
Drag the sprite before we run
b)
Create a loop
c)
Set co-ordinates
d)
Reset the program