Is Computational Thinking a 21st Century Skill? Joe Kmoch Milwaukee Public Schools 1.

Slides:



Advertisements
Similar presentations
What’s our Starting Point
Advertisements

Algebra Problem Solving with the new Common Core Standards
1 Wiki Wikiage An Experiential Workshop By Anas Eljamal 9 March 2007.
Requirements Engineering Processes – 2
2. Getting Started Heejin Park College of Information and Communications Hanyang University.
Analysis of Computer Algorithms
1 Vorlesung Informatik 2 Algorithmen und Datenstrukturen (Parallel Algorithms) Robin Pomplun.
Chapter 1 Managers and Managing in the 21st Century
Chapter 7 System Models.
© 2008 Pearson Addison Wesley. All rights reserved Chapter Seven Costs.
Copyright © 2003 Pearson Education, Inc. Slide 1 Computer Systems Organization & Architecture Chapters 8-12 John D. Carpinelli.
Cognitive Radio Communications and Networks: Principles and Practice By A. M. Wyglinski, M. Nekovee, Y. T. Hou (Elsevier, December 2009) 1 Chapter 12 Cross-Layer.
1 Copyright © 2013 Elsevier Inc. All rights reserved. Chapter 3 CPUs.
UNITED NATIONS Shipment Details Report – January 2006.
Objectives To introduce software project management and to describe its distinctive characteristics To discuss project planning and the planning process.
Exit a Customer Chapter 8. Exit a Customer 8-2 Objectives Perform exit summary process consisting of the following steps: Review service records Close.
16.1 Si23_03 SI23 Introduction to Computer Graphics Lecture 16 – Some Special Rendering Effects.
Solve Multi-step Equations
REVIEW: Arthropod ID. 1. Name the subphylum. 2. Name the subphylum. 3. Name the order.
Computer Literacy BASICS
Our Digital World Second Edition
Chapter 11: Models of Computation
Information Systems Today: Managing in the Digital World
Randomized Algorithms Randomized Algorithms CS648 1.
Discovering Computers Fundamentals, 2012 Edition
Abstract Data Types and Algorithms
Hash Tables.
Chapter 4 Gates and Circuits.
By Waqas Over the many years the people have studied software-development approaches to figure out which approaches are quickest, cheapest, most.
A Process to Identify the Enduring Skills, Processes, & Concepts for your Content Area 1.
Basel-ICU-Journal Challenge18/20/ Basel-ICU-Journal Challenge8/20/2014.
1..
© 2012 National Heart Foundation of Australia. Slide 2.
Science as a Process Chapter 1 Section 2.
Who are the Experts?Simon KampaSlide 1 Who are the Experts? Simon Kampa IAM Group University of Southampton
CS 240 Computer Programming 1
1 Using one or more of your senses to gather information.
Computational Thinking: An Important Skill for All Students Joe Kmoch Milwaukee Public
A Digital Age Skill for All Joe Kmoch Milwaukee Washington HS of IT For WI Math Council, May 2012 was: CT: An Important Idea for All Students:
Is Computational Thinking a 21st Century Skill? Joe Kmoch Milwaukee Public Schools 5/3/
Problem/Project Based Learning and Computational Thinking CS4HS at Marquette University July 24, 2012 Joe Kmoch 1.
CSTA K-12 Computer Science Standards (rev 2011)
H to shape fully developed personality to shape fully developed personality for successful application in life for successful.
Chapter 2 Entity-Relationship Data Modeling: Tools and Techniques
Chapter 10: The Traditional Approach to Design
Analyzing Genes and Genomes
Systems Analysis and Design in a Changing World, Fifth Edition
Maths Counts Insights into Lesson Study
Chapter 12 Analyzing Semistructured Decision Support Systems Systems Analysis and Design Kendall and Kendall Fifth Edition.
©Brooks/Cole, 2001 Chapter 12 Derived Types-- Enumerated, Structure and Union.
Essential Cell Biology
Computational Thinking in K-12 Education Chris Mayfield Tapestry Workshop June 27, 2012.
ANSC644 Bioinformatics-Database Mining 1 ANSC644 Bioinformatics §Carl J. Schmidt §051 Townsend Hall §
Intracellular Compartments and Transport
PSSA Preparation.
Essential Cell Biology
©Ian Sommerville 2004Software Engineering, 7th edition. Chapter 13 Slide 1 Application architectures.
Energy Generation in Mitochondria and Chlorplasts
1 Distributed Agents for User-Friendly Access of Digital Libraries DAFFODIL Effective Support for Using Digital Libraries Norbert Fuhr University of Duisburg-Essen,
1 Decidability continued…. 2 Theorem: For a recursively enumerable language it is undecidable to determine whether is finite Proof: We will reduce the.
Copyright © Cengage Learning. All rights reserved.
A Digital Age Skill for All [space for presenters name, organization]
Suzanne Westbrook, PhD School of Information: Science, Technology, & Arts Computer Science Dept, UA.
Computational Thinking September 2006 Jeannette M. Wing President’s Professor of Computer Science and Department Head Computer Science Department Carnegie.
Computational Thinking: An Important Skill for All Students Joe Kmoch Washington HS of IT Milwaukee Public Schools
Computational Thinking
1Computational ThinkingJeannette M. Wing Biology - Algorithms for DNA sequencing of human genome Brain Science - Modeling the brain as a computer CT in.
1CT: 1.5 Years LaterJeannette M. Wing CT in Other Sciences, Math, and Engineering Biology - Shotgun algorithm expedites sequencing of human genome - DNA.
Coding Connections at the Interface of Algebra I and Physical World Concepts Improving Teacher Quality Grant Program Summer 2016.
Presentation transcript:

Is Computational Thinking a 21st Century Skill? Joe Kmoch Milwaukee Public Schools 1

Roadmap What is computational thinking What does it look like? Some essential concepts (Computing and the 3 “A”s) Why CT and K-12 students CT is everywhere Time for you to get involved Next steps 2

My Goals Make the case that –The principles of CT are applicable to many subjects areas. –CT is very much ingrained in critical 21 st Century Skills –CT is a mechanism to handle larger, more complex problems that are by their nature cross-curricular (ie real world) 3

What is Computational Thinking (CT)? Application of Computer Science (CS) concepts to problems in virtually all disciplines Use of computational resources such as tools, techniques along with data to solve complex problems Strong supports for the 4 essential 21st Century Skills ( communication, collaboration, critical thinking and ps, creativity and innovation as defined on ps21.org) Encourages broad-based thinking about cross- curricular problems 4

Some Examples of Computational Thinking (Jeannette Wing, CMU) CT is reformulating a seemingly difficult problem into one which we know how to solve (reduction, embedding, transformation, simulation) CT is using abstraction and decomposition in tackling a large complex task CT is judging a system’s design for its simplicity and elegance CT is judging a problem solution for its simplicity and elegance CT is prevention, detection and recovery from worst case scenarios through redundancy, damage containment and error correction CT is modularizing something in anticipation of multiple uses 5

Simple Daily Examples (Jeannette Wing, CMU) Looking up a name in an alphabetically sorted list –Linear – start at the top –Binary – start in the middle Standing in line at a bank –Performance analysis of task scheduling Putting things in your child’s knapsack for the day –Pre-fetching and caching 6

...and more Taking your kids to their various activities –Traveling salesman problems – graph theory Cooking a gourmet meal (actually most any meal) –Parallel processing Storing away your child’s Lego pieces scattered in the floor –Using hashing (eg, by shape, by color) Doing laundry, getting food at a buffet –Pipelining the wash, dry and iron stages; plates, salad, entrée, dessert stations 7

...and one more Even in grade school we learn algorithms (long division, factoring, GCD,...) and abstract data types (sets, tables,...) 8

The Computing part of CT Computing is fundamentally concerned with two phenomena: data and processes – these are everywhere 9

Data Anything that can be observed or imagined in the physical or logical worlds: numbers, images, songs, positions of planets, subway maps, medical records 10

Process A sequence of actions: setting up a coffee maker starts with getting out the filter, placing it in the basket, filling the reservoir with water 11

Abstraction – the first “A” of CT Technique of generalizing from specific instances (process and data) Capture essential common characteristics while discarding unessential characteristics Operate simultaneously at multiple layers and define relationships between layers 12

Abstractions example Cooking a meal At the highest level we might have the list of courses that make up the meal –Appetizer(s) –Soup/salad –Entree –Dessert And an order in which to work on them (project timeline) 13

Cooking a Meal Abstraction At the next level, we might have the details of the individual parts –The recipes, for example At the next level, we might have the details of how to do certain cooking actions –doing a reduction or –pureeing, or –rolling dough (All process abstractions) 14

Example of data abstraction This Chicago transit map is a data abstraction; contains essential info like stations and transfer points, avoids details like exact street locations of stations or distances 15

Process Abstractions of the mind Techniques For example: Divide and Conquer Abstraction of how to solve a problem, not actually a solution to any particular problem. Take a problem and divide it into several piece Solve or complete each piece Re-combine the pieces to solve original problem 16

Automation – the 2 nd leg of CT Mechanizing our abstractions, abstraction layers and their relationships Agents –Can be a person or a computer –Can be a group of people or computers –Any combination of these 17

Automation Agents Use each for what the agent can do well People –Interpret –Speed (in certain areas, eg understanding) Computers –Vast memory –Speed (in certain areas, eg searching) 18

Analysis – 3 rd leg of CT Ensuring that abstractions (algorithms, programs, databases, systems of all sorts) are efficient and are correct Analysis includes –Algorithmic and performance analysis –Specification –Verification, debugging, testing, experimentation 19

Academic definition of CT Computational Thinking involves solving problems, designing systems, and understanding human behavior, by drawing on the concepts fundamental to computer science (J. Wing, 2006) 20

Why CT for students? Claim: Students need to acquire thinking habits of computer scientists Claim: These are widely applicable in the information society in which these students live and work regardless of their eventual profession 21

CT and K-12 K-12 th graders should be introduced to computational thinking in order to set these fundamental thinking habits firmly in the minds of the next generation Recall the 3 As of CT –Abstraction, Automation, Analysis –Compare with High Order Thinking Skills Analysis, creativity, evaluation 22

Implications for K-12 CT would Encourage further inclusion of high order thinking skills Encourage students to develop tools and techniques that will become more important for success –Their own “toolkit” 23

More Implications for K-12 Is in step with the increased emphasis of technology in careers and in life Can help move more digital natives from consuming technology to creating, adapting, modifying technology –Marc Prensky coined the terms digital natives and digital immigrants (most of us are the latter) 24

CT Concepts, Capabilities Data collection, analysis, representation Abstraction Analysis and model validation Automation Testing and verification Algorithms and procedures Problem Decomposition Control Structures Parallelization Simulation 25

21 st Century Skills (Dispositions and Predispositions) Collaboration –Working with others toward common goal Communication –reading, writing, presenting CT-based solutions Critical Thinking & Problem Solving –abstraction, automation, analysis Creativity and Innovation –Confidence with complexity, ambiguity –Persistence with difficult problems –Deal with open-ended problems 26

What CT is not Does it mean we should all think like a computer? (NO) Does it mean that everyone should be a programmer? (NO) –Although more and more careers are involving something that looks like programming – most manufacturing careers require CNC (programming) 27

Characteristics of CT Thinking abstractly Thinking at multiple levels of abstraction Learning to manage complexity Learning to deal with scale Logical reasoning Emphasis on a holistic approach rather than on specific topics Involves data and processes 28

For example, CT has… Been instrumental in many new discoveries such as DNA mapping, development of new materials, new formulations, new techniques 29

Think… Computational Biology Computational Chemistry Computational Physics Computational Linguistics Computational Finance Computational Economics Computational … almost anything you can name. 30

CT is everywhere Biology –DNA sequences are strings in a language –Protein structures modeled as knots Brain Science –Modeling the brain as a computer –Vision as a feedback loop –Analyzing MRI data with machine learning 31

... And here Astronomy –KD-trees help astronomers analyze very large multi-dimensional datasets Mathematics –Four-color theorem proof Engineering –Boeing 777 tested via computer simulation alone 32

... And here Economics –Automated mechanism design underlies electronic commerce (eg, ad placement) Social Sciences –Statistical machine learning used for recommendation and reputation services 33

... Here, too Medicine –Robotic surgery –Scientific visualization (virtual colonoscopy) Entertainment –Games, movies –Huge computing farms to render movies Sports –Record and analyzing performance –Analyzing digital video of NBA games 34

Thank you Jeannette Wing, CMU and NSF Pat Phillips, Janesville Craig HS and Microsoft Carolyn Sykora, ISTE Many friends at the CT Thought Leaders workshop in May, 2010 and the curriculum workshop in November,

Resources My CT wiki: Lots of stuff collected, more to come... me about the WI CS and IT mailing list... Joe Kmoch 36