Starter quiz
- What is the name for a graphic object controlled in a program?
- 'Sprite' ✓
- Which block in Scratch could you use to change the position of a sprite?
- 'change size' block
- 'duplicate' block
- 'pen down' block
- 'Move 10 steps' block ✓
-
- What is an algorithm?
- a dance move
- a type of sprite
- a precise set of ordered steps to do a task ✓
- a Scratch extension
-
- Why might you adjust the size of a sprite?
- to make it fit better with the background ✓
- to make it move faster
- to change its colour
- to create a new event
-
- What extension in Scratch allows drawing on the screen?
- 'Pen' ✓
- What is the purpose of the pen extension in Scratch?
- to change the sprite’s appearance
- to create lines on the screen as the sprite moves ✓
- to add new sprites
- to duplicate code
-
Exit quiz
- Match the terms to their definitions.
- pen up⇔stops the sprite from drawing lines as it moves ✓
- erase all⇔clears all lines already drawn ✓
- pen down⇔makes the sprite start drawing lines as it moves ✓
- What is an event in Scratch?
- a block that erases lines
- a block that changes the background
- an input that triggers commands to run ✓
- a block that moves the sprite
-
- Which key should you assign to trigger an event?
- a key that’s already in use
- a key that’s easy to remember ✓
- a key that doesn’t work on your keyboard
- a random key
-
- Put these steps in order to draw a line in Scratch:
- 1⇔Use the 'pen down' block.
- 2⇔Move the sprite.
- 3⇔Use the 'pen up' block.
- What is the purpose of the 'change pen colour' block?
- to erase the sprite
- to change the background
- to adjust the colour of the pen ✓
- to stop the sprite from drawing
-
- Which block lets you adjust the thickness of a drawn line?
- 'change pen size' ✓
- 'erase all'
- 'pen down'
- 'duplicate'
-
Worksheet
Loading worksheet ...
Presentation
Loading presentation ...
Lesson Details
Key learning points
- Pen blocks, such as pen up, change pen colour, and change pen size, have specific functions that can be predicted.
- Suitable keys can be assigned to trigger additional features.
- New features can be added to existing projects by using a design plan.
- Sequences of commands can be built to make a design work.
Common misconception
Pen up and erase all do the same thing.
Pen up stops the sprite from drawing a line, erase all clears all lines already drawn. Pen up stops new marks being drawn on the screen but keeps what is already there whilst erase all clears everything that already exists.
Keywords
Pen - the extension in Scratch which lets you draw lines
Event - an input which triggers a block of commands to be run
+