17
Computational Thinking CS4HS Summer Institute 22 July 2006 Jeannette M. Wing President’s Professor and Head Computer Science Department Carnegie Mellon University

Computational Thinking CS4HS Summer Institute 22 July 2006 Jeannette M. Wing President’s Professor and Head Computer Science Department Carnegie Mellon

  • View
    218

  • Download
    4

Embed Size (px)

Citation preview

Page 1: Computational Thinking CS4HS Summer Institute 22 July 2006 Jeannette M. Wing President’s Professor and Head Computer Science Department Carnegie Mellon

Computational Thinking

CS4HS Summer Institute22 July 2006

Jeannette M. Wing

President’s Professor and HeadComputer Science Department

Carnegie Mellon University

Page 2: Computational Thinking CS4HS Summer Institute 22 July 2006 Jeannette M. Wing President’s Professor and Head Computer Science Department Carnegie Mellon

2Computational Thinking Jeannette M. Wing

My Grand Vision for the Field

• Computational thinking will be a fundamental skill used by everyone in the world by the middle of the 21st Century.

– Just like reading, writing, and arithmetic.– Imagine every child knowing how to think like a

computer scientist!

– Incestuous: Computing and computers will enable the spread of computational thinking.

Page 3: Computational Thinking CS4HS Summer Institute 22 July 2006 Jeannette M. Wing President’s Professor and Head Computer Science Department Carnegie Mellon

3Computational Thinking Jeannette M. Wing

Computational Thinking

• C.T. is thinking at multiple levels of abstraction– For solving problems– For designing systems– For understanding the power and limits of human

and machine intelligence

• Enabling what one human being cannot do alone

Page 4: Computational Thinking CS4HS Summer Institute 22 July 2006 Jeannette M. Wing President’s Professor and Head Computer Science Department Carnegie Mellon

4Computational Thinking Jeannette M. Wing

Examples of Computational Thinking• How difficult is this problem and how best can I solve it?

– Theoretical computer science gives precise meaning to these and related questions and their answers.

• C.T. is thinking recursively.• C.T. is reformulating a seemingly difficult problem into one which we know

how to solve.– Reduction, embedding, transformation, simulation

• C.T. is choosing an appropriate representation or modeling the relevant aspects of a problem to make it tractable.

• C.T. is interpreting code as data and data as code.• C.T. is using abstraction and decomposition in tackling a large complex task.• C.T. is judging a system’s design for its simplicity and elegance.• C.T. is type checking, as a generalization of dimensional analysis.• C.T. is prevention, detection, and recovery from worst-case scenarios through

redundancy, damage containment, and error correction.• C.T. is modularizing something in anticipation of multiple users and

prefetching and caching in anticipation of future use.• C.T. is calling gridlock deadlock and avoiding race conditions when

synchronizing meetings.• C.T. is using the difficulty of solving hard AI problems to foil computing

agents.• C.T. is taking an approach to solving problems, designing systems, and

understanding human behavior that draws on concepts fundamental to computer science.

Please tell me your favorite examples of computational thinking!

Page 5: Computational Thinking CS4HS Summer Institute 22 July 2006 Jeannette M. Wing President’s Professor and Head Computer Science Department Carnegie Mellon

5Computational Thinking Jeannette M. Wing

Evidence of Computational Thinking’s Influence

• Computational thinking, in particular, machine learning has revolutionized Statistics– Statistics departments in the US are hiring computer

scientists– Schools of computer science in the US are starting or

embracing existing Statistics departments

• Computational thinking is CMU’s current big bet in Biology– Algorithms and data structures, computational abstractions

and methods will inform biology.

• Computational thinking is CMU’s next big bet in– Game Theory

• Electronic marketplaces, multi-agent systems, security, and networking

– Nanocomputing• Molecular-scale computing based on reconfigurable fabric makes

the chemistry easier.

Page 6: Computational Thinking CS4HS Summer Institute 22 July 2006 Jeannette M. Wing President’s Professor and Head Computer Science Department Carnegie Mellon

6Computational Thinking Jeannette M. Wing

Analogy

The boldness of my vision: Computational thinking is not just for other scientists, it’s for everyone.

• Ubiquitous computing was yesterday’s dream, today’s reality

• Computational thinking is today’s dream, tomorrow’s reality

Page 7: Computational Thinking CS4HS Summer Institute 22 July 2006 Jeannette M. Wing President’s Professor and Head Computer Science Department Carnegie Mellon

7Computational Thinking Jeannette M. Wing

Computational Thinking: What It Is and Is Not

• Conceptualizing, not programming– Computer science is not just computer programming

• Fundamental, not rote skill– A skill every human being needs to know to function

in modern society– Rote: mechanical. Need to solve the AI Grand

Challenge of making computers “think” like humans. Save that for the second half of this century!

• A way that humans, not computers think– Humans are clever and creative– Computers are dull and boring

Page 8: Computational Thinking CS4HS Summer Institute 22 July 2006 Jeannette M. Wing President’s Professor and Head Computer Science Department Carnegie Mellon

8Computational Thinking Jeannette M. Wing

Computational Thinking: What It Is and Is Not• Complements and combines mathematical and

engineering thinking– C.T. draws on math as its foundations

• But we are constrained by the physics of the underlying machine

– C.T. draws on engineering since our systems interact with the real world

• But we can build virtual worlds unconstrained by physical reality

• Ideas, not artifacts– It’s not just the software and hardware that touch our daily

lives, it will be the computational concepts we use to approach living.

• It’s for everyone, everywhere– C.T. will be a reality when it is so integral to human

endeavors that it disappears as an explicit philosophy.

Page 9: Computational Thinking CS4HS Summer Institute 22 July 2006 Jeannette M. Wing President’s Professor and Head Computer Science Department Carnegie Mellon

9Computational Thinking Jeannette M. Wing

Computer Science at Carnegie Mellon

CS@CMU

Page 10: Computational Thinking CS4HS Summer Institute 22 July 2006 Jeannette M. Wing President’s Professor and Head Computer Science Department Carnegie Mellon

10Computational Thinking Jeannette M. Wing

Computing at Carnegie Mellon

ComputerScience Department (CSD)

School ofComputer Science

CMU

Robotics Institute (RI)

MachineLearningDepartment (MLD)

LanguageTechnologies Institute (LTI)

HumanComputerInteraction Institute (HCII) Institute for Software

Engineering, International (ISRI)

Entertainment Technology Center (ETC)

PhD

PhD

2 PhD

PhDPhD PhDMD/PhD

PhD

Pitt

Linguistics

SupercomputingNeural CognitionMedical

West Coast Campus Qatar Campus

BS

BS

Distance

MS

MS

MS

4 MS2 MS

MS

MS

3 MS

Science Biology Math

Engineering Mechanical Electrical

PublicPolicy

SoftwareEngineeringInstitute

BusinessSocial Sciences Psychology Philosophy Statistics

Fine Arts Design Drama

Page 11: Computational Thinking CS4HS Summer Institute 22 July 2006 Jeannette M. Wing President’s Professor and Head Computer Science Department Carnegie Mellon

11Computational Thinking Jeannette M. Wing

SCS Numbers at a Glance

• 215 faculty• 213 courses on the books• 540 bachelors students

– including a handful of HCI double majors

• 235 masters students across 11 programs• 400 doctoral students across 9 programs

Page 12: Computational Thinking CS4HS Summer Institute 22 July 2006 Jeannette M. Wing President’s Professor and Head Computer Science Department Carnegie Mellon

12Computational Thinking Jeannette M. Wing

CS@CMU Distinguishing Characteristics

• Research Style• Leadership in Education• Supportive Culture• Women in Computer Science• Organizational Structure

Page 13: Computational Thinking CS4HS Summer Institute 22 July 2006 Jeannette M. Wing President’s Professor and Head Computer Science Department Carnegie Mellon

13Computational Thinking Jeannette M. Wing

SCS’s Research Enterprise

Theory: algorithms, complexity, semanticsSystems: computer architecture, O/S, distributed systems, networking, databases, performance modeling, graphics, programming languages, formal methodsAI: planning, learning, search, cognition, computational neuroscience

CSDNew, emerging areas in Systems:• pervasive computing• trustworthy computing• post-Moore’s Law computers• …

New, emerging areas in AI:• optimization• coaching• …

New, emerging areas in Theory:• game theory• …

New, emerging areas (e.g., CS + X):• Computational biology• Computational astrophysics• Nanocomputing• Foundations of privacy• Computing technology and society• …

Systems: software engineering,public policy, e-commerce

ISRI

Systems: human-computer interfaces

HCII

AI: robotics, vision

RI

AI: machine learning

MLD

AI: natural language processing, speech

LTI

Page 14: Computational Thinking CS4HS Summer Institute 22 July 2006 Jeannette M. Wing President’s Professor and Head Computer Science Department Carnegie Mellon

14Computational Thinking Jeannette M. Wing

Two Messages for the General Public

• Intellectually challenging and engaging scientific problems in computer science remain to be understood and solved.– Limited only by our curiosity and creativity

• One can major in computer science and do anything.– Just like English, political science, or mathematics

Page 15: Computational Thinking CS4HS Summer Institute 22 July 2006 Jeannette M. Wing President’s Professor and Head Computer Science Department Carnegie Mellon

15Computational Thinking Jeannette M. Wing

Educational Implications

• Universities should start with their freshmen-level intro courses.– Teach “Ways to Think Like a Computer Scientist” not

just “Intro to <programming langage du jour>”

• Engage national and international organizations to reform curricula, in particular K-12.– ACM, CSTA, CRA, etc.

• It needs to be a collective effort.

Page 16: Computational Thinking CS4HS Summer Institute 22 July 2006 Jeannette M. Wing President’s Professor and Head Computer Science Department Carnegie Mellon

16Computational Thinking Jeannette M. Wing

What Computer Science Is and Is Not

IS• Alan Newell’s view

– “Computer science is the study of all the phenomena arising from [computers].”

IS NOT• Public misperception

– Computer science is computer programming. NOT!– Computer science is computational thinking.

• Government funding agencies misperception– Computer science is over. The rest is engineering. NOT!– Computer science is driven by technology trends.

IS• Computer science is limited only by our imagination!

Page 17: Computational Thinking CS4HS Summer Institute 22 July 2006 Jeannette M. Wing President’s Professor and Head Computer Science Department Carnegie Mellon

17Computational Thinking Jeannette M. Wing

Grand Vision for Society

• Computational thinking will be a fundamental skill used by everyone in the world by the middle of the 21st Century.

• Join us at Carnegie Mellon and the entire computing community toward making computational thinking commonplace.

To your fellow teachers, students, parents, principals,school boards, teachers’ unions, …

Spread the word!