understand what algorithms are; how they are implemented as programs on digital devices; and that programs execute by following precise and unambiguous instructions.

create and debug simple programs

1.2b

LO: To complete a task using commands.

Use the worlds: Home 1, 2 and 3. Children write simple programs to achieve the tasks and relate the commands with that of the Beebots (similarities and differences).

Home 1 and 2 will have Reeborg facing in different directions when starting. If children are having difficulty "seeing" what way Reeborg is facing then the image of the robot can be changed to make this easier to see.

#home1
move()
move()

#home2
move()
move()

#home3
move()
move()
turn_left()
move()

			

Code Examples

Resources