WorksheetsBlock coding Grade 5
Total questions: 19
Worksheet time: 49mins
Which of these would create a loop?
Code that makes the character create the same movements over and over again is called:
Variable
Conditional
Loop
What is coding?
Finding and fixing a problem
Using a language to instruct computers on what to do
An action that happens over and over again
Statements that happen under certain conditions
If my program doesn't work, what should I do?
Delete and start over again
Give up...it will never work
Debug the program - check your code block by block
Research the coding language you are using
Doing something over and over again
sequence
Boolean
debug
loop
Coding can be used to...
Tell computers what to do
Create games, websites, and apps
Program Robots
All of the above
A set of events in order
sequence
conditional statement
iteration
pseudocode
Working through your code to find out why it is not working is called
looping
Boolean scripting
pseudocode
debugging
The language that computers read (1's and 0's)
Primary
Numbers
Binary
Digital
What does this code do?
move forward 5 times
move forever
move forward 3 times
move backward
Which symbol is this?
App lab
Sprite lab
Game lab
Dance party
Guess the color of repeat block?
Blue
Orange
Pink
White
Which code will get Angry Bird jumping ON the pig?
Which code will get Angry Bird jumping ON the pig?
The REPEAT does what's in the gap "however many times". In this case, 3!
A part of the program that does not work correctly.
Bug
Break
Loop
What does this code do?
Moves forward 1 time
Moves forward forever
Moves forward 5 times
Moves left
What does this code do?
Moves forward, turns, moves forward
Moves forward 2 times, turns left, moves forward 2 more times
Moves forward 4 times and turns left
Moves and turns
Can this code be written better?
Yes, by using loops (repeat blocks)
No, this is the best way to right this code
