/
Computational Thinking The VT Community Computational Thinking The VT Community

Computational Thinking The VT Community - PowerPoint Presentation

phoebe-click
phoebe-click . @phoebe-click
Follow
380 views
Uploaded On 2018-01-31

Computational Thinking The VT Community - PPT Presentation

web site wwwcsvtedukafuraCS6604 Todays Class Meet faculty and researchers From a variety of knowledge domains With a variety of perspectives and experiences related to computational thinking ID: 626749

thinking computational 2009 computation computational thinking computation 2009 aho 2012 programming model models related computing language terminology knowledge terms

Share:

Link:

Embed:

Download Presentation from below link

Download Presentation The PPT/PDF document "Computational Thinking The VT Community" is the property of its rightful owner. Permission is granted to download and print the materials on this web site for personal, non-commercial use only, and to display it on your personal computer provided you do not modify the materials and that you retain all copyright notices contained in the materials. By downloading content from our website, you accept the terms of this agreement.


Presentation Transcript

Slide1

Computational Thinking

The VT Community

web site: www.cs.vt.edu/~kafura/CS6604Slide2

Today’s Class

Meet faculty and researchers

From a variety of knowledge domains

With a variety of perspectives and experiences related to computational thinkingHelp build the community with the knowledge and interest critical to the university initiative

Computational Thinking

2Slide3

Discussion

Who are you?

Why are you interested in computational thinking?

What do you think computational thinking is?What experiences have you had related to computational thinking?

Computational Thinking

3Slide4

Framing a definition

Computational thinking is

a cognitive

ability characterized by creative work using information susceptible to automation.

Cognitive – a fundamental mental ability, not just skill in tool useInformation+automation

what

distinguishes computational thinking from other ways of

thinking

Need not be automated, but must be automat

ableAutomation provided by traditional computing devices, biological systems, quantum computers, …The ability is derived from sufficient mastery of a conceptual framework. The conceptual framework includes:abstractionalgorithmsstate, state space,……

Computational Thinking

4Slide5

Views of CT

“…computational thinking helps us to systematically and efficiently process information and tasks.”

[Lu 2009]

“CT is … about developing the full set of mental tools necessary to effectively use computing to solve complex human problems.”

[Lu 2009]“We consider computational thinking to be the thought processes involved in formulating problems so their solutions can be represented as computational steps and algorithms.”

[

Aho

2012]

Computational Thinking

5Slide6

Role/place of programming

“…efforts must be made to lay the foundations of CT long before students experience their first programming language.”

[Lu 2009]

“Programming should not, however, be essential in the teaching of computational thinking, nor should knowledge of programming be necessary to proclaim literacy in basic computer science.”

[Lu 2009]

Computational Thinking

6Slide7

A Computational Thinking Language

“…vocabularies and symbols that can be used to annotate and describe computation and abstraction, suggest information and execution, and provide notation around which semantic understanding of computational processes can be hung.”

[Lu 2009

]Perspective

developing terminology (i.e., a language) to describe ideas related to computational thinking in K12Language is a precursor to formal or focused study of computational ideas and programming languages

What about graphical languages that remove lexical/syntactic detail?

Computational Thinking

7Slide8

Examples

Computational Thinking

8

Level

Example

CT Concept

3

rd

Grade

Multiplication via repeated addition

iteration

efficiency

Sentence ordering

state, search space, pruning

Graph comparisons

representation

matters

Assembly line

throughput

Middle school

Finding square roots

algorithm,

efficiency, representation

Diagramming sentences

grammars, recursion, non-determinismSlide9

Computational Models

“…the nature of systems exhibiting computational behavior is varied and the term computation means different things to different people

…” [

Aho 2012]“Rather than talking about a vague notion of “computation,” my suggestion is to use the term in conjunction with a well-defined model of computation whose semantics is clear…”

[Aho

2012]

“A model of computation is a mathematical abstraction of a computing system.”

[

Aho

2012]

Forces at play

scale/ubiquity of computing – making simple models too limitedparallel/concurrent architectures – making sequential models inappropriatebreadth of phenomenon (e.g., biological models)Examples:Turing machines – sequential computationActors, Petri nets. pi calculus – concurrent computation

Computational Thinking

9Slide10

Discussion

What does this mean for the university level?

Language for CT

Need to define consistent terminology across courses/curriculumHow are these terms differentiated/related to similar terms in various disciplines?

How are these terms introduced?By contextBy explicit/separate presentation

Assessment

How is the adoption/understanding of the terminology assessed

Is the terminology assessed separately from the use of CT in creative work?

Models for CT

What model of computation do students understand?

What model(s) do they need to know?

Is there a single model for all?Computational Thinking

10Slide11

References

[Lu 2009] Lu

, J.J. and G.H.L. Fletcher,

Thinking About Computational Thinking, in SIGCSE'09. 2009: Chattanooga, TN, USA

.[Aho 2012]

Aho

, A.,

Computation and Computational Thinking.

The Computer Journal, 2012.

56

(7): p. 832-835.

Computational Thinking11