Computer Coding Learning a New Language. Coding/ Programming BrainPop- Parts of a Computer Khan...

10
Computer Coding Learning a New Language

Transcript of Computer Coding Learning a New Language. Coding/ Programming BrainPop- Parts of a Computer Khan...

Page 1: Computer Coding Learning a New Language. Coding/ Programming BrainPop- Parts of a Computer Khan Academy: What is Programming?

Computer Coding

Learning a New Language

Page 3: Computer Coding Learning a New Language. Coding/ Programming BrainPop- Parts of a Computer Khan Academy: What is Programming?

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 Learning a New Language. Coding/ Programming BrainPop- Parts of a Computer Khan Academy: What is Programming?

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 Learning a New Language. Coding/ Programming BrainPop- Parts of a Computer Khan Academy: What is Programming?

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 Learning a New Language. Coding/ Programming BrainPop- Parts of a Computer Khan Academy: What is Programming?

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 Learning a New Language. Coding/ Programming BrainPop- Parts of a Computer Khan Academy: What is Programming?

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 Learning a New Language. Coding/ Programming BrainPop- Parts of a Computer Khan Academy: What is Programming?

Let’s Practice Together

Write the code for this maze.

Page 9: Computer Coding Learning a New Language. Coding/ Programming BrainPop- Parts of a Computer Khan Academy: What is Programming?

You Try It!Write the code for our box

maze!

Page 10: Computer Coding Learning a New Language. Coding/ Programming BrainPop- Parts of a Computer Khan Academy: What is Programming?

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!