Scratch 7 B IT 1 Learning Outcomes LO

Scratch 7 B IT 1

Learning Outcomes LO 1: Pupils will be able to describe how to position a sprite and be able to apply the correct algorithm. LO 2: Pupils will be able to describe sequence and iteration. LO 3: Pupils will be able to apply sequence and iteration to their games.

Starter: Positioning Sprites

http: //www. youtube. com/watch? v =h. Vim 2_Fwg. Fg

The first script you will create: What’s the problem with these numbers?

Sequence, Selection, Iteration Sequence A sequence is a set of actions or events that must be carried out in the same order every time. It is one of the 3 basic logical structures used by algorithms and programming.

Iteration (Repetition) � Repetition (loop) Repetition refers to sections of code or algorithmic instructions that are repeated. There are different types of loop. The most basic is where a set of instructions in repeated a set number of times. Another type of loop repeats continuously until an escape clause is met. It is one of the three basic structures used by algorithms and programming. http: //computationaltales. blogspot. co. uk/2011/03/loops-andmaking-horseshoe. html

Part of the program already made. Loop

Peer Assessment � Does your partners character follow the mouse to move around the maze? � Is a loop used? � Does the character change costumes? Give your partner feedback

Plenary

Selection is about choice. It is the place where an algorithm or program branches in different directions. It is one of the 3 basic structures used by algorithms and programming.

What do these coding blocks do?

What you should have so far
- Slides: 13