Curriculum

Results for Curriculum

Insertion Sorting Resources

insertionsortwithtiles.docx worksheet for using tiles Sorted Pointer pos -1 int pos int temp ...application/vnd.openxmlformats-officedocument.wordprocessingml.document icon application/vnd.openxmlformats-officedocument.wordprocessingml.document attached to: Insertion Sorting Resources

File attachment - CrystalFurman - 10 Jan 2014 - 23:01

Insertion Sorting Resources

int temp = 0; int pos = 0; // loop from second element on for (int i = 1; i ... pos = i; // shift right any larger elements while (0 < pos && temp ... are the values in the array after each time the outer loop finishes? Initial state -3 8 25 6 15 2 i=0 ...application/msword icon application/msword attached to: Insertion Sorting Resources

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

Discussion of PS Days 4-6: Reinforce Problem Solving Process - PUBLIC

Discuss your experiences teaching the PS Days 4-6: Reinforce Problem Solving Process lesson plan here. This discussion in public and visible to anyone who visits the site. To join a discussion private to just ECS teachers or your own group, choose the ap ...

Discussion - mperry - 6 Jan 2014 - 16:21 - 0 comments

Discussion of PS Day 3: Introduce Problem Solving Process - PUBLIC

Discuss your experiences teaching the PS Day 3: Introduce Problem Solving Process lesson plan here. This discussion in public and visible to anyone who visits the site. To join a discussion private to just ECS teachers or your own group, choose the appro ...

Discussion - mperry - 6 Jan 2014 - 16:00 - 0 comments

Discussion of PS Days 1-2: Data And Problem Solving - PUBLIC

Discuss your experiences teaching the PS Days 1-2: Data And Problem Solving lesson plan here. This discussion in public and visible to anyone who visits the site. To join a discussion private to just ECS teachers or your own group, choose the appropriate ...

Discussion - mperry - 6 Jan 2014 - 15:49 - 0 comments

Week 1: Introduction to NetLogo

Week 1: Introduction to NetLogo Learning Objective:   To provide a brief introduction to computer science and introduce the student to the NetLogo programming interface.  The student builds a simple model to reinforce the concepts learned. ...

Resource book - Maureen.P-D - 27 Jul 2014 - 10:13 - 0 comments

Discussion of HCI Days 17-19: Computer Intelligence - PUBLIC

Discuss your experiences teaching the HCI Days 17-19: Computer Intelligence lesson plan here. This discussion in public and visible to anyone who visits the site. To join a discussion private to just ECS teachers or your own group, choose the appropriate ...

Discussion - mperry - 3 Jan 2014 - 16:24 - 0 comments

Discussion of HCI Days 15-16: Following Instructions - PUBLIC

Discuss your experiences teaching the HCI Days 15-16: Following Instructions lesson plan here. This discussion in public and visible to anyone who visits the site. To join a discussion private to just ECS teachers or your own group, choose the appropriat ...

Discussion - mperry - 3 Jan 2014 - 15:50 - 0 comments

Discussion of HCI Days 11-14: Computers For Visualization And Modeling - PUBLIC

Discuss your experiences teaching the HCI Days 11-14: Computers For Visualization And Modeling lesson plan here. This discussion in public and visible to anyone who visits the site. To join a discussion private to just ECS teachers or your own group, cho ...

Discussion - mperry - 3 Jan 2014 - 15:26 - 0 comments

Discussion of HCI Day 10: Telling A Story With Data - PUBLIC

Discuss your experiences teaching the HCI Day 10: Telling A Story With Data lesson plan here. This discussion in public and visible to anyone who visits the site. To join a discussion private to just ECS teachers or your own group, choose the appropriate ...

Discussion - mperry - 3 Jan 2014 - 15:06 - 0 comments - 1 group

Syndicate content