experience epl, entry

36
Entry First Step for Programming 2015.10.1. Entry Labs

Upload: jaehwi-alice-kim

Post on 16-Apr-2017

263 views

Category:

Education


0 download

TRANSCRIPT

Page 1: Experience EPL, entry

EntryFirst Step for Programming

2015.10.1.Entry Labs

Page 2: Experience EPL, entry

참고 자료Introduce the Lecturer

- Bachelor of Science Education- Master of Robot Education- Elementary school teacher for 5 years- Researcher of Entry Labs

Jaehwi Alice [email protected]

Page 3: Experience EPL, entry

1Algorithm Activity

2Entry Programming

목차

Page 4: Experience EPL, entry

1.1 How to start Entry?1.2 Algorithm Activity1.3 Basic Principles of Programming

Algorithm Activity

1

Page 5: Experience EPL, entry

1. Algorithm Activity

play-entry.com With Chrome browser

1.1 How to start Entry?

Choose the Language

Page 6: Experience EPL, entry

1.1 How to start Entry?

Join

1. Algorithm Activity

Page 7: Experience EPL, entry

1.1 How to start Entry? 1. Algorithm Activity

Sign In

Page 8: Experience EPL, entry

1.1 How to start Entry? 1. Algorithm Activity

play-entry.com/#!/

play-entry.com/we/cfest

Page 9: Experience EPL, entry

1.3 Basic Principles of Programming 1. Algorithm Activity

Entry Experiential Mission(1)

Page 10: Experience EPL, entry

1.3 Basic Principles of Programming 1. Algorithm Activity

Entry Experiential Mission(2)

Page 11: Experience EPL, entry

1.3 Basic Principles of Programming 1. Algorithm Activity

Entry Experiential Mission(3)

Page 12: Experience EPL, entry

1.3 Basic Principles of Programming 1. Algorithm Activity

Entry Experiential Mission(4)

Page 13: Experience EPL, entry

1.3 Basic Principles of Programming 1. Algorithm Activity

Entry Experiential Mission(5)

Page 14: Experience EPL, entry

1.3 Basic Principles of Programming 1. Algorithm Activity

Entry Experiential Mission(6)

Page 15: Experience EPL, entry

1.2 Basic Principles of Programming 1. Algorithm Activity

Computers read the commands in order.

Sequential

Computers can repeat the same commands by the number or condition.

Repetition

Computers can perform different commands by conditions.

Conditional

Page 16: Experience EPL, entry

2.1 Move the objects2.2 Make an Electronic Locker

Entry Programming

2

Page 17: Experience EPL, entry

2.1 Move the objects 2. Entry Programming

play-entry.com

Page 18: Experience EPL, entry

2.1 Move the objects 2. Entry Programming

Object

Object List

BlockBox

MENU

Block Assem-

blyStart

Perform-ing Screen

Page 19: Experience EPL, entry

2.1 Move the objects 2. Entry Programming

The coordinates of the Performing Screen

-240 240

-135

135

Page 20: Experience EPL, entry

2.1 Move the objects 2. Entry Programming

Let it wander freely

Page 21: Experience EPL, entry

2.1 Move the objects 2. Entry Programming

Move it with your mouse pointer

Page 22: Experience EPL, entry

2.1 Move the objects 2. Entry Programming

Add an object

Page 23: Experience EPL, entry

2.1 Move the objects 2. Entry Programming

Say ‘Hello!’ if Entrybot meets his friend.

Page 24: Experience EPL, entry

2. Entry Programming

Lecture Link: http://goo.gl/vyuH5h

Electronic Locker

2.2 Make an Electronic Locker

Page 25: Experience EPL, entry

2.2 Make an Electronic Locker 2. Entry Programming

Page 26: Experience EPL, entry

2. Entry Programming2.2 Make an Electronic Locker

1

2

3

Page 27: Experience EPL, entry

2. Entry Programming

Add a variable to store password1

2

3

4

5

2.2 Make an Electronic Locker

Page 28: Experience EPL, entry

2. Entry Programming

Set up your password.

2.2 Make an Electronic Locker

Page 29: Experience EPL, entry

2. Entry Programming

Ask ‘Enter the password.

2.2 Make an Electronic Locker

Page 30: Experience EPL, entry

2. Entry Programming

Add a conditional block.

2.2 Make an Electronic Locker

Page 31: Experience EPL, entry

2. Entry Programming

Make the condition.

2.2 Make an Electronic Locker

Page 32: Experience EPL, entry

2. Entry Programming

Add codes by the condition.

2.2 Make an Electronic Locker

Page 33: Experience EPL, entry

2. Entry Programming

Make it keep asking the password until it is correct.

2.2 Make an Electronic Locker

Page 34: Experience EPL, entry

2. Entry Programming

Let’s save the project.

2.2 Make an Electronic Locker

Page 35: Experience EPL, entry

2. Entry Programming

Let’s share your project with others.

2.2 Make an Electronic Locker

Page 36: Experience EPL, entry

Thank you!