Top Banner
www.cs4fn.org Supported by Google Introducing Computing and Computational Thinking without Computers Prof. Paul Curzon
39

Paul Curzon's Computational Thinking Talk Slides

Jan 06, 2017

Download

Documents

lamdieu
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Paul Curzon's Computational Thinking Talk Slides

www.cs4fn.orgSupported by Google

Introducing Computing andComputational Thinking without

Computers

Prof. Paul Curzon

Page 2: Paul Curzon's Computational Thinking Talk Slides

What iscomputational thinking?

– algorithmic thinking– logical thinking– rigorous argument and proof– translating solutions between

domains– computational modeling– abstraction– understanding people

• I think the interesting parts are:

Page 3: Paul Curzon's Computational Thinking Talk Slides

Weaving CT in…

• Now for a lightning example (or two) …

• cs4fn uses oddball and real-world links to tell computingstories in a fun, memorable way

• We weave computationalthinking messages into ourstories …

• …both in print and in ourunplugged activities

• That in itself is an example ofcomputational thinking

Page 4: Paul Curzon's Computational Thinking Talk Slides

Locked-in Syndrome• A person with locked-in

syndrome is totallyparalyzed exceptperhaps being able tomove an eyelid.

• They can see, hear andthink but they cannotcommunicate back.

• Their intelligent mindis trapped inside auseless body.

1

Page 5: Paul Curzon's Computational Thinking Talk Slides

Could you write a book if youhad locked-in syndrome?

• Jean-Dominique Baubydid…– “one of the greatest

books of the century”.• Describing his life with

locked-in syndrome.

• How did he do it?• How might he have

done it if he’d knownsome computationalthinking?

Page 6: Paul Curzon's Computational Thinking Talk Slides

Winning at 20-Questions• Do you ask questions like

– Is it Jessica Ennis?– Is it Will Smith?– Is it Gandhi?– Is it Adele?

• That would on average takebillions of questions– you have only 20!

• Instead you try to askhalving questions…– Are they female?

• Linear Search? or• Divide and conquer?

1

Page 7: Paul Curzon's Computational Thinking Talk Slides

Does everyone agree wewould have improved things

for Bauby?

Page 8: Paul Curzon's Computational Thinking Talk Slides

Did we get it right?

• Did we count the right thing?• What if blinking is hard work for him?

– We should have found out first.• Have we made his life better or worse?

Computing is about understandingpeople too.

Page 9: Paul Curzon's Computational Thinking Talk Slides

Computational ThinkingLessons

• Algorithmic thinking– including efficiency

• Translating solutionsbetween domains

• Understanding people

Page 10: Paul Curzon's Computational Thinking Talk Slides

I have a piece of paper that ismore intelligent than anyone

in this room!

1

Page 11: Paul Curzon's Computational Thinking Talk Slides

Perfect Instructions?

I am X… and I go first…

Move 1: Go in a corner.

Move 2: IF the other player did not go there THEN go in the opposite corner to your move 1. ELSE go in a free corner.

Page 12: Paul Curzon's Computational Thinking Talk Slides

AIs beat humansat their own game

1997, IBM's Deep BlueSupercomputer beatreigning World ChessChampion, GarryKasparov

…Following rules,…brute force searching

1

"I'm not afraid to admit"I'm not afraid to admitthat I'm afraid,"that I'm afraid,"

- Kasparov

Page 13: Paul Curzon's Computational Thinking Talk Slides

Computational ThinkingLessons

• Algorithmic thinking• Logical Thinking• Abstraction

Page 14: Paul Curzon's Computational Thinking Talk Slides

Are you psychic?

1

Page 15: Paul Curzon's Computational Thinking Talk Slides

Ponder break

How on earthdo they do

that?

Page 16: Paul Curzon's Computational Thinking Talk Slides

It’s just an algorithm

1

1. Put two sets of 5 cards together in the same order

2. Cut the cards several times

3. Deal out the top 5 into a pile

4. Place the rest on to the table in a second pile

5. Set a counter n to be 4 and REPEAT the following until n is 11. Ask a volunteer to pick a number k between 0 to n

2. Move k cards to the bottom of the first pile

3. Move n - k cards to the bottom of the second pile

4. Put the top card of each pile as a pair to the side

5. Subtract 1 from the counter n

6. Reveal that all cards match

Page 17: Paul Curzon's Computational Thinking Talk Slides

How do you know a trickalways works

• Self-working tricks arejust algorithms

• Programmers andmagicians have to thinkin the same way– creating new tricks,– creating new programs

• Want to be surefollowing the stepsworks in ALL situations– testing … proof …

Page 18: Paul Curzon's Computational Thinking Talk Slides

Computing is aboutunderstanding people

• Computer Science needs:– algorithms and interaction design.

• Magic needs:– secret methods and presentations.

• Without good presentation basedon an understanding of peopleeven a brilliant trick/algorithm maynot ‘work’!

Computer science andpsychology

Page 19: Paul Curzon's Computational Thinking Talk Slides

Computational ThinkingLessons

• Algorithmic thinking• Logical Thinking• Rigorous argument and

proof• Translating solutions

between domains• Understanding people• Abstraction

Page 20: Paul Curzon's Computational Thinking Talk Slides

Another word game: ‘spit not so’

SPITNOTSOFATFOPASIFINPAN

Page 21: Paul Curzon's Computational Thinking Talk Slides

Tough to play? - Why?

Page 22: Paul Curzon's Computational Thinking Talk Slides

What’s your game?

• I’ve been playingnoughts and crosses…how about you?

• The human brain isbetter at spotting visualpatterns thanremembering things– Recognition not recall

• Used in the design ofcomputer interfaces

SPIT ASSO

IF FATFOP

IN PANNOT

Page 23: Paul Curzon's Computational Thinking Talk Slides

Computational ThinkingLessons

• Algorithmic thinking• Logical Thinking• Abstraction• Understanding people

Page 24: Paul Curzon's Computational Thinking Talk Slides

Let’s program an emotional robot1

Let’s not bother with Lego…

Page 25: Paul Curzon's Computational Thinking Talk Slides

Objects:Programming an eyebrow

If NICE SOUNDthen DOWN

If NASTY SOUNDthen DOWN

If SUDDEN SOUNDthen UP

Page 26: Paul Curzon's Computational Thinking Talk Slides

Computational ThinkingLessons

• Algorithmic thinking• Abstraction

Page 27: Paul Curzon's Computational Thinking Talk Slides

So what's in our head?• Rules being followed…how?• Billions of interconnected

nerve cells called neurons• Very simple computing

units, working together

1

Page 28: Paul Curzon's Computational Thinking Talk Slides

A simple model of a neuron

W1W2

W3

• But what does a neuron ‘understand’?

1

Page 29: Paul Curzon's Computational Thinking Talk Slides

Let’s build a bit of a brainto play snap!

1

Page 30: Paul Curzon's Computational Thinking Talk Slides

REDRED + RED

BLACKBLACK+ BLACK

Card#1 Card#2SNAPNeuron!

2

2

1

1

Page 31: Paul Curzon's Computational Thinking Talk Slides

That’s how this robot’sbrain actually works

1

Page 32: Paul Curzon's Computational Thinking Talk Slides

Computational ThinkingLessons

• Algorithmic thinking• Computational modeling• Translating solutions• Understanding people

Page 33: Paul Curzon's Computational Thinking Talk Slides

The Four Aces

1

Page 34: Paul Curzon's Computational Thinking Talk Slides

Ponder break

How on earthdo they do

that?

1

Page 35: Paul Curzon's Computational Thinking Talk Slides

Medical device design?

Just becausesomething is on thescreen …doesn’tmean the nurse willsee it- even if he’s looking

If it is important,then as a computer scientist you must

design the interaction so they do!

1

Page 36: Paul Curzon's Computational Thinking Talk Slides

Computational ThinkingLessons

• Translating solutions• Understanding people

Page 37: Paul Curzon's Computational Thinking Talk Slides

Make Computational ThinkingComputational Fun

• Unplugged activities are agreat way to teachcomputing but also tointroduce ComputationalThinking

• Cs4fn and Unplugged arecomputational thinking inaction!

Page 38: Paul Curzon's Computational Thinking Talk Slides

Thank you!

• More activities at:www.cs4fn.org/teachers/

• More computationalthinking throughout thecs4fn website:

www.cs4fn.org

Page 39: Paul Curzon's Computational Thinking Talk Slides