14
Use of Computer Technology in Education Course Management Systems Learning Management Systems Classroom Teaching Technology Modeling and Simulation •and •Computational Thinking

Use of Computer Technology in Education

  • Upload
    anika

  • View
    42

  • Download
    0

Embed Size (px)

DESCRIPTION

Use of Computer Technology in Education . Course Management Systems Learning Management Systems Classroom Teaching Technology Modeling and Simulation a nd Computational Thinking. Computational Thinking is integrating human thinking with computer capabilities. - PowerPoint PPT Presentation

Citation preview

Page 1: Use of Computer Technology in Education

Use of Computer Technology in Education

• Course Management Systems • Learning Management Systems• Classroom Teaching Technology• Modeling and Simulation

• and• Computational Thinking

Page 2: Use of Computer Technology in Education
Page 3: Use of Computer Technology in Education
Page 4: Use of Computer Technology in Education
Page 5: Use of Computer Technology in Education

Computational Thinking is integrating human thinking with

computer capabilities

Page 6: Use of Computer Technology in Education

Learning how computer Scientists solve problems can help all of us

solve complicated problems

Page 7: Use of Computer Technology in Education

Some Computational Thinking ideas• Recursion

• Reduction and Transformation

• Dealing with Scale

Page 8: Use of Computer Technology in Education

Recursion

Source: wikipedia

Page 9: Use of Computer Technology in Education

Count the number of nodes in a large tree

Page 10: Use of Computer Technology in Education

Move disks from one peg to another

Rules: Only one disk can be moved at a time A larger disk cannot be placed on the top of a smaller disk

Page 11: Use of Computer Technology in Education

Reduction

Page 12: Use of Computer Technology in Education
Page 13: Use of Computer Technology in Education

Examples• Given 63 cents what is the minimum number

of coins to give change?• Given n cities how

Page 14: Use of Computer Technology in Education