際際滷

際際滷Share a Scribd company logo
CODE!
Whats Code?
Its words that tell a
computer what to do.
But, humans can read
it too!
Code looks something
like this:
class Dog
attr_accessor :color, :size
def bark
woof!
end
end
Ill show you how that
works later remind me.
Whats it like coding
all the time?
FUN!
Whats The Web?
Billions of computers
listening for requests.
And responding
with responses!
How it works
How It Works


Your computer makes a request to an address http://amazon.com



A thing called a DNS server says Hey, thats this
computer and your computer sends that computer
a request.



That computer gets the request and answers it.



Just like a game of telephone.
And it all works
because of
CODE!
Are you ready to write
some?!
ME TOO!

More Related Content

CODE!