Starter quiz
- What category does this code block belong to?
- sound ✓
- events
- motion
- looks
-
- A ______ is used to change the appearance of a sprite.
- 'costume' ✓
- What would you add to change the appearance of the stage?
- backdrop ✓
- costume
- sound
- sprite
-
- Which of these is a backdrop?
- Different types of code blocks cannot be used in the same sequence.
- True
- False ✓
- A ______ is a plan to show how something will look or work.
- 'design' ✓
Exit quiz
- A ______ is an error or mistake in code that stops it from working properly or as expected.
- 'bug' ✓
- How do you copy a code block from one sprite to another?
- Drag and drop the code block from one sprite to another. ✓
- Right click and duplicate the code block.
- Left click and duplicate the code block.
-
- You cannot implement an algorithm in Scratch.
- True
- False ✓
- ______ sprites helps you read code and spot characters more easily.
- Naming ✓
- Removing
- Duplicating
-
Worksheet
Loading worksheet ...
Presentation
Loading presentation ...
Lesson Details
Key learning points
- In a project with multiple sprites, it is useful to assign them meaningful names.
- An algorithm is a defined sequence that can be followed and represented in code.
- An error in code is often called a bug.
- Errors can be found and corrected through debugging.
Common misconception
An algorithm cannot be represented in code.
An algorithm is a description of the instructions to follow so that a specified task can be completed. Therefore, algorithms can be converted and represented in to program code to enable a computer to carry out the solution to a task.
Keywords
Algorithm - a sequence of steps that can be followed to do a task
Bug - an error or mistake in code that stops it from working properly or as expected
Debug - the process of finding and correcting bugs in code
+