Font size
Worksheets2nd Form End of Year Assessment
Total questions: 82
Worksheet time: 1hrs 4mins
What name is given to a set of instructions for carrying out a task?
Logarithm
Algorithm
Algorism
Polyrythm
What type of block is this?
Iteration
Sequence
Selection
Variable
What type of block is this?
Iteration
Selection
Variable
Sequence
What type of block is this?
Iteration
Variable
Sequence
Selection
A set of three blocks placed in order is known as what?
Iteration
Sequence
Selection
Variable
These blocks are collectively known as INITIALISATION. What do they do to a game?
Finish the game
Code the baddie to touch the goody
Stop the game
Start the game
If I want to move my goody to the right, which set of blocks would I need?
Which set of blocks allow a character to move to the next level?
Which set of blocks would I use if I wanted my character to get an extra life it touched a bowl of cheesy puffs?
I want to make Dinsdale the Dinosaur move around without disappearing off the screen . What set of blocks should I use?
I want my bowl of cheesy puffs to appear at random points around the screen. Which set of blocks would I use?
I want to animate Barry the Butterfly which blocks should I use?
What will the cat say when this script is run?
Have a nice day. (only)
Here's some fruit. (only)
Here's some fruit. Have a nice day.
You can't have any. Have a nice day.
These blocks are different examples of what?
motion
events
controls
sound
To add a new sprite to your code, you click on:
What is the output of the program?
What is the output of program?
WHAT IS THE OUTPUT OF THE PROGRAM?
TO START THE ALGORITHM WE USE ......
What shape does the following code block produce?
(a)
What shape does the following code block produce?
(a)
What shape does the following code block produce?
(a)
What shape does the following code block produce?
(a)
How many times will the block "move 100 steps" get repeated?
10
3
30
13
______________________ is a pictorial representation of steps.
Algorithm
Flowchart
Connectors
Flowlines
Flowcharts are from
Left
Right
Bottom
Top to bottom
How can we improve this example to make it easier to understand?
Rename the inputs with appropriate names
Rename the outputs with appropriate names
Add text boxes to comment the instructions
All of the above
What does this shape represent in a flowchart?
Stop/Start
Process
Input/Output
Subroutine
In Flowol, what are the background images called?
Screenshots
Mimics
Gimmicks
Copies
Which would make the light flash on and off correctly?
A
B
C
D
This flowchart...
Never turns the TV on
Turns on the TV and then immediately switches it off once
Turns on the TV and then immediately switches it off forever
Allows the user to watch an interesting programme
What is a mimic in flowol?
An image that can be controlled by the flowchart
A copy of the flowchart made to run the program
A flowchart
An image
Which graphic is made using shapes, curves and lines?
Bitmap
Vector
Which graphic is made up of blocks of colour known as pixels?
Bitmap
Vector
Which graphic becomes 'pixelated' when it is re scaled?
Bitmap
Vector
Logos, cartoons & simple images are examples of what:
Bitmap
Vector
Digital photos, smart phones and online images are examples of what:
Bitmap
Vector
To output hello world! which would be the correct python line of code
output("Hello World!)
Print("Hello World!)
print("hello world!)
print("hello world")
What is the variable in the code shown
variable
Name
name
Pick a syntax error in the code
Capital P for print
Missing brackets
Missing comma
Missing speech marks
What is the output of the following code if raining was entered
Take a brolly!
Have a great day
The code would not run
What is the output of the following code if Raining was entered
Take a brolly!
Have a great day
The code would not run
What is the output of the following code if sunny was entered
Take a brolly!
Have a great day
The code would not run
What would output if the answer to Q1 was london?
well done you have a point
try again
the code would not run
What would output if the answer to Q2 was barcelona?
well done you have a point
try again
the code would not run
What would the score be if the answer to Q1 was manchester and the answer to Q2 was madrid?
(a)
Name the first variable in this code
(a)
What key term in python allows the user to answer a question
(a)
Which operator performs a multiplication?
+
/
X
*
Which operator performs a division?
-
+
/
*
Which operator performs an addition?
-
+
==
/
Which operator checks if a value is equal to another value?
+
=
==
!=
Which operator checks if a value is not equal to another value?
==
+=
!=
=
name = 'Dave'
print (name)
name = 'Dave'
greeting = "Good morning" + name
print (greeting)
What is the syntax error with this code:
Print(“Hello World”)
No brackets around "Hello World"
Speech marks are not needed
Colon is not needed
print is spelt incorrectly
Print has a capital P
When you want to MAKE an object in Blender, you need to be in __________ mode.
Sculpt mode
Edit mode
Object mode
Wireframe view
Q.2 Digital images in GIMP are made up of tiny, solid colour squares called___________
Dots
Effect
Pixels
Points
What does the checkerboard background mean in GIMP?
image not saved
multiple layers involved
transparent background
black and white only picture
What does the magnifying glass do?
zooms in and out
burns ants
investigates crimes
increases scale
Which is the text tool?
A
C
D
B
