WorksheetsDo Now Quiz - Coding I
Total questions: 25
Worksheet time: 17mins
Which block will allow you to pick up items?
(a)
Which block will allow you to move in a certain direction?
Turn
Move Forward
Rotate
Walk
A behaviour is an action a sprite performs continuously.
True
False
What is an algorithm that has been coded into something that can be run by a machine?
(a)
A command that tells you to do something only up to the point that something becomes true.
Repeat
While Loop
Loop
Until
To create a Sprite you have to go to:
Sprites>Make New Sprite
Sprites>Create New Sprite
World>Sprites>Create New Sprite
World>Sprites> Make New Sprite
Which block category does this block belong to?
World
Behaviours
Sprites
Events
Repeat means to do something over and over again.
True
False
Something a program checks to see if it is true before allowing an action is called a Conditional.
False
True
A behaviour is an action that a sprite performs continuously.
True
False
What type of block is this?
(a)
Use a(n) __________ to Create a(n) ________.
Conditional; Loop
Action; Function
Repeat; Loop
Repeat; Program
How do we communicate with computers?
(a)
Sequencing is putting an algorithm in correct order so computers can read the output.
True
False
How many times are you allowed to use a repeat block in an algorithm?
Once
None
infinite
Twice
Define the term Event.
An action that causes something to happen.
To do something again.
An action that causes a function to happen.
To repeat a function again.
Coding is how we communicate with code.
False
True
A loop that continues to repeat while a condition is true.
Until
Loop
Repeat
While Loop
A way of representing information using only two options.
(a)
A list of tasks to finish a step is an Algorithm.
True
False
An event that causes something to happen is known as an Action.
True
False
An algorithm that has been coded into something that can be run by a machine.
(a)
An instruction for the computer. Many commands put together make up algorithms and computer programs.
(a)
What is the section called where you drop your blocks to create your algorithm?
(a)
The play music block will allow you to play a unique melody.
True
False
