Slide 1

Slide 1 text

CODE!

Slide 2

Slide 2 text

What’s Code?

Slide 3

Slide 3 text

It’s words that tell a computer what to do.

Slide 4

Slide 4 text

But, humans can read it too!

Slide 5

Slide 5 text

Code looks something like this:

Slide 6

Slide 6 text

class Dog attr_accessor :color, :size def bark “woof!” end end

Slide 7

Slide 7 text

I’ll show you how that works later… remind me.

Slide 8

Slide 8 text

What’s it like coding all the time?

Slide 9

Slide 9 text

FUN!

Slide 10

Slide 10 text

What’s The Web?

Slide 11

Slide 11 text

Billions of computers listening for requests.

Slide 12

Slide 12 text

And responding with… responses!

Slide 13

Slide 13 text

How it works

Slide 14

Slide 14 text

How It Works • Your computer makes a request to an address - http://amazon.com • A thing called a DNS server says “Hey, that’s this computer” and your computer sends that computer a request. • That computer gets the request and answers it. • Just like a game of telephone.

Slide 15

Slide 15 text

And it all works because of…

Slide 16

Slide 16 text

CODE!

Slide 17

Slide 17 text

Are you ready to write some?!

Slide 18

Slide 18 text

ME TOO!