Concept explanation

Results for Concept explanation

Unit 9: Societal Impact

Minimum Minutes  Type Big Idea  Topic  Lesson Plan  External Lesson Resources     Unit 9: Societal Imp ...

Resource - trishan - 17 Jan 2015 - 12:16 - 0 comments

Unit 7: The Internet

Minimum Minutes  Type Big Idea  Topic  Lesson Plan  External Lesson Resources     Unit 7: The Inte ...

Resource - trishan - 17 Jan 2015 - 12:32 - 0 comments

Unit 5: Algorithms and Procedural Abstraction

Minimum Minutes  Type Big Idea  Topic  Lesson Plan  External Lesson Resources     Unit 5: Algorithms and ...

Resource - trishan - 17 Jan 2015 - 12:34 - 0 comments

Unit 4: Animation, Simulation, and Modeling

Minimum Minutes  Type Big Idea  Topic  Lesson Plan  External Lesson Resources     Unit 4: Algorithms and ...

Resource - trishan - 17 Jan 2015 - 12:34 - 0 comments

Selection Sort Algorithm

Here are a few videos that I created last school year while teaching selection sorting. The worksheet is from Barbara Ericson, and the tiles idea is not mine. :)  The video shows us working through the algorithm using tiles. There is also two workshe ...

Resource - CrystalFurman - 10 Jan 2014 - 22:09 - 0 comments

selectionsortwithtiles.docx

selectionsortwithtiles.docx Worksheet to use with the tiles Unsorted Pointer find min (max) pointer int minPos int temp ...application/vnd.openxmlformats-officedocument.wordprocessingml.document icon application/vnd.openxmlformats-officedocument.wordprocessingml.document attached to: Selection Sort Algorithm

File attachment - CrystalFurman - 10 Jan 2014 - 22:09

selectionsortworksheet.docx

void selectionSort() { int smallestIndex = 0; // loop from 0 to one before last item for (int i = 0; i < a.length-1; i++) { // set smallest index to the one at i ... the outer loop finishes? Initial state -3 8 25 6 15 2 i=0 i=1 i=2 ...application/vnd.openxmlformats-officedocument.wordprocessingml.document icon application/vnd.openxmlformats-officedocument.wordprocessingml.document attached to: Selection Sort Algorithm

File attachment - CrystalFurman - 10 Jan 2014 - 22:08

Beauty and Joy of Computing : Pacing Guide

(pacing guide weektoweek) (CSP, Abstraction, Algorithms, Creativity, Data, Impact, Internet, Programming, Curriculum, Lecture Video, Lesson plan, Concept explanation, Student activity, Student projects, Student reading, BYOB/SNAP!) ...

Resource book - sean.smorris - 29 Oct 2013 - 00:03 - 0 comments

Lab 13: Simulation in Science

Lab Instructions  |  Video of Lab Highlights: Gain an appreciation for the importance of simulations in scientific discovery. Learn about some modern applications of scientific simulations. ...

Resource book - sean.smorris - 28 Oct 2013 - 14:42 - 0 comments

Some introductory resoruces for Investigate performance task on the concept of Data Visualizations

"The Value of Visualization" which can be found on Vimeo at:  http://vimeo.com/29684853#at=0 ... http://www.tableausoftware.com/asset/5-most-influential-visualizations?cid=70160000000Y5wW&ls=Advertisement&lsd=Google%20Display%20-%20Similar%20Audience%20-%205%20Influential%20Viz&adgroup=Similar%20Audiences%20-%20Data%20Visualization&kw=&adused=26743069935&distribution=content&gclid=CIf4gofJtboCFYSd4Aod5xQA0 ...

Resource - BrianFu - 26 Oct 2013 - 17:46 - 0 comments

Syndicate content