<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40"><head><meta http-equiv=Content-Type content="text/html; charset=us-ascii"><meta name=Generator content="Microsoft Word 14 (filtered medium)"><style><!--
/* Font Definitions */
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
p.MsoAcetate, li.MsoAcetate, div.MsoAcetate
        {mso-style-priority:99;
        mso-style-link:"Balloon Text Char";
        margin:0in;
        margin-bottom:.0001pt;
        font-size:8.0pt;
        font-family:"Tahoma","sans-serif";}
span.EmailStyle17
        {mso-style-type:personal;
        font-family:"Calibri","sans-serif";
        color:#1F497D;}
span.EmailStyle18
        {mso-style-type:personal-reply;
        font-family:"Calibri","sans-serif";
        color:#1F497D;}
span.BalloonTextChar
        {mso-style-name:"Balloon Text Char";
        mso-style-priority:99;
        mso-style-link:"Balloon Text";
        font-family:"Tahoma","sans-serif";}
.MsoChpDefault
        {mso-style-type:export-only;
        font-size:10.0pt;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]--></head><body lang=EN-US link=blue vlink=purple><div class=WordSection1><p class=MsoNormal><span style='color:#1F497D'>Just to jump on the bandwagon, I use a similar first day lesson with both my Middle School Alice class, and my High School App Programming class.&nbsp; I pick a student who becomes our robot, and place him/her somewhere in the room.&nbsp; Then I challenge the students to write a program that gets our robot to the door.&nbsp; First, we have to create a syntax, which usually ends up being 2 commands: walk and turn.&nbsp; Then they realize they need parameters: direction and amount.&nbsp; Then they realize that they need arguments for the parameters: forward, backward, right, left etc.&nbsp; Within a very short time we&#8217;ve got syntax that looks something like this:<o:p></o:p></span></p><p class=MsoNormal><span style='color:#1F497D'>[robotJames walkDirection: forward steps:2]<o:p></o:p></span></p><p class=MsoNormal><span style='color:#1F497D'>[robotJames turnDirection: right degrees:90]<o:p></o:p></span></p><p class=MsoNormal><span style='color:#1F497D'>[robotJames openDoor]<o:p></o:p></span></p><p class=MsoNormal><span style='color:#1F497D'><o:p>&nbsp;</o:p></span></p><p class=MsoNormal><span style='color:#1F497D'>Even at the Middle School age, within 2 days they have the syntax down, and they have no idea that I have secretly got them following Objective-C syntax&#8212;more importantly they&#8217;ve been effectively introduced to words like &#8220;object&#8221;, &#8220;method&#8221;, &#8220;parameter&#8221;, and &#8220;argument.&#8221;<o:p></o:p></span></p><p class=MsoNormal><span style='color:#1F497D'><o:p>&nbsp;</o:p></span></p><p class=MsoNormal><span style='color:#1F497D'>At first, I let them give the robot commands in real time.&nbsp; But then, I challenge them to write the code in completion&#8212;they have to &#8220;de-bug&#8221; by getting up and testing one another&#8217;s programs&#8212;this naturally leads into decision structures, not to mention a lot of movement and bumping into one another&#8212;totally fun at the Middle School level!<o:p></o:p></span></p><p class=MsoNormal><span style='color:#1F497D'><o:p>&nbsp;</o:p></span></p><p class=MsoNormal><span style='color:#1F497D'>Finally, I challenge them to write a program that gets the robot to the door from anywhere in the room&#8212;this leads into repetition structures.<o:p></o:p></span></p><p class=MsoNormal><span style='color:#1F497D'><o:p>&nbsp;</o:p></span></p><p class=MsoNormal><span style='color:#1F497D'>This has worked well for me so far, so feel free to steal away!<o:p></o:p></span></p><p class=MsoNormal><span style='color:#1F497D'><o:p>&nbsp;</o:p></span></p><div><div style='border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0in 0in 0in'><p class=MsoNormal><b><span style='font-size:10.0pt;font-family:"Tahoma","sans-serif"'>From:</span></b><span style='font-size:10.0pt;font-family:"Tahoma","sans-serif"'> alice-teachers-bounces+thomaswhite=mvcs.org@lists.andrew.cmu.edu [mailto:alice-teachers-bounces+thomaswhite=mvcs.org@lists.andrew.cmu.edu] <b>On Behalf Of </b>A. Jeff Goldstein<br><b>Sent:</b> Thursday, November 01, 2012 1:04 PM<br><b>To:</b> Alice educators<br><b>Subject:</b> Re: alice-teacher Beginner Assignment<o:p></o:p></span></p></div></div><p class=MsoNormal><o:p>&nbsp;</o:p></p><p class=MsoNormal><span style='color:#1F497D'>I completely agree.&nbsp; Also, the pseudo coding relates well to the &#8220;storyboarding&#8221; techniques in our Alice textbook.<o:p></o:p></span></p><p class=MsoNormal><span style='color:#1F497D'><o:p>&nbsp;</o:p></span></p><p class=MsoNormal><span style='color:#1F497D'>Sincerely,<o:p></o:p></span></p><p class=MsoNormal><span style='color:#1F497D'><o:p>&nbsp;</o:p></span></p><p class=MsoNormal><span style='color:#1F497D'>Jeff Goldstein<o:p></o:p></span></p><p class=MsoNormal><span style='color:#1F497D'>Computer Science Teacher<o:p></o:p></span></p><p class=MsoNormal><span style='color:#1F497D'>Cox High School, Va Beach<o:p></o:p></span></p><p class=MsoNormal><span style='color:#1F497D'><o:p>&nbsp;</o:p></span></p><p class=MsoNormal><b><span style='font-size:10.0pt;font-family:"Tahoma","sans-serif"'>From:</span></b><span style='font-size:10.0pt;font-family:"Tahoma","sans-serif"'> alice-teachers-bounces+a.goldstein=vbschools.com@lists.andrew.cmu.edu [mailto:alice-teachers-bounces+a.goldstein=vbschools.com@lists.andrew.cmu.edu] <b>On Behalf Of </b>Prem Pathuri<br><b>Sent:</b> Tuesday, October 30, 2012 10:52 PM<br><b>To:</b> alice-teachers@lists.andrew.cmu.edu<br><b>Subject:</b> alice-teacher Beginner Assignment<o:p></o:p></span></p><p class=MsoNormal><o:p>&nbsp;</o:p></p><p class=MsoNormal><span style='font-size:12.0pt;font-family:"Times New Roman","serif"'>To allow students to actually visualize what a computer does, on the first day, I like to teach them what psuedocode is. I allow them to write down directions to do a particular task, and I pretend as though I am a robot and do EXACTLY what they tell me to do. This allows them to see the importance of being very detailed in their programs.&nbsp; <o:p></o:p></span></p></div><BR />
<BR />
<HR />
Confidentiality&nbsp;notice:&nbsp;Our&nbsp;goal&nbsp;is&nbsp;to&nbsp;protect&nbsp;the&nbsp;privacy&nbsp;of&nbsp;our&nbsp;confidential&nbsp;records.&nbsp;If&nbsp;you&nbsp;have&nbsp;received&nbsp;confidential&nbsp;information&nbsp;in&nbsp;error,&nbsp;please&nbsp;call&nbsp;831-722-8178.<BR />
</body></html>