+ All Categories

Download - Computer Coding

Transcript
Page 1: Computer Coding

Computer Coding

Learning a New Language

Page 3: Computer Coding

START

END

A B C D E

1

2

3

4

5

Place your box in the correct place on the box maze according to this diagram.

Page 4: Computer Coding

Box Maze

Crawl through the maze and make sure all the pieces are in the right

place and turned the right way for it to work!

Page 5: Computer Coding

Coding• Coding a computer is like giving someone directions to get through a maze. •We just have to learn how to give directions in a way that the computer understands.

Page 6: Computer Coding

BotLogic• Give the robot

commands by clicking the arrows.

• Pay special attention to the coding that is in the black box.

• In a few minutes, you will be writing code to direct someone through our box maze.

Page 7: Computer Coding

Coding Our Maze• What does each code start

with?

• What words give direction?

• How do we show how many times to do that direction?

Page 8: Computer Coding

Let’s Practice Together

Write the code for this maze.

Page 9: Computer Coding

You Try It!Write the code for our box

maze!

Page 10: Computer Coding

Code Monster• Code Monster lets

you explore the basics of Java script.

• Follow the instructions of the code monster to discover how Java script works!


Top Related