WorksheetsYear 6 Term 2 Quiz (Coding and Spreadsheets)
Total questions: 46
Worksheet time: 43mins
What will happen after this algorithm is run?
an artist will draw a window
an artist will draw a rocket ship
an artist will draw a house
A list of steps used to perform a task is called
coding
algorithm
programming
sequence
Something a computer program can react to, such as a key being pressed or the mouse being clicked
output
event
program
algorithm
What is an error in a program that prevents the program from running as expected?
Algorithm
Code
Bug
In coding terms an action or event you want to repeat multiple times is called a
loop
do-over
sequence
An algorithm is
a dance
measures your heartbeat
a list of steps to complete a task
musical
If you weren't able to complete a challenge the first time you should
pout
give up
try again
bang the keyboard
Trying again and again, even when something is very hard.
persistence
algorithm
computational thinking
loop
What does this code do?
Moves forward 1 time
Moves forward forever
Moves forward 5 times
Moves left
What shape does this code make?
Rectangle
Triangle
Square
Circle
If you have an extra block in your work area...
Simply drag it back into the toolbox to put it away
Leave it there. You may need it later
See if you can make additional code to use it up
Click the reset button and start over
This image portrays the puzzle in the video. What is the name of this puzzle?
Debugging with Scrat
Programming with Angry Birds
Collecting Treasure with Laurel
Creating Art with Code
Method of problem-solving to find digital solutions
Decompose
Computational thinking
Programming
A Theme that is repeated many times.
Programming
Repeat
Pattern
A part of the program that does not work correctly.
Bug
Break
Loop
To remove details from the solution so that it can work for many problems.
Reaction
Abstraction
Subtraction
To break a hard problem up into smaller and easier problems.
Compose
Loop
Decompose
The action of doing something over and over again.
Looping
Bugging
Programming
A list of steps to finish a task.
Repeated
Algorithm
Guidelines
A placeholder for a piece of information that can change.
Loop
Variable
Function
Look at the puzzle and the code below. What can you fix in the code to help the bird get to the pig?
Remove a move forward block
Add a move forward block
Change the first turn block to left
Change the second turn block to left
Can this code be written better?
Yes, by using loops (repeat blocks)
No, this is the best way to right this code
How long are the sides of this shape?
2 pixels
120 pixels
150 pixels
Purple pixels
How do you start a puzzle over?
click backspace
click reset
click run
A way of representing information using only two options. They way computers store information.
binary
code
sequencing
while loop
