Font size
WorksheetsCoding I Final Quiz 2024
Total questions: 128
Worksheet time: 1hrs 4mins
World
Behavior
Read the code. What will happen when you click "Run"?
The artist will draw four squares in a window pattern.
The artist will solve the puzzle correctly.
The artist will draw four squares on top of one another.
The artist will draw only one line of squares.
The artist will draw three open sides with 50 degree turns.
The computer will prompt the user for a number.
The artist will draw a 50-sided polygon with 3 pixel sides.
The artist will draw a triangle with 50 pixel sides.
True or False. A program is an algorithm that has been coded into something that can be run by a machine.
True
False
Move Forward, Turn Left, Move Forward, Turn Right, Move Forward
Move Forward, Turn Left, Move Forward, Move Forward
Move Forward, Turn RIght, Move Forward, Move Forward
Move Forward, Turn RIght, Move Forward, Turn Left, Move Forward
Move forward and collect all of the nectar from every flower.
Move forward and collect all of the nectar from every flower, except one.
Move forward and collect one nectar from each flower.
Move forward and collect one nectar from flowers number 1 & 4.
Select the different categories of blocks in the Express Course. (Select all that apply)
Repeat
While Loop
Sprite Begins
Collect
TO create shapes in Express Course 2023, you will use the following blocks. (Select all that apply)
In order to turn in Express Course 2023, you will turn using ________________.
True
False
True
False
blue
green
red
a random color
a variable
a loop
a programmer
a way to write music
The harvester will pick all of the crops, except the pumpkin.
The harvester will only pick the pumpkin.
The harvester will not pick any of the crops with the path she is taking.
The harvester will collect all of the crops.
moveForward();turnRight();moveForward();
moveForward();moveForward();turnRight
moveForward();moveForward();moveForward();turnRight();
moveForward();moveForward();turnRight();moveForward();
moveForward();moveForward()
moveForward();moveForward();moveForward();
moveForward()
moveForward();TurnRight();moveForward();
North⇧
South⇩
East⇨
West⇦
Show you your end result.
Show you where you went wrong.
Give you a hint.
Reset the Workspace.
⇨ ⇩ ⇩
⇨ ⇨ ⇩
⇨⇨⇨⇩
⇦⇦⇩
a move tile
a conditional tile
a variable tile
a sound tile
Statements that only run under certain conditions.
(a)
Giving a name to a set of actions you want the computer to perform.
(a)
algorithms
codes
commands
behaviours
True
False
An algorithm that has been coded into something that can be run by a machine.
(a)
Finding and fixing problems in an algorithm or program.
(a)
A list of steps to finish a task.
To write code, or to write instructions for a computer.
An action that a sprite performs continuously until it’s told to stop.
Many of them together make up commands and computer programs.
Part of a program that does not work correctly.
(a)
The bird will end up one step short of the pig.
The bird will run into the TNT.
The bird will make it to the pig.
The bird will run into the wall.
True
False
Conditionals
Program
Behaviours
Condition
move forward one space
turn left or right by 90 degrees
repeat the enclosed actions until finish point is reached.
do something if there is a path
Play Box
Work Space
Play Screen
Play Area
Tool Box
Command Box
Play Space
Storage Box
Conversations
Instructions
Details
Specifications
True
False
Command Box
Workspace
Workarea
Code Space
⇨ ⇧ ⇨
⇨ ⇧ ⇦
⇧⇨ ⇨
⇨ ⇧ ⇧
The sprite will just spin right.
The sprite will just move east.
The sprite will spin and move at the same time.
The sprite will spin first and then move later.
World
Behaviours
Sprites
Locations
Nothing. This code will leave only level ground.
This code will leave the pile completely untouched.
This code will leave the holes completely untouched.
This code will leave the last hole untouched.
True
False
⇨ ⇨ ⇨ ⇨
⇦ ⇦ ⇩ ⇩
⇦ ⇧ ⇨ ⇩
⇨ ⇨ ⇩ ⇩
Fuz
Ball
Bob
Flurb
The Naughty Pig
The TNT
Move Forward
Nowhere
A/An ______ is used to make a decision based on a condition.
A triangle (3 sided shape)
A square (4 sided shape)
A hexagon (6 sided shape)
An octagon (8 sided shape)
It will change four (4) times
It will change ten(10) times
It will change forty (40) times
It will change four hundred (400) times
The character will turn left UNTIL there is a path ahead
The program will stop
The character will turn left ONCE
The character will turn right ONCE
The code will repeat until the maze is solved
One step
We don't know since we don't know the design of the maze
Three steps
4
16
20
8
The bee will try to get nectar from both flowers and honeycomb.
The bee will try to get honey from both flowers and honeycomb.
The bee will get nectar at each flower and make honey at each honeycomb.
The bee will try to get honey and nectar from both flowers and honeycomb.
A While Loop is the action of doing something over and over again.
True
False
⇦ ⇧
⇨ ⇨
⇦ ⇦
⇨ ⇩
True
False
Nothing will happen.
The farmer will never stop removing dirt.
She will remove dirt as long as there is a pile, then stop when it is gone.
The farmer will remove dirt only once.
moveForward();moveForward();
moveForward();
turnLeft();moveForward();moveForward();
turnRight();moveForward();moveForward();
What do you think will happen when you click "Run"?
BB-8 will move only 3 spaces.
BB-8 will move 5 times and get all of the scrap metal.
BB-8 will move only one space.
BB-8 will not move.
When Run, Move Forward, Move Forward, Turn Left, Move Forward
When Run, Move Forward, Turn Left, Move Forward
When Run, Move Forward, Turn Right, Move Forward
When Run, Move Forward, Move Forward, Turn Right, Move Forward
The art of creating a program.
An algorithm that's been coded into something that can be run by a machine.
A list of steps to finish a task.
Putting commands in correct order so computers can read the commands.
What is a behaviour?
A list of steps to finish a task
To write instructions for a computer.
An action that a sprite performs continuously until it’s told to stop.
Many commands together make up algorithms and computer program.
