Starter quiz
- Which input device can be used to control a program?
- monitor
- printer
- speaker
- keyboard ✓
-
- Match the terms with their definitions.
- algorithm⇔a precise set of ordered steps ✓
- extension⇔adds new features to a project ✓
- event⇔an input that triggers commands ✓
- What is a sprite in Scratch?
- a block of code
- a drink
- a graphic object controlled by a program ✓
- a type of extension
-
- Why might you adjust the size of a sprite?
- to fit it with the background ✓
- to make it invisible
- to stop it from moving
- to delete it
-
- What does the ‘duplicate’ command do in Scratch?
- copies an exact part of a coding project ✓
- deletes a sprite
- changes the pen size
- moves a sprite
-
- What does the pen extension in Scratch allow you to do?
- move a sprite
- add sound effects
- draw lines ✓
- change the background
-
Exit quiz
- Match the terms with their definitions.
- testing⇔checking if a program works as intended ✓
- design⇔a plan that outlines how a program should function ✓
- code⇔instructions written for a computer to run ✓
- What is a bug in programming?
- a type of software
- an error in the coding of a program ✓
- a feature of a program
- a sprite in Scratch
-
- What is debugging?
- writing a new program
- adding new features to a program
- finding and fixing errors in a program ✓
- testing a program without fixing errors
-
- Why is testing a program important?
- to find bugs and ensure it works properly ✓
- to add new features
- to make it look better
- to delete unnecessary code
-
- Arrange the five steps for debugging in the correct order.
- 1⇔review the task
- 2⇔test the project
- 3⇔identify the bug
- 4⇔fix the bug
- 5⇔test the bug fix
- What does debugging help with?
- improving the program’s appearance
- ensuring the program works ✓
- adding new features
- changing the program’s design
-
Worksheet
Loading worksheet ...
Presentation
Loading presentation ...
Lesson Details
Key learning points
- A program can be tested against a design.
- A piece of code can be matched to an outcome.
- A bug is an error in the coding of the program.
- Debugging is finding and fixing these errors in a program.
Common misconception
Only new programmers will have bugs in their programs.
Every programmer will need to correct errors and debug their code. Part of the process of programming is correcting mistakes made as you go along. Regluarly test your program does what it needs to as you go along.
Keywords
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
+