wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

2nd Form End of Year Assessment

Total questions: 82

Worksheet time: 1hrs 4mins

Name
Class
Date
1.

What name is given to a set of instructions for carrying out a task?

a)

Logarithm

b)

Algorithm

c)

Algorism

d)

Polyrythm

2.

What type of block is this?

a)

Iteration

b)

Sequence

c)

Selection

d)

Variable

3.

What type of block is this?

a)

Iteration

b)

Selection

c)

Variable

d)

Sequence

4.

What type of block is this?

a)

Iteration

b)

Variable

c)

Sequence

d)

Selection

5.

A set of three blocks placed in order is known as what?

a)

Iteration

b)

Sequence

c)

Selection

d)

Variable

6.

These blocks are collectively known as INITIALISATION. What do they do to a game?

a)

Finish the game

b)

Code the baddie to touch the goody

c)

Stop the game

d)

Start the game

7.

If I want to move my goody to the right, which set of blocks would I need?

a)
b)
c)
d)
8.

Which set of blocks allow a character to move to the next level?

a)
b)
c)
d)
9.

Which set of blocks would I use if I wanted my character to get an extra life it touched a bowl of cheesy puffs?

a)
b)
c)
d)
10.

I want to make Dinsdale the Dinosaur move around without disappearing off the screen . What set of blocks should I use?

a)
b)
c)
d)
11.

I want my bowl of cheesy puffs to appear at random points around the screen. Which set of blocks would I use?

a)
b)
c)
d)
12.

I want to animate Barry the Butterfly which blocks should I use?

a)
b)
c)
d)
13.

What will the cat say when this script is run?

a)

Have a nice day. (only)

b)

Here's some fruit. (only)

c)

Here's some fruit. Have a nice day.

d)

You can't have any. Have a nice day.

14.

These blocks are different examples of what?

a)

motion

b)

events

c)

controls

d)

sound

15.

To add a new sprite to your code, you click on:

a)
b)
c)
16.

What is the output of the program?

a)
b)
c)
d)
17.

What is the output of program?

a)
b)
c)
d)
18.

WHAT IS THE OUTPUT OF THE PROGRAM?

a)
b)
c)
d)
19.

TO START THE ALGORITHM WE USE ......

a)
b)
c)
d)
20.

What shape does the following code block produce?

(a)  

21.

What shape does the following code block produce?

(a)  

22.

What shape does the following code block produce?

(a)  

23.

What shape does the following code block produce?

(a)  

24.

How many times will the block "move 100 steps" get repeated?

a)

10

b)

3

c)

30

d)

13

25.
What command is this shape for?
a)
START / STOP
b)
INPUT / OUTPUT
c)
PROCESS
d)
DECISION
26.
What does this shape represent?
a)
Input/Output
b)
Decision
c)
Process
d)
Start/Stop
27.
What does this shape represent?
a)
Decission
b)
Process
c)
Input/Output
d)
Start/End
28.
What command is this shape for?
a)
References another part of the program
b)
Data that is going in as input or coming out as output
c)
Processing something - a calculation or storing something into a variable
d)
Shows the direction of the program
29.

______________________ is a pictorial representation of steps.

a)

Algorithm

b)

Flowchart

c)

Connectors

d)

Flowlines

30.

Flowcharts are from

a)

Left

b)

Right

c)

Bottom

d)

Top to bottom

31.
Would this flowchart work?
a)
Yes
b)
No
32.
What software do we use to create Flowcharts
a)
Flowol
b)
Scratch
c)
Photoshop
d)
None of the above
33.
How many INPUTS here?
a)
1
b)
2
c)
5
d)
6
34.
How many OUTPUTS ?
a)
1
b)
2
c)
5
d)
6
35.

How can we improve this example to make it easier to understand?

a)

Rename the inputs with appropriate names

b)

Rename the outputs with appropriate names

c)

Add text boxes to comment the instructions

d)

All of the above

36.

What does this shape represent in a flowchart?

a)

Stop/Start

b)

Process

c)

Input/Output

d)

Subroutine

37.

In Flowol, what are the background images called?

a)

Screenshots

b)

Mimics

c)

Gimmicks

d)

Copies

38.

Which would make the light flash on and off correctly?

a)

A

b)

B

c)

C

d)

D

39.

This flowchart...

a)

Never turns the TV on

b)

Turns on the TV and then immediately switches it off once

c)

Turns on the TV and then immediately switches it off forever

d)

Allows the user to watch an interesting programme

40.

What is a mimic in flowol?

a)

An image that can be controlled by the flowchart

b)

A copy of the flowchart made to run the program

c)

A flowchart

d)

An image

41.

Which graphic is made using shapes, curves and lines?

a)

Bitmap

b)

Vector

42.

Which graphic is made up of blocks of colour known as pixels?

a)

Bitmap

b)

Vector

43.

Which graphic becomes 'pixelated' when it is re scaled?

a)

Bitmap

b)

Vector

44.

Logos, cartoons & simple images are examples of what:

a)

Bitmap

b)

Vector

45.

Digital photos, smart phones and online images are examples of what:

a)

Bitmap

b)

Vector

46.
Bitmap or Vector?
a)
Bitmap
b)
Vector
47.
Bitmap or Vector?
a)
Bitmap
b)
Vector
48.
Bitmap or Vector?
a)
Bitmap
b)
Vector
49.
Bitmap or Vector?
a)
Bitmap
b)
Vector
50.
Bitmap or Vector?
a)
Bitmap
b)
Vector
51.
Bitmap or Vector?
a)
Bitmap
b)
Vector
52.
Which image type is best used for simple shapes or unrealistic images?
a)
Bitmap 
b)
Vector
53.
Which image type is best used for detailed and realistic images?
a)
Bitmap 
b)
Vector
54.
Which image type keeps the same image quality when zoomed in?
a)
Bitmap 
b)
Vector
55.

To output hello world! which would be the correct python line of code

a)

output("Hello World!)

b)

Print("Hello World!)

c)

print("hello world!)

d)

print("hello world")

56.

What is the variable in the code shown

a)

variable

b)

Name

c)

print

d)

name

57.

Pick a syntax error in the code

a)

Capital P for print

b)

Missing brackets

c)

Missing comma

d)

Missing speech marks

58.

What is the output of the following code if raining was entered

a)

Take a brolly!

b)

Have a great day

c)

The code would not run

59.

What is the output of the following code if Raining was entered

a)

Take a brolly!

b)

Have a great day

c)

The code would not run

60.

What is the output of the following code if sunny was entered

a)

Take a brolly!

b)

Have a great day

c)

The code would not run

61.

What would output if the answer to Q1 was london?

a)

well done you have a point

b)

try again

c)

the code would not run

62.

What would output if the answer to Q2 was barcelona?

a)

well done you have a point

b)

try again

c)

the code would not run

63.

What would the score be if the answer to Q1 was manchester and the answer to Q2 was madrid?

(a)  

64.

Name the first variable in this code

(a)  

65.

What key term in python allows the user to answer a question

(a)  

66.

Which operator performs a multiplication?

a)

+

b)

/

c)

X

d)

*

67.

Which operator performs a division?

a)

-

b)

+

c)

/

d)

*

68.

Which operator performs an addition?

a)

-

b)

+

c)

==

d)

/

69.

Which operator checks if a value is equal to another value?

a)

+

b)

=

c)

==

d)

!=

70.

Which operator checks if a value is not equal to another value?

a)

==

b)

+=

c)

!=

d)

=

71.
What will be the output?
name = 'Dave'
print (name)
a)
Dave
b)
'Dave'
c)
name
d)
(name)
72.
What will be the output?
name = 'Dave'
greeting = "Good morning" + name
print (greeting)
a)
Good moning 'Dave'
b)
Good morning Dave
c)
Good morning name
d)
Good morning + Dave
73.
What would print (10 + 16) produce?
a)
20
b)
22
c)
24
d)
26
74.

What is the syntax error with this code:

Print(“Hello World”)

a)

No brackets around "Hello World"

b)

Speech marks are not needed

c)

Colon is not needed

d)

print is spelt incorrectly

e)

Print has a capital P

75.

When you want to MAKE an object in Blender, you need to be in __________ mode.

a)

Sculpt mode

b)

Edit mode

c)

Object mode

d)

Wireframe view

76.
Number of faces for this model is
a)
6
b)
5
c)
7
d)
8
77.
Number of Edges in the above model is
a)
8
b)
9
c)
10
d)
7
78.
Number of vertices for the given 3D model.
a)
4
b)
5
c)
8
d)
3
79.

Q.2 Digital images in GIMP are made up of tiny, solid colour squares called___________

a)

Dots

b)

Effect

c)

Pixels

d)

Points

80.

What does the checkerboard background mean in GIMP?

a)

image not saved

b)

multiple layers involved

c)

transparent background

d)

black and white only picture

81.

What does the magnifying glass do?

a)

zooms in and out

b)

burns ants

c)

investigates crimes

d)

increases scale

82.

Which is the text tool?

a)

A

b)

C

c)

D

d)

B